Skip to content

Commit 578b467

Browse files
committed
Release 2.0.1.1
1 parent 9fc1586 commit 578b467

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [2.0.1.1] - 2022-02-20
10+
11+
### Fixed
12+
- Library - Avoid GC of delegates in optimized builds
13+
- RegistryFS - Skip empty name keys
14+
915
## [2.0.1.0] - 2022-01-01
1016

1117
### Added

DokanNet/DokanNet.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
This is a .NET wrapper over Dokan, and allows you to create your own file systems in Windows.</Description>
1010
<Copyright>Copyright (C) 2022</Copyright>
11-
<Version>2.0.1.0</Version>
12-
<AssemblyVersion>2.0.1.0</AssemblyVersion>
13-
<FileVersion>2.0.1.0</FileVersion>
11+
<Version>2.0.1.1</Version>
12+
<AssemblyVersion>2.0.1.1</AssemblyVersion>
13+
<FileVersion>2.0.1.1</FileVersion>
1414
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1515
<Company>Dokan-dev</Company>
1616
<Authors>AdrienJ, MaximeC, Hiroki Asakawa</Authors>

DokanNet/documentations/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = Dokan-dotnet
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2.0.1.0
41+
PROJECT_NUMBER = 2.0.1.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)