Releases: fsprojects/Argu
6.2.4
Add AttributeUsage
targets for methods which will be required in .NET 8.0.300 #243 @dlidstrom
6.2.3
6.2.2
6.2.1
6.2.0
Add ParseResults.ProgramName
#229
Add ParseResults.GetResult(expr, 'Field -> 'R): 'R
as alias for PostProcessResult
, ParseResults.GetResults(expr, 'Field -> 'R): 'R list
as alias for PostProcessResults
, ParseResults.TryGetResult(expr, 'Field -> 'R): 'R option
as alias for TryPostProcessResult
#230
Add ParseResults.GetResult(expr, defThunk: unit -> 'Field, parse: 'Field -> 'R): 'R
and ParseResults.GetResults(expr, def: 'Field, parse: 'Field -> 'R): 'R
that trap parse exceptions, mapping them to parse exit messages #230
6.1.5
6.1.4
Fix: remove incorrect ReproducibleBuilds
reference introduced in 6.1.3
#202
6.1.3
6.1.2
6.1.1
Fix CustomAssignmentOrSpacedAttribute interop with optional fields.