Releases: jpdillingham/Utility.CommandLine.Arguments
Releases · jpdillingham/Utility.CommandLine.Arguments
Utility.CommandLine.Arguments 1.2.1
Corrected an issue passing a null or empty value to Parse(), enabled Public properties to be used as the target of Populate()
Utility.CommandLine.Arguments 1.2.0
Added support for the explicit operand delimiter, "--". Anything after this delimiter is treated as an operand, regardless of whether it matches the argument-value format.
Utility.CommandLine.Arguments 1.1.2
Resolved a NullReferenceException when using Populate() with a target Type containing no properties marked with an OperandsAttribute (Issue #3)
Utility.CommandLine.Arguments 1.1.1
Fixed a bug where quoted argument values containing a period were incorrectly parsed as operands.
Utility.CommandLine.Arguments 1.1.0
Added parsing of operands.
Utility.CommandLine.Arguments 1.0.1
Fixed a bug with the handling of quoted values.