Command Line Parser v2.6.0 Release Notes

Release Date: 2019-07-31 // over 4 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support HelpText localization with ResourceType property by @tkouba.
    • โž• Add demo for complete localization of command line help using resources by@tkouba.
    • ๐Ÿ“œ Localize VerbAttribute by @moh-hassan.
    • ๐Ÿ‘Œ Improve support for multiline help text by @NeilMacMullen.
    • ๐Ÿ“œ Reorder options in auto help text (issue #482) @b3b00.
    • โž• Add IsHelp() and IsVersion() Extension methods to mange HelpText errors by @moh-hassan.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix issues for HelpText.AutoBuild configuration (issues #224 , # 259) by @moh-hassan.
    • โœ… Test maintainance: add missed tests and removing xUnit1013 warning by @moh-hassan.
    • ๐Ÿ›  Fix issue #104 of nullable enum by @moh-hassan.
    • ๐Ÿ›  Fix issue #418, modify version screen to print a new line at the end by @moh-hassan.