CommandLineUtils v3.0.0 Release Notes

  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘ @AlexeyEvlampiev - implement support for GUID command line options (#333) and any other type that TypeConverter supports (#62)
    • ๐Ÿ— [@vpkopylov] - Added support for using the 'builder API' with generic host (#351)
    • 0๏ธโƒฃ @natemcmaster - Disabled the pager for help text by default. To re-enable, set UsePagerForHelpText = true. (#346)
    • ๐ŸŽ @natemcmaster - Fix PlatformNotSupportedException on Xamarin of macOS (#344)

    ๐Ÿ’ฅ Breaking changes

    โฌ†๏ธ See https://natemcmaster.github.io/CommandLineUtils/v3.0/upgrade-guide.html for more details.

    • ๐Ÿ›  Fix #251 by @mattnischan - remove API that was marked as obsolete in 2.x releases
    • ๐Ÿ›  Fix #294 by @natemcmaster - change dependencies on McMaster.Extensions.Hosting.CommandLine to just use Microsoft.Extensions.Hosting.Abstractions
    • ๐Ÿ›  Fix #337 by @natemcmaster - removed .NET Standard 1.6 target from library