File tree 4 files changed +15
-4
lines changed
4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.0.4.1] - 2022-04-30
10
+
11
+ ### Changed
12
+ - Moved .net46 to .net 462 and added .net6.0-window in the TFM.
13
+ - Use fluent API to configure how dokan should behave and avoid blocking apis.
14
+ - Deduplicate code of ` Mount ` and ` CreateFileSystem ` .
15
+
16
+ ### Fixed
17
+ - Support pagingIo in mirror.net
18
+ - Unsafe mirror yields wrong file content using .net6
19
+
9
20
## [ 2.0.1.1] - 2022-02-20
10
21
11
22
### Fixed
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) 2022</Copyright >
11
- <Version >2.0.1 .1</Version >
12
- <AssemblyVersion >2.0.1 .1</AssemblyVersion >
13
- <FileVersion >2.0.1 .1</FileVersion >
11
+ <Version >2.0.4 .1</Version >
12
+ <AssemblyVersion >2.0.4 .1</AssemblyVersion >
13
+ <FileVersion >2.0.4 .1</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 = 2.0.1 .1
41
+ PROJECT_NUMBER = 2.0.4 .1
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