File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff 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
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) 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 >
You can’t perform that action at this time.
0 commit comments