From 4897f884debe1161fc39eaf3bff07102ab9c3672 Mon Sep 17 00:00:00 2001 From: Liryna Date: Fri, 22 Dec 2023 20:31:23 -0500 Subject: [PATCH] Release 2.1.0.0 --- CHANGELOG.md | 8 ++++++-- DokanNet/DokanNet.csproj | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ead8ee59..f8584bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/DokanNet/DokanNet.csproj b/DokanNet/DokanNet.csproj index fdde4d0e..4a24c690 100644 --- a/DokanNet/DokanNet.csproj +++ b/DokanNet/DokanNet.csproj @@ -8,9 +8,9 @@ This is a .NET wrapper over Dokan, and allows you to create your own file systems in Windows. Copyright (C) 2022 - 2.0.5.2 - 2.0.5.2 - 2.0.5.2 + 2.1.0.0 + 2.1.0.0 + 2.1.0.0 True true README.md