Skip to content

Commit

Permalink
Release 2.0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Apr 30, 2022
1 parent 80a930f commit a1b061f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.4.1] - 2022-04-30

### Changed
- Moved .net46 to .net 462 and added .net6.0-window in the TFM.
- Use fluent API to configure how dokan should behave and avoid blocking apis.
- Deduplicate code of `Mount` and `CreateFileSystem`.

### Fixed
- Support pagingIo in mirror.net
- Unsafe mirror yields wrong file content using .net6

## [2.0.1.1] - 2022-02-20

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions DokanNet/DokanNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

This is a .NET wrapper over Dokan, and allows you to create your own file systems in Windows.</Description>
<Copyright>Copyright (C) 2022</Copyright>
<Version>2.0.1.1</Version>
<AssemblyVersion>2.0.1.1</AssemblyVersion>
<FileVersion>2.0.1.1</FileVersion>
<Version>2.0.4.1</Version>
<AssemblyVersion>2.0.4.1</AssemblyVersion>
<FileVersion>2.0.4.1</FileVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Company>Dokan-dev</Company>
<Authors>AdrienJ, MaximeC, Hiroki Asakawa</Authors>
Expand Down
2 changes: 1 addition & 1 deletion DokanNet/documentations/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Dokan-dotnet
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.0.1.1
PROJECT_NUMBER = 2.0.4.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
Binary file added UpgradeLog.htm
Binary file not shown.

0 comments on commit a1b061f

Please sign in to comment.