Skip to content

Commit

Permalink
Update ChangeLog.md and version prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kthompson committed Nov 6, 2019
1 parent 9007a13 commit 3c207b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.4]
### Changed
- Removed reference to System.ValueTuple

Expand Down Expand Up @@ -68,7 +68,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix issue that caused unnecessary directory traversal (#20)
- Fix issue where Glob.Directories did not always match properly

[Unreleased]: https://github.com/kthompson/glob/compare/1.1.3...HEAD
[Unreleased]: https://github.com/kthompson/glob/compare/1.1.4...HEAD
[1.1.4]: https://github.com/kthompson/glob/compare/1.1.3...1.1.4
[1.1.3]: https://github.com/kthompson/glob/compare/1.1.2...1.1.3
[1.1.2]: https://github.com/kthompson/glob/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/kthompson/glob/compare/1.1.0...1.1.1
Expand Down
4 changes: 1 addition & 3 deletions src/Glob/Glob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<AssemblyTitle>A C# Glob pattern matcher for .NET</AssemblyTitle>
<VersionPrefix>1.1.4</VersionPrefix>
<VersionPrefix>1.1.5</VersionPrefix>
<Authors>Kevin Thompson &lt;[email protected]&gt;</Authors>
<TargetFrameworks>netstandard1.3;netstandard2.0;net40;net45;net46</TargetFrameworks>
<DebugType>portable</DebugType>
Expand All @@ -11,8 +11,6 @@
<PackageTags>C#;glob;minimatch</PackageTags>
<Description>A C# Glob library for .NET and .NET Core.</Description>
<PackageReleaseNotes>
### Fixed
- Allow spaces as normal path characters
</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/kthompson/glob/</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/kthompson/glob/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit 3c207b5

Please sign in to comment.