File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ Unreleased]
8+
9+ ## [ 2.2.1.0] - 2025-03-29
10+
11+ ### Added
12+ - Library - Allow passing a date time format info for console and debug logger
13+
14+ ### Changed
15+ - Library - ` Read ` - Only copy the actual read data by the operation to the destination buffer
16+ - Library - Hold ` Dokan ` reference in ` DokanInstance ` as it cannot live without it. Avoid impromptu native resources being released.
17+
718## [ 2.1.0.0] - 2023-12-22
819
920### Added
@@ -210,8 +221,9 @@ See the [release note](http://web.archive.org/web/20150416102451/http://dokan-de
210221- `` DokanOptions.Version `` , `` DokanOptions.RemovableDrive `` and `` DokanOptions.MountPoint ``
211222- `` DokanRemoveMountPoint ``
212223
213- [ Unreleased ] : https://github.com/dokan-dev/dokan-dotnet/compare/v2.1.0.0...HEAD
214- [ 2.0.5.2 ] : https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.5.2...v2.1.0.0
224+ [ Unreleased ] : https://github.com/dokan-dev/dokan-dotnet/compare/v2.2.1.0...HEAD
225+ [ 2.2.1.0 ] : https://github.com/dokan-dev/dokan-dotnet/compare/v2.1.0.0...v2.2.1.0
226+ [ 2.1.0.0 ] : https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.5.2...v2.1.0.0
215227[ 2.0.5.2 ] : https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.5.1...v2.0.5.2
216228[ 2.0.5.1 ] : https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.4.1...v2.0.5.1
217229[ 2.0.4.1 ] : https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.1.1...v2.0.4.1
Original file line number Diff line number Diff line change 77 <Description >A user mode file system for windows.
88
99This is a .NET wrapper over Dokan, and allows you to create your own file systems in Windows.</Description >
10- <Copyright >Copyright (C) 2022 </Copyright >
11- <Version >2.1.0 .0</Version >
12- <AssemblyVersion >2.1.0 .0</AssemblyVersion >
13- <FileVersion >2.1.0 .0</FileVersion >
10+ <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 >
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