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 1
1
# Changelog
2
2
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
4
11
5
12
## [ v4.0.1] ( https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.0...v4.0.1 )
6
13
Original file line number Diff line number Diff line change 41
41
</PropertyGroup >
42
42
43
43
<PropertyGroup >
44
- <VersionPrefix >4.0.1 </VersionPrefix >
44
+ <VersionPrefix >4.0.2 </VersionPrefix >
45
45
<VersionSuffix >beta</VersionSuffix >
46
46
<IncludePreReleaseLabelInPackageVersion Condition =" '$(IS_STABLE_BUILD)' != 'true'" >true</IncludePreReleaseLabelInPackageVersion >
47
47
<BuildNumber Condition =" '$(BuildNumber)' == '' " >$(GITHUB_RUN_NUMBER)</BuildNumber >
Original file line number Diff line number Diff line change 21
21
Updates in 4.0.1 patch:
22
22
* @xoofx: use explicit constructors on validation attributes to workaround .NET 6 runtime trimming error (#491)
23
23
* @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)
24
27
</PackageReleaseNotes >
25
28
<PackageReleaseNotes Condition =" $(VersionPrefix.StartsWith('3.1.'))" >
26
29
Improvements:
You can’t perform that action at this time.
0 commit comments