From 73bf2578f6f2be3a18ae89e91b2d4d8337e03c47 Mon Sep 17 00:00:00 2001 From: Tim Van Holder Date: Sun, 10 May 2020 14:33:43 +0200 Subject: [PATCH] Set the version to 3.0.1 for release. Updated the release notes with the changes in this release. --- MetaBrainz.Common.Json/MetaBrainz.Common.Json.csproj | 2 +- README.md | 6 ++++++ appveyor.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/MetaBrainz.Common.Json/MetaBrainz.Common.Json.csproj b/MetaBrainz.Common.Json/MetaBrainz.Common.Json.csproj index 336a8d2..81567f6 100644 --- a/MetaBrainz.Common.Json/MetaBrainz.Common.Json.csproj +++ b/MetaBrainz.Common.Json/MetaBrainz.Common.Json.csproj @@ -5,7 +5,7 @@ Common JSON Utilities This package provides JSON-related utility classes used by other MetaBrainz packages. MetaBrainz JSON - 3.0.1-pre + 3.0.1 diff --git a/README.md b/README.md index f40042f..3f93114 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ JSON-related helper classes, for use by the other `MetaBrainz.*` packages. ## Release Notes +### v3.0.1 (2020-05-10) + +This makes the output of `Prettify()` pretty again. Indented writing was previously only enabled in debug builds, +so essentially never when consuming the NuGet package. + + ### v3.0.0 (2020-04-25) #### API Additions diff --git a/appveyor.yml b/appveyor.yml index 05902fe..47ed849 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.0.1-appveyor.{build} +version: 3.0.1 image: Visual Studio 2019 configuration: Debug install: