Skip to content

Commit

Permalink
Release 1.1.1.0 for Dokan 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Dec 1, 2017
1 parent c44e4a8 commit 978cd78
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.1.1.0] - 2017-12-01
### Added
- Support for .NET Standard 1.3

### Changed
- Migrate to Visual Studio 2017
- Update the NuGet icon to the new icon
- Library - Adapt to API changes for dokany 1.1.0

### Fixed
- Proper use of timeout when mounting (See #144)
- Library -Proper use of timeout when mounting (See #144)
- Mirror - Implementation of SetTime to work on open files
- Mirror - Only SetAttributes when attributes not 0
- Test - Appveyor is now Green !

## [1.1.0.3] - 2017-03-29
### Added
Expand Down
4 changes: 2 additions & 2 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) 2017</Copyright>
<Version>1.1.0.3</Version>
<Version>1.1.1.0</Version>
<AssemblyVersion>1.1.0.3</AssemblyVersion>
<FileVersion>1.1.0.3</FileVersion>
<FileVersion>1.1.1.0</FileVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Company>MaximeC</Company>
<Authors>MaximeC</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 = 1.1.0.3
PROJECT_NUMBER = 1.1.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

0 comments on commit 978cd78

Please sign in to comment.