From 66835c392ac0664fd3d26545eb2700899e010e38 Mon Sep 17 00:00:00 2001 From: Mark Bell Date: Tue, 1 Sep 2020 10:39:08 +0100 Subject: [PATCH] Release v3.0.1 --- CHANGELOG.md | 5 +++++ Directory.Build.props | 4 ++-- MAB.DotIgnore/MAB.DotIgnore.csproj | 6 ++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2651f20..56ae1ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [3.0.1] - 2020-09-01 +### Fixed +- `IgnoreList.IsAnyParentDirectoryIgnored` no longer throws if you pass it a non-relative path (thanks, [@nojaf](https://github.com/nojaf)) + ## [3.0.0] - 2019-03-13 ### Changed - Removed C# translation of GPL `wildmatch.c` code (which was technically a license violation) @@ -65,6 +69,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) Initial release. [Unreleased]: https://github.com/markashleybell/MAB.DotIgnore/compare/v3.0.0...HEAD +[3.0.1]: https://github.com/markashleybell/MAB.DotIgnore/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/markashleybell/MAB.DotIgnore/compare/v2.0.1...v3.0.0 [2.0.1]: https://github.com/markashleybell/MAB.DotIgnore/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/markashleybell/MAB.DotIgnore/compare/v1.4.0...v2.0.0 diff --git a/Directory.Build.props b/Directory.Build.props index 996b90b..445ba0e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 3.0.0 - 3.0.0.0 + 3.0.1 + 3.0.1.0 3.0.0.0 © Mark Ashley Bell 2018 Mark Ashley Bell diff --git a/MAB.DotIgnore/MAB.DotIgnore.csproj b/MAB.DotIgnore/MAB.DotIgnore.csproj index 410bd0b..f009a2a 100644 --- a/MAB.DotIgnore/MAB.DotIgnore.csproj +++ b/MAB.DotIgnore/MAB.DotIgnore.csproj @@ -2,7 +2,6 @@ netstandard1.3;net4 MAB.DotIgnore - https://github.com/markashleybell/MAB.DotIgnore/blob/master/LICENSE.md https://github.com/markashleybell/MAB.DotIgnore https://github.com/markashleybell/MAB.DotIgnore.git Load and parse .gitignore files (or any list of pattern strings using the same pattern syntax) to produce an IgnoreList, which can be used to ignore specific files and folders during (for example) a file copy operation. @@ -14,7 +13,7 @@ MAB.DotIgnore.snk false latest - 3.0.0 + licenses\LICENSE.md bin\Debug\netstandard1.3\MAB.DotIgnore.xml @@ -41,6 +40,9 @@ <_Parameter1>$(MSBuildProjectName).Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c9cb9ee4d4df4ec74aad855975b0a399a3149103af8073114915538b7212d4a005592a38e25d3f54114a7885e2aaae3c05371de551430a5f0f81f9ed9a2ce50f72ad4636676eb619d9abb4175bc5383f94e07fcb85cff9322e0e14fd1c3da9dd98ae0acc30df16a379f342277d40809a93f1e96bec780b21eb8a163dc82c42c6 + + + all