File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.5.0.0] - 2021-05-30
10
+ ### Added
11
+ - Add ` ILogger.DebugEnabled ` to reduce memory allocation produce by logs like ` BufferPool ` .
12
+
9
13
## [ 1.4.0.0] - 2020-06-02
10
14
### Added
11
15
- Replace ` DokanOptions ` of dokany 1.4.0 ` OptimizeSingleNameSearch ` to ` EnableFCBGC ` .
@@ -156,7 +160,8 @@ See the [release note](http://web.archive.org/web/20150416102451/http://dokan-de
156
160
- `` DokanOptions.Version `` , `` DokanOptions.RemovableDrive `` and `` DokanOptions.MountPoint ``
157
161
- `` DokanRemoveMountPoint ``
158
162
159
- [ Unreleased ] : https://github.com/dokan-dev/dokan-dotnet/compare/v1.4.0.0...HEAD
163
+ [ Unreleased ] : https://github.com/dokan-dev/dokan-dotnet/compare/v1.5.0.0...HEAD
164
+ [ 1.4.0.0 ] : https://github.com/dokan-dev/dokan-dotnet/compare/v1.4.0.0...v1.5.0.0
160
165
[ 1.4.0.0 ] : https://github.com/dokan-dev/dokan-dotnet/compare/v1.3.0.0...v1.4.0.0
161
166
[ 1.3.0.0 ] : https://github.com/dokan-dev/dokan-dotnet/compare/v1.1.2.1...v1.3.0.0
162
167
[ 1.1.2.1 ] : https://github.com/dokan-dev/dokan-dotnet/compare/v1.1.2.0...v1.1.2.1
Original file line number Diff line number Diff line change 8
8
9
9
This is a .NET wrapper over Dokan, and allows you to create your own file systems in Windows.</Description >
10
10
<Copyright >Copyright (C) 2017</Copyright >
11
- <Version >1.4 .0.0</Version >
12
- <AssemblyVersion >1.4 .0.0</AssemblyVersion >
13
- <FileVersion >1.4 .0.0</FileVersion >
11
+ <Version >1.5 .0.0</Version >
12
+ <AssemblyVersion >1.5 .0.0</AssemblyVersion >
13
+ <FileVersion >1.5 .0.0</FileVersion >
14
14
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
15
15
<Company >Dokan-dev</Company >
16
16
<Authors >AdrienJ, MaximeC, Hiroki Asakawa</Authors >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = Dokan-dotnet
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 1.4 .0.0
41
+ PROJECT_NUMBER = 1.5 .0.0
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
You can’t perform that action at this time.
0 commit comments