Skip to content

Commit 04e3034

Browse files
committed
Release 2.3.0.0
1 parent 2796291 commit 04e3034

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [2.3.0.0] - 2025-04-26
10+
- Library - `IDokanFileInfo.DeleteOnClose` was renamed `IDokanFileInfo.DeletePending`. Same expectation (remove the object) but is set when last handle on the object is being closed. See [here](https://github.com/dokan-dev/dokany/issues/883).
11+
912
## [2.2.1.0] - 2025-03-29
1013

1114
### Added
@@ -221,7 +224,8 @@ See the [release note](http://web.archive.org/web/20150416102451/http://dokan-de
221224
- ``DokanOptions.Version``, ``DokanOptions.RemovableDrive`` and ``DokanOptions.MountPoint``
222225
- ``DokanRemoveMountPoint``
223226

224-
[Unreleased]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.2.1.0...HEAD
227+
[Unreleased]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.3.0.0...HEAD
228+
[2.3.0.0]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.2.1.0...v2.3.0.0
225229
[2.2.1.0]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.1.0.0...v2.2.1.0
226230
[2.1.0.0]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.5.2...v2.1.0.0
227231
[2.0.5.2]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.5.1...v2.0.5.2

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) 2025</Copyright>
11-
<Version>2.2.1.0</Version>
12-
<AssemblyVersion>2.2.1.0</AssemblyVersion>
13-
<FileVersion>2.2.1.0</FileVersion>
11+
<Version>2.3.0.0</Version>
12+
<AssemblyVersion>2.3.0.0</AssemblyVersion>
13+
<FileVersion>2.3.0.0</FileVersion>
1414
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1515
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)