Skip to content

Commit

Permalink
Update changelog and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Oct 22, 2019
1 parent 3b5d9aa commit 0615346
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 76 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

[See unreleased changes][unreleased].
* Fix [#92] by [@kbilsted] - Show enum names in help text for Options and Arguments stored as enum
[See unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v2.4.2...HEAD).

* [#92] by [@kbilsted] - Show enum names in help text for Options and Arguments stored as enum
* [#288] by [@Alxandr] - Add support for private base type options

## [v2.4.2]

Expand Down Expand Up @@ -365,6 +367,7 @@ Other:
- Updated TFM to support .NET Standard 2.0


[@Alxandr]: https://github.com/Alxandr
[@atifaziz]: https://github.com/atifaziz
[@atruskie]: https://github.com/atruskie
[@bording]: https://github.com/bording
Expand Down Expand Up @@ -392,7 +395,6 @@ Other:
[@TheConstructor]: https://github.com/TheConstructor
[@vpkopylov]: https://github.com/vpkopylov

[unreleased]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.4.1...HEAD
[v2.4.1]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.4.0...v2.4.1
[v2.4.0]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.3.4...v2.4.0
[v2.3.4]: https://github.com/natemcmaster/CommandLineUtils/compare/v2.3.3...v2.3.4
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<PropertyGroup>
<VersionPrefix>2.5.0</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
<VersionSuffix>beta</VersionSuffix>
<IncludePreReleaseLabelInPackageVersion Condition="'$(IsStableBuild)' != 'true'">true</IncludePreReleaseLabelInPackageVersion>
<BuildNumber Condition=" '$(BuildNumber)' == '' ">$(BUILD_NUMBER)</BuildNumber>
<BuildNumber Condition=" '$(BuildNumber)' == '' ">0</BuildNumber>
Expand Down
Loading

0 comments on commit 0615346

Please sign in to comment.