11# Changelog
22
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
414
515## [ v4.0.0] ( https://github.com/natemcmaster/CommandLineUtils/compare/v3.1.0...v4.0.0 )
616
@@ -524,6 +534,7 @@ Other:
524534[ @handcraftedsource ] : https://github.com/handcraftedsource
525535[ @hellfirehd ] : https://github.com/hellfirehd
526536[ @IanG ] : https://github.com/IanG
537+ [ @jakubqwe ] : https://github.com/jakubqwe
527538[ @jcaillon ] : https://github.com/jcaillon
528539[ @jerriep ] : https://github.com/jerriep
529540[ @kant2002 ] : https://github.com/kant2002
@@ -536,12 +547,13 @@ Other:
536547[ @rlvandaveer ] : https://github.com/rlvandaveer
537548[ @rmcc13 ] : https://github.com/rmcc13
538549[ @scott-xu ] : https://github.com/scott-xu
539- [ @skirchner989 ] : https://github.com/skirchner989
540550[ @SeanFeldman ] : https://github.com/SeanFeldman
541551[ @sebastienros ] : https://github.com/sebastienros
552+ [ @skirchner989 ] : https://github.com/skirchner989
542553[ @SteveBenz ] : https://github.com/SteveBenz
543554[ @TheConstructor ] : https://github.com/TheConstructor
544555[ @vpkopylov ] : https://github.com/vpkopylov
556+ [ @xoofx ] : https://github.com/xoofx
545557
546558[ v2.3.4 ] : https://github.com/natemcmaster/CommandLineUtils/compare/v2.3.3...v2.3.4
547559[ v2.3.3 ] : https://github.com/natemcmaster/CommandLineUtils/compare/v2.3.2...v2.3.3
0 commit comments