Skip to content

Commit

Permalink
Release 2.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Dec 23, 2023
1 parent 9e4d0da commit 4897f88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [2.1.0.0] - 2023-12-22

### Added
- Library - New API `WaitForFileSystemClosedAsync` that wait async for the FileSystem to unmount. It requires Dokany 2.1.0

## [2.0.5.2] - 2023-09-28

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

[Unreleased]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.5.2...HEAD
[Unreleased]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.1.0.0...HEAD
[2.0.5.2]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.5.2...v2.1.0.0
[2.0.5.2]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.5.1...v2.0.5.2
[2.0.5.1]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.4.1...v2.0.5.1
[2.0.4.1]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.1.1...v2.0.4.1
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.5.2</Version>
<AssemblyVersion>2.0.5.2</AssemblyVersion>
<FileVersion>2.0.5.2</FileVersion>
<Version>2.1.0.0</Version>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 4897f88

Please sign in to comment.