Command Line Parser v2.4.3 Release Notes

Release Date: 2019-01-09 // over 5 years ago
  • โž• Added

    • โž• Add support to NetStandard2.0 by @ViktorHofer
    • โž• Add strong name signing @ViktorHofer
    • ๐Ÿ“œ Added AutoBuild and AutoVersion properties to control adding of implicit 'help' and 'version' options/verbs by @Athari.
    • โž• Added simpler C# Quick Start example at readme.md by @lythix.
    • โž• Add validate feature in Set parameter, and throw exception, and show usage,Issue #283 by@e673.

    ๐Ÿ—„ Deprecated

    • โฌ‡๏ธ Drop support for NET40 and NET45

    โœ‚ Removed

    • โœ… Disable faulty tests in netsatbdard2.0 and enable testing in CI.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix grammar error in specification error message by @DillonAd.
    • ๐Ÿ›  Fix HelpText.AutoBuild Usage spacing by@ElijahReva.
    • ๐Ÿ›  Fix type at readme.md file by @matthewjberger
    • ๐Ÿ›  Fix not showing correct header info, issue #34 by@tynar.
    • ๐Ÿ›  Fix title of assembly renders oddly issue-#197 by @Yiabiten.
    • ๐Ÿ›  Fix nuget apikey by @ericnewton76.
    • ๐Ÿ›  Fix missing fsharp from github release deployment by @ericnewton76.
    • ๐Ÿ›  Fix to Display Width Tests by @Oddley.
    • ๐Ÿ›  Fixing DisplayWidth for newer Mono by @Oddley.