Skip to content

Commit 2193138

Browse files
authored
Update release notes for 4.0.2
1 parent 809f8f2 commit 2193138

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
[Unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.1...HEAD):
3+
[Unreleased changes](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.2...HEAD):
4+
5+
## [v4.0.2](https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.1...v4.0.2)
6+
7+
### Fixes
8+
* @ernstc: bugfix: added check on the model type before it proceeds accessing the property ([#519])
9+
10+
[#519]: https://github.com/natemcmaster/CommandLineUtils/pull/519
411

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

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</PropertyGroup>
4242

4343
<PropertyGroup>
44-
<VersionPrefix>4.0.1</VersionPrefix>
44+
<VersionPrefix>4.0.2</VersionPrefix>
4545
<VersionSuffix>beta</VersionSuffix>
4646
<IncludePreReleaseLabelInPackageVersion Condition="'$(IS_STABLE_BUILD)' != 'true'">true</IncludePreReleaseLabelInPackageVersion>
4747
<BuildNumber Condition=" '$(BuildNumber)' == '' ">$(GITHUB_RUN_NUMBER)</BuildNumber>

src/CommandLineUtils/releasenotes.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Fixes:
2121
Updates in 4.0.1 patch:
2222
* @xoofx: use explicit constructors on validation attributes to workaround .NET 6 runtime trimming error (#491)
2323
* @jakubqwe: support the Description field of VersionOptionFromMemberAttribute (#490)
24+
25+
Update in 4.0.2 patch:
26+
* @ernstc: bugfix: added check on the model type before it proceeds accessing the property (#519)
2427
</PackageReleaseNotes>
2528
<PackageReleaseNotes Condition="$(VersionPrefix.StartsWith('3.1.'))">
2629
Improvements:

0 commit comments

Comments
 (0)