From b4ae98e77f9f5a5fd2e7994180c7e722b82fe717 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Sun, 1 Jul 2018 20:51:30 -0700 Subject: [PATCH] Finalize release 2.2.5 --- CHANGELOG.md | 18 +++++++++++++++++- README.md | 2 +- .../custom/CustomServices.csproj | 2 +- .../standard/StandardServices.csproj | 2 +- .../attributes/ResponseFileParsing.csproj | 2 +- .../builder-api/ResponseFileParsing.csproj | 2 +- docs/docs/intro.md | 2 +- docs/index.md | 2 +- releasenotes.props | 10 +++++++--- 9 files changed, 31 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 617f4729..744c34e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v2.2.5] + +**July 1, 2018** + +Bug fixes: + * [@bording] and [@SeanFeldman]: Unable to create new instance of `CommandOption` for type that is already registered + +Minor improvements: + * Started code signing the NuGet package and binaries + * [@jerriep]: added documentation for response file parsing + ## [v2.2.4] **May 24, 2018** @@ -163,14 +174,19 @@ Other: [@atruskie]: https://github.com/atruskie +[@bording]: https://github.com/bording [@couven92]: https://github.com/couven92 [@demosdemon]: https://github.com/demosdemon +[@jerriep]: https://github.com/jerriep [@kant2002]: https://github.com/kant2002 [@liamdawson]: https://github.com/liamdawson [@rmcc13]: https://github.com/rmcc13 +[@SeanFeldman]: https://github.com/SeanFeldman [@sebastienros]: https://github.com/sebastienros -[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.3...HEAD +[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.5...HEAD +[v2.2.5]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.4...v2.2.5 +[v2.2.4]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.3...v2.2.4 [v2.2.3]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.3...v2.2.3 [v2.2.2]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.1...v2.2.2 [v2.2.1]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0...v2.2.1 diff --git a/README.md b/README.md index bd9b7128..20e4a4d5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ dotnet add package McMaster.Extensions.CommandLineUtils ``` ```xml - + ``` diff --git a/docs/docs/concepts/samples/dependency-injection/custom/CustomServices.csproj b/docs/docs/concepts/samples/dependency-injection/custom/CustomServices.csproj index 27bce3d4..a5ffee7c 100644 --- a/docs/docs/concepts/samples/dependency-injection/custom/CustomServices.csproj +++ b/docs/docs/concepts/samples/dependency-injection/custom/CustomServices.csproj @@ -6,7 +6,7 @@ - + diff --git a/docs/docs/concepts/samples/dependency-injection/standard/StandardServices.csproj b/docs/docs/concepts/samples/dependency-injection/standard/StandardServices.csproj index fc1b7909..c10cd7bf 100644 --- a/docs/docs/concepts/samples/dependency-injection/standard/StandardServices.csproj +++ b/docs/docs/concepts/samples/dependency-injection/standard/StandardServices.csproj @@ -7,7 +7,7 @@ - + diff --git a/docs/docs/concepts/samples/response-file-parsing/attributes/ResponseFileParsing.csproj b/docs/docs/concepts/samples/response-file-parsing/attributes/ResponseFileParsing.csproj index 2adab72a..2abe4290 100644 --- a/docs/docs/concepts/samples/response-file-parsing/attributes/ResponseFileParsing.csproj +++ b/docs/docs/concepts/samples/response-file-parsing/attributes/ResponseFileParsing.csproj @@ -6,7 +6,7 @@ - + diff --git a/docs/docs/concepts/samples/response-file-parsing/builder-api/ResponseFileParsing.csproj b/docs/docs/concepts/samples/response-file-parsing/builder-api/ResponseFileParsing.csproj index 2adab72a..2abe4290 100644 --- a/docs/docs/concepts/samples/response-file-parsing/builder-api/ResponseFileParsing.csproj +++ b/docs/docs/concepts/samples/response-file-parsing/builder-api/ResponseFileParsing.csproj @@ -6,7 +6,7 @@ - + diff --git a/docs/docs/intro.md b/docs/docs/intro.md index fab2f26e..ccdba52a 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -22,7 +22,7 @@ ```xml - + ``` diff --git a/docs/index.md b/docs/index.md index 0286f8f3..181619b5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,7 +22,7 @@ $ dotnet add package McMaster.Extensions.CommandLineUtils ``` ```xml - + ``` diff --git a/releasenotes.props b/releasenotes.props index c12b9e7e..dd7b2585 100644 --- a/releasenotes.props +++ b/releasenotes.props @@ -1,11 +1,15 @@ - + ` for type that is already registered + +Minor improvements: + + * Started code signing the NuGet package and binaries + * [@jerriep]: added documentation for response file parsing See more details here: https://github.com/natemcmaster/CommandLineUtils/blob/master/CHANGELOG.md#v$(VersionPrefix.Replace('.','')) ]]>