Command Line Parser v2.8.0-preview1 Release Notes

Release Date: 2020-03-13 // over 5 years ago
  • โž• Added

    • โž• Added support for async programming for WithParsed and WithNotParsed by @joseangelmt, PR# 390 .
    • ๐Ÿ“ฆ Publish a new symbol packages with source link support for c# and F# (.snupkg) to improved package debugging experience by @moh-hassan, PR#554
    • โž• Add default verb support by @Artentus, PR# 556.
    • โž• Add more details for localized attribute properties by @EdmondShtogu, PR# 558
    • ๐Ÿ‘Œ Support Default in Group Options and raise error if both SetName and Group are applied on option by @hadzhiyski, PR# 575.
    • ๐Ÿ‘Œ Support mutable types without empty constructor that only does explicit implementation of interfaces by @pergardebrink, PR#590.

    ๐Ÿ”„ Changed

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix #579 Unable to parse TimeSpan given from the FormatCommandLine by @gsscoder, PR# 580.
    • ๐Ÿ›  Fix issue #339 for using custom struct having a constructor with string parameter by moh-hassan, PR# 588.
    • ๐Ÿ›  Fix issue #409 to avoid IOException break in Debug mode in WPF app by moh-hassan, PR# 589 .