Skip to content

Commit ccb6477

Browse files
committed
Release 2.3.0.3
1 parent e67b7af commit ccb6477

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.3.0.3] - 2025-10-22
10+
- Library - Brings DokanOptions flags up to date and in sync with changes in native library.
11+
* The `EnableNotificationAPI` is no longer necessary and has been removed, just like in native library.
12+
* Several `DokanOptions` flag values have changed, rebuilt implementations to get the correct values!
13+
* Added missing `DokanOptions.AllowIpcBatching`
14+
915
## [2.3.0.1] - 2025-05-11
1016

1117
### Changed
@@ -239,7 +245,8 @@ See the [release note](http://web.archive.org/web/20150416102451/http://dokan-de
239245
- ``DokanOptions.Version``, ``DokanOptions.RemovableDrive`` and ``DokanOptions.MountPoint``
240246
- ``DokanRemoveMountPoint``
241247

242-
[Unreleased]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.3.0.1...HEAD
248+
[Unreleased]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.3.0.3...HEAD
249+
[2.3.0.1]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.3.0.1...v2.3.0.3
243250
[2.3.0.1]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.3.0.0...v2.3.0.1
244251
[2.3.0.0]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.2.1.0...v2.3.0.0
245252
[2.2.1.0]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.1.0.0...v2.2.1.0

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.3.0.1</Version>
12-
<AssemblyVersion>2.3.0.1</AssemblyVersion>
13-
<FileVersion>2.3.0.1</FileVersion>
11+
<Version>2.3.0.3</Version>
12+
<AssemblyVersion>2.3.0.3</AssemblyVersion>
13+
<FileVersion>2.3.0.3</FileVersion>
1414
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1515
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)