diff --git a/CHANGELOG.md b/CHANGELOG.md index 767d6d7a..d81c1b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [Unreleased] +## [v2.2.2] + +**April 28, 2018** Minor improvement: @@ -148,7 +150,8 @@ Other: [@rmcc13]: https://github.com/rmcc13 [@sebastienros]: https://github.com/sebastienros -[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.1...HEAD +[Unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.2...HEAD +[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 [v2.2.0-rc]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.0-beta...v2.2.0-rc diff --git a/README.md b/README.md index 9ff49065..e1f8efa5 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 b9417ea5..c2c35be8 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 4a14ba4b..9785b45c 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 415ef39e..a8bd7744 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 23f3f16b..10bc629f 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 e0cbf26a..5454ea10 100644 --- a/releasenotes.props +++ b/releasenotes.props @@ -2,6 +2,12 @@