1
1
# Changelog
2
2
3
- [ Unreleased changes] ( https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.0...HEAD ) :
3
+ [ Unreleased changes] ( https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.1...HEAD ) :
4
+
5
+ ## [ v4.0.1] ( https://github.com/natemcmaster/CommandLineUtils/compare/v4.0.0...v4.0.1 )
6
+
7
+ ### Fixes
8
+
9
+ * [ @xoofx ] : use explicit constructors on validation attributes to workaround .NET 6 runtime trimming error ([ #491 ] )
10
+ * [ @jakubqwe ] : support the Description field of VersionOptionFromMemberAttribute ([ #490 ] )
11
+
12
+ [ #490 ] : https://github.com/natemcmaster/CommandLineUtils/pull/490
13
+ [ #491 ] : https://github.com/natemcmaster/CommandLineUtils/pull/491
4
14
5
15
## [ v4.0.0] ( https://github.com/natemcmaster/CommandLineUtils/compare/v3.1.0...v4.0.0 )
6
16
@@ -524,6 +534,7 @@ Other:
524
534
[ @handcraftedsource ] : https://github.com/handcraftedsource
525
535
[ @hellfirehd ] : https://github.com/hellfirehd
526
536
[ @IanG ] : https://github.com/IanG
537
+ [ @jakubqwe ] : https://github.com/jakubqwe
527
538
[ @jcaillon ] : https://github.com/jcaillon
528
539
[ @jerriep ] : https://github.com/jerriep
529
540
[ @kant2002 ] : https://github.com/kant2002
@@ -536,12 +547,13 @@ Other:
536
547
[ @rlvandaveer ] : https://github.com/rlvandaveer
537
548
[ @rmcc13 ] : https://github.com/rmcc13
538
549
[ @scott-xu ] : https://github.com/scott-xu
539
- [ @skirchner989 ] : https://github.com/skirchner989
540
550
[ @SeanFeldman ] : https://github.com/SeanFeldman
541
551
[ @sebastienros ] : https://github.com/sebastienros
552
+ [ @skirchner989 ] : https://github.com/skirchner989
542
553
[ @SteveBenz ] : https://github.com/SteveBenz
543
554
[ @TheConstructor ] : https://github.com/TheConstructor
544
555
[ @vpkopylov ] : https://github.com/vpkopylov
556
+ [ @xoofx ] : https://github.com/xoofx
545
557
546
558
[ v2.3.4 ] : https://github.com/natemcmaster/CommandLineUtils/compare/v2.3.3...v2.3.4
547
559
[ v2.3.3 ] : https://github.com/natemcmaster/CommandLineUtils/compare/v2.3.2...v2.3.3
0 commit comments