From e79ee8136cf46c027c3cf5311a7945076866a981 Mon Sep 17 00:00:00 2001 From: Mark Bell Date: Wed, 13 Mar 2019 16:31:20 +0000 Subject: [PATCH] Release v3.0.0 --- CHANGELOG.md | 6 ++++++ Directory.Build.props | 2 +- MAB.DotIgnore/MAB.DotIgnore.csproj | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d92d67..8ddd90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [3.0.0] - 2019-03-13 +### Changed +- Removed C# translation of GPL `wildmatch.c` code (which was technically a license violation) +- Memory consumption and GC activity have been dramatically reduced +- Library now passes all current `.gitignore` tests [see here](https://github.com/git/git/blob/master/t/t3070-wildmatch.sh) + ## [2.0.1] - 2019-03-10 ### Fixed - Release library is no longer built in `Debug` configuration. diff --git a/Directory.Build.props b/Directory.Build.props index 39f3d7b..7661caf 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 3.0.0-alpha1 + 3.0.0 3.0.0.0 3.0.0.0 © Mark Ashley Bell 2018 diff --git a/MAB.DotIgnore/MAB.DotIgnore.csproj b/MAB.DotIgnore/MAB.DotIgnore.csproj index 1c199bc..410bd0b 100644 --- a/MAB.DotIgnore/MAB.DotIgnore.csproj +++ b/MAB.DotIgnore/MAB.DotIgnore.csproj @@ -14,7 +14,7 @@ MAB.DotIgnore.snk false latest - 3.0.0-rc2 + 3.0.0 bin\Debug\netstandard1.3\MAB.DotIgnore.xml @@ -28,6 +28,8 @@ bin\Debug\net4\MAB.DotIgnore.xml + full + true 3