From 32a5e1405b1cbd0be56a336b8b070b567c76f455 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 10 May 2018 22:53:09 -0700 Subject: [PATCH] Finish 2.2.3 patch --- CHANGELOG.md | 7 +++++-- README.md | 2 +- .../dependency-injection/custom/CustomServices.csproj | 2 +- .../dependency-injection/standard/StandardServices.csproj | 2 +- docs/docs/intro.md | 2 +- docs/index.md | 2 +- releasenotes.props | 5 +++-- 7 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91427363..73238766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## Unreleased +## [v2.2.3] + +**May 10, 2018** Minor improvements: @@ -158,7 +160,8 @@ Other: [@rmcc13]: https://github.com/rmcc13 [@sebastienros]: https://github.com/sebastienros -[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.2...HEAD +[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.3...HEAD +[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 [v2.2.0]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0-rc...v2.2.0 diff --git a/README.md b/README.md index e1f8efa5..b70ab593 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 c2c35be8..f0e751fd 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 9785b45c..cb51e337 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/intro.md b/docs/docs/intro.md index a8bd7744..f274bb8a 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 10bc629f..97faceb1 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 5454ea10..0962876b 100644 --- a/releasenotes.props +++ b/releasenotes.props @@ -5,8 +5,9 @@ Minor improvement: - - Add conventions from attributes that implement IConvention and IMemberConvention - - Add a help option by default as long as it doesn't conflict with existing options +* Make it easier to override the version text shown when `--version` is specified. +* Make DefaultHelpTextGenerator's constructor protected so you can inherit from this type +* Fix DebugHelper.HandleDebugSwitch See more details here: https://github.com/natemcmaster/CommandLineUtils/blob/master/CHANGELOG.md#v$(VersionPrefix.Replace('.','')) ]]>