Skip to content

Commit

Permalink
Release 2.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Jan 24, 2022
1 parent 8c8764f commit f36376e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.0.0] - 2022-01-01
- Support dokany 2.0.0.
## [2.0.1.0] - 2022-01-01

### Added
- Support dokany 2.1.0 and the new async mount API.

## [1.5.0.0] - 2021-05-30

### Added
- Add `ILogger.DebugEnabled` to reduce memory allocation produce by logs like `BufferPool`.

## [1.4.0.0] - 2020-06-02

### Added
- Replace `DokanOptions` of dokany 1.4.0 `OptimizeSingleNameSearch` to `EnableFCBGC`.
- Support for .NET Standard 2.0

## [1.3.0.0] - 2019-10-09

### Added
- Support dokany 1.3.0 `DokanNotify` feature in `Dokan.Notify` class.
- New `DokanOptions` of dokany 1.3.0 `DisableOplocks` and `OptimizeSingleNameSearch`.
Expand All @@ -33,10 +38,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Avoid `ConsoleLogger` to switch color and never go back to the original due to multi threading.

## [1.1.2.1] - 2018-12-20

### Changed
- Improve Buffer Handling to Reduce GC Pressure.

## [1.1.2.0] - 2018-08-10

### Added
- Included a strongly typed error code in ``DokanException`` to better communicate the reason why mounting failed.
- [``NotADirectory``][1.1.2.0-NotADirectory] enum value to ``DokanResult``.
Expand All @@ -53,6 +60,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- ``DokanMain`` throw wrongly when success

## [1.1.1.1] - 2018-04-25

### Added
- Enum value [``FileAccess.None``][1.1.1.1-FileAccess.None].
- Handle unknown errors from Dokan.
Expand All @@ -63,6 +71,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Make ``MaximumComponentLength`` param available for ``GetVolumeInformation``.

## [1.1.1.0] - 2017-12-01

### Added
- Support for .NET Standard 1.3

Expand All @@ -78,20 +87,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Test - Appveyor is now Green !

## [1.1.0.3] - 2017-03-29

### Added
- [``DokanHelper.DokanIsNameInExpression``][1.1.0.3-DokanIsNameInExpression] to help [``IDokanOperations.FindFilesWithPatter``][1.1.0.3-FindFilesWithPatter] filter the list of possible files.

[1.1.0.3-DokanIsNameInExpression]: https://github.com/dokan-dev/dokan-dotnet/blob/master/DokanNet/DokanHelper.cs#L48
[1.1.0.3-FindFilesWithPatter]: https://github.com/dokan-dev/dokan-dotnet/blob/master/DokanNet/IDokanOperations.cs#L163

## [1.1.0.1] - 2016-11-01

### Added
- Update documentation for Delete functions according to Dokany changes.

### Fixed
- ``SetFileTimeProxy`` could throw without return a proper error.

## [1.1.0.0] - 2016-09-21

### Added
- This CHANGELOG.md.
- Support for .NET Framework 4.6
Expand Down Expand Up @@ -127,6 +139,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[1.1.0-AccessSystemSecurity]: https://github.com/dokan-dev/dokan-dotnet/blob/v1.1.0.0/DokanNet/FileAccess.cs#L189

## [1.0.8] - 2015-12-09

### Added
- Support for timeout using [``Dokan.Mount``][1.0.8-Mount].
- [``IDokanOperations.FindStreams``][1.0.8-FindStreams].
Expand Down Expand Up @@ -163,8 +176,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.0.0...HEAD
[2.0.0.0]: https://github.com/dokan-dev/dokan-dotnet/compare/v1.5.0.0...v2.0.0.0
[Unreleased]: https://github.com/dokan-dev/dokan-dotnet/compare/v2.0.1.0...HEAD
[2.0.1.0]: https://github.com/dokan-dev/dokan-dotnet/compare/v1.5.0.0...v2.0.1.0
[1.5.0.0]: https://github.com/dokan-dev/dokan-dotnet/compare/v1.4.0.0...v1.5.0.0
[1.4.0.0]: https://github.com/dokan-dev/dokan-dotnet/compare/v1.3.0.0...v1.4.0.0
[1.3.0.0]: https://github.com/dokan-dev/dokan-dotnet/compare/v1.1.2.1...v1.3.0.0
Expand Down
6 changes: 3 additions & 3 deletions DokanNet/DokanNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

This is a .NET wrapper over Dokan, and allows you to create your own file systems in Windows.</Description>
<Copyright>Copyright (C) 2022</Copyright>
<Version>2.0.0.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>2.0.1.0</Version>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
<FileVersion>2.0.1.0</FileVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Company>Dokan-dev</Company>
<Authors>AdrienJ, MaximeC, Hiroki Asakawa</Authors>
Expand Down
2 changes: 1 addition & 1 deletion DokanNet/documentations/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Dokan-dotnet
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.0.0.0
PROJECT_NUMBER = 2.0.1.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
DOKAN_CI_CACHE: C:\dokan_ci_cache
DOXYGEN_INST_DIR: '%DOKAN_CI_CACHE%\doxygen'

version: 2.0.0-{build}
version: 2.0.1-{build}
configuration:
- Release
- Debug
Expand Down

0 comments on commit f36376e

Please sign in to comment.