3.0.0
https://www.nuget.org/packages/McMaster.Extensions.CommandLineUtils/3.0.0
https://www.nuget.org/packages/McMaster.Extensions.Hosting.CommandLine/3.0.0
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)
- @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