File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and 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
Original file line number Diff line number Diff line change 88
99This 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 >
You can’t perform that action at this time.
0 commit comments