Skip to content

Releases: Yevrag35/SingleLineArgumentParser

Release v1.1.0

04 Apr 21:32

Choose a tag to compare

  • Fixes for the parser to ensure arguments name/value pairs are captured correctly.
    • Single quotes ' can be used to enclose values with spaces the same as double quotes "
    • BREAKING - When using the same prefix character(s) in values, they must be enclosed in double or single quotes (couldn't figure out a Regex pattern that let me capture the prefix inside values) 😔
  • The ArgumentAttribute is now seen on 'NonPublic' fields/properties.
  • Updated Tests

Initial Release

26 Mar 18:21

Choose a tag to compare

A small library for parsing single line strings into argument (key/value) pairs as well as mapping to .NET objects.

v1.0.0 on NuGet