From f082bc8925e5ce466b8bc978d1a9ef911b18104c Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 30 Mar 2018 22:58:56 -0700 Subject: [PATCH] Prepare the final 2.2.0 release --- .appveyor.yml | 2 +- CHANGELOG.md | 8 ++++++-- README.md | 2 +- docfx_project/index.md | 2 +- docs.ps1 => gen-docs.ps1 | 0 version.props | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) rename docs.ps1 => gen-docs.ps1 (100%) diff --git a/.appveyor.yml b/.appveyor.yml index 4c717775..db1e64e7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 2.2.0-beta.{build} +version: 2.2.0.{build} init: - git config --global core.autocrlf input clone_depth: 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ae05ab..1651841a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog -## Unreleased +## [v2.2.0] + +**March 30,2018** - Added support for command validators using `CommandLineApplication.Validators` and added a new OnValidate convention - Fix minor bug in ArgumentEscaper where some strings were not properly escaped - Update to System.ComponentModel.Annotations 4.4.1 (netstandard2.0 only) + - [@atruskie]: Ensure ValueParsers are inherited in subcommands ## [v2.2.0-rc] @@ -123,7 +126,8 @@ Other: [@rmcc13]: https://github.com/rmcc13 [@sebastienros]: https://github.com/sebastienros -[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0-rc...HEAD +[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0...HEAD +[v2.2.0]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0-rc...v2.2.0 [v2.2.0-rc]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0-beta...v2.2.0-rc [v2.2.0-beta]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0-alpha...v2.2.0-beta [v2.2.0-alpha]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.1.1...v2.2.0-alpha diff --git a/README.md b/README.md index 7d22bb90..1425339c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ dotnet add package McMaster.Extensions.CommandLineUtils ``` ```xml - + ``` diff --git a/docfx_project/index.md b/docfx_project/index.md index 6aa3014b..73338eb5 100644 --- a/docfx_project/index.md +++ b/docfx_project/index.md @@ -22,7 +22,7 @@ $ dotnet add package McMaster.Extensions.CommandLineUtils ``` ```xml - + ``` diff --git a/docs.ps1 b/gen-docs.ps1 similarity index 100% rename from docs.ps1 rename to gen-docs.ps1 diff --git a/version.props b/version.props index 52b3f96d..f896751b 100644 --- a/version.props +++ b/version.props @@ -1,7 +1,7 @@ 2.2.0 - rc + rtm $(VersionPrefix)-$(VersionSuffix) $(VersionPrefix)