Skip to content

Releases: jpdillingham/Utility.CommandLine.Arguments

Utility.CommandLine.Arguments 1.2.1

16 Apr 18:23
Compare
Choose a tag to compare

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

15 Apr 22:55
Compare
Choose a tag to compare

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

14 Apr 12:31
Compare
Choose a tag to compare

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

08 Apr 18:11
Compare
Choose a tag to compare

Fixed a bug where quoted argument values containing a period were incorrectly parsed as operands.

Utility.CommandLine.Arguments 1.1.0

06 Apr 03:07
Compare
Choose a tag to compare

Added parsing of operands.

Utility.CommandLine.Arguments 1.0.1

28 Mar 00:20
Compare
Choose a tag to compare

Fixed a bug with the handling of quoted values.