From 9bd3a43b19829bcfd829c63b87b2af95778e5335 Mon Sep 17 00:00:00 2001 From: Mark Bell Date: Sun, 10 Mar 2019 15:24:34 +0000 Subject: [PATCH] Release v2.0.1 --- CHANGELOG.md | 4 ++++ MAB.DotIgnore/MAB.DotIgnore.csproj | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c09c18..6d92d67 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] +## [2.0.1] - 2019-03-10 +### Fixed +- Release library is no longer built in `Debug` configuration. + ## [2.0.0] - 2018-10-26 ### Changed - Library is now strong-named. diff --git a/MAB.DotIgnore/MAB.DotIgnore.csproj b/MAB.DotIgnore/MAB.DotIgnore.csproj index cc8d4a0..ea3947a 100644 --- a/MAB.DotIgnore/MAB.DotIgnore.csproj +++ b/MAB.DotIgnore/MAB.DotIgnore.csproj @@ -2,8 +2,8 @@ netstandard1.3;net35 MAB.DotIgnore - 2.0.0 - 2.0.0.0 + 2.0.1 + 2.0.1.0 Mark Ashley Bell https://github.com/markashleybell/MAB.DotIgnore/blob/master/LICENSE.md @@ -18,7 +18,7 @@ true MAB.DotIgnore.snk false - 2.0.0.0 + 2.0.1.0 bin\Debug\netstandard1.3\MAB.DotIgnore.xml @@ -28,14 +28,14 @@ bin\Release\netstandard1.3\MAB.DotIgnore.xml - full - true + true bin\Debug\net35\MAB.DotIgnore.xml bin\Release\net35\MAB.DotIgnore.xml + true