Skip to content

Commit

Permalink
Release 1.1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Mar 29, 2017
1 parent 9404b65 commit 79204c6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
-

## [1.1.0.3] - 2017-03-29

### Added
- Add `SearchFilesWithPattern` takes care of special chars DOS_STAR, DOS_QM and DOS_DOT

## [1.1.0.1] - 2016-11-01
### Added
Expand Down Expand Up @@ -86,7 +90,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/v1.1.0.1...HEAD
[Unreleased]: https://github.com/dokan-dev/dokan-dotnet/compare/v1.1.0.3...HEAD
[1.1.0.3]: https://github.com/dokan-dev/dokan-dotnet/compare/v1.1.0.1...v1.1.0.3
[1.1.0.1]: https://github.com/dokan-dev/dokan-dotnet/compare/v1.1.0.0...v1.1.0.1
[1.1.0.0]: https://github.com/dokan-dev/dokan-dotnet/compare/v1.0.8.0...v1.1.0.0
[1.0.8]: https://github.com/dokan-dev/dokan-dotnet/compare/1.0.6.0...v1.0.8.0
Expand Down
4 changes: 2 additions & 2 deletions DokanNet.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.1.0.1")]
[assembly: AssemblyFileVersion("1.1.0.1")]
[assembly: AssemblyVersion("1.1.0.3")]
[assembly: AssemblyFileVersion("1.1.0.3")]
2 changes: 1 addition & 1 deletion DokanNet/DokanNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>DokanNet</id>
<version>1.1.0.1</version>
<version>1.1.0.3</version>
<title>DokanNet</title>
<authors>MaximeC</authors>
<owners>MaximeC</owners>
Expand Down
4 changes: 2 additions & 2 deletions DokanNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.1.0.1")]
[assembly: AssemblyFileVersion("1.1.0.1")]
[assembly: AssemblyVersion("1.1.0.3")]
[assembly: AssemblyFileVersion("1.1.0.3")]
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.1
PROJECT_NUMBER = 1.1.0.3

# 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
6 changes: 3 additions & 3 deletions sample/DokanNetMirror/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DokanNetMirror")]
[assembly: AssemblyCopyright("Copyright (C) 2016")]
[assembly: AssemblyCopyright("Copyright (C) 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -37,5 +37,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.1.0.1")]
[assembly: AssemblyFileVersion("1.1.0.1")]
[assembly: AssemblyVersion("1.1.0.3")]
[assembly: AssemblyFileVersion("1.1.0.3")]
6 changes: 3 additions & 3 deletions sample/RegistryFS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("RegistryFS")]
[assembly: AssemblyCopyright("Copyright (C) 2016")]
[assembly: AssemblyCopyright("Copyright (C) 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -37,5 +37,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.1.0.1")]
[assembly: AssemblyFileVersion("1.1.0.1")]
[assembly: AssemblyVersion("1.1.0.3")]
[assembly: AssemblyFileVersion("1.1.0.3")]

0 comments on commit 79204c6

Please sign in to comment.