Skip to content

Commit

Permalink
Update release notes for 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Nov 19, 2022
1 parent 809f8f2 commit 2193138
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

[Unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.1...HEAD):
[Unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.2...HEAD):

## [v4.0.2](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.1...v4.0.2)

### Fixes
* @ernstc: bugfix: added check on the model type before it proceeds accessing the property ([#519])

[#519]: https://github.com/natemcmaster/CommandLineUtils/pull/519

## [v4.0.1](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.0...v4.0.1)

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>4.0.1</VersionPrefix>
<VersionPrefix>4.0.2</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
<IncludePreReleaseLabelInPackageVersion Condition="'$(IS_STABLE_BUILD)' != 'true'">true</IncludePreReleaseLabelInPackageVersion>
<BuildNumber Condition=" '$(BuildNumber)' == '' ">$(GITHUB_RUN_NUMBER)</BuildNumber>
Expand Down
3 changes: 3 additions & 0 deletions src/CommandLineUtils/releasenotes.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Fixes:
Updates in 4.0.1 patch:
* @xoofx: use explicit constructors on validation attributes to workaround .NET 6 runtime trimming error (#491)
* @jakubqwe: support the Description field of VersionOptionFromMemberAttribute (#490)

Update in 4.0.2 patch:
* @ernstc: bugfix: added check on the model type before it proceeds accessing the property (#519)
</PackageReleaseNotes>
<PackageReleaseNotes Condition="$(VersionPrefix.StartsWith('3.1.'))">
Improvements:
Expand Down

0 comments on commit 2193138

Please sign in to comment.