Skip to content

Commit 4897f88

Browse files
committed
Release 2.1.0.0
1 parent 9e4d0da commit 4897f88

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [2.1.0.0] - 2023-12-22
8+
9+
### Added
10+
- Library - New API `WaitForFileSystemClosedAsync` that wait async for the FileSystem to unmount. It requires Dokany 2.1.0
811

912
## [2.0.5.2] - 2023-09-28
1013

@@ -207,7 +210,8 @@ See the [release note](http://web.archive.org/web/20150416102451/http://dokan-de
207210
- ``DokanOptions.Version``, ``DokanOptions.RemovableDrive`` and ``DokanOptions.MountPoint``
208211
- ``DokanRemoveMountPoint``
209212

210-
[Unreleased]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.5.2...HEAD
213+
[Unreleased]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.1.0.0...HEAD
214+
[2.0.5.2]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.5.2...v2.1.0.0
211215
[2.0.5.2]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.5.1...v2.0.5.2
212216
[2.0.5.1]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.4.1...v2.0.5.1
213217
[2.0.4.1]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.1.1...v2.0.4.1

DokanNet/DokanNet.csproj

Lines changed: 3 additions & 3 deletions
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.5.2</Version>
12-
<AssemblyVersion>2.0.5.2</AssemblyVersion>
13-
<FileVersion>2.0.5.2</FileVersion>
11+
<Version>2.1.0.0</Version>
12+
<AssemblyVersion>2.1.0.0</AssemblyVersion>
13+
<FileVersion>2.1.0.0</FileVersion>
1414
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1515
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)