diff --git a/Changelog.md b/Changelog.md index 739b7e1e..a3190728 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +### v2.0.3 (09-Apr-2021) + +- Improved help text by showing valid values for non-scalar enum parameters and options. (Thanks [@Robert Dailey](https://github.com/rcdailey)) + ### v2.0.2 (31-Mar-2021) - Fixed an issue where having a transitive reference to CliFx sometimes resulted in `SystemConsoleShouldBeAvoidedAnalyzer` throwing `NullReferenceException` during build. diff --git a/Directory.Build.props b/Directory.Build.props index e8be3729..04be837d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.0.2 + 2.0.3 Tyrrrz Copyright (C) Alexey Golub latest