File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 2121Updates 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.'))" >
2629Improvements:
You can’t perform that action at this time.
0 commit comments