File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- [ Unreleased changes] ( https://github.com/natemcmaster/CommandLineUtils/compare/v2.6 .0...HEAD ) :
3+ [ Unreleased changes] ( https://github.com/natemcmaster/CommandLineUtils/compare/v3.0 .0...HEAD ) :
44
55## [ v3.0.0] ( https://github.com/natemcmaster/CommandLineUtils/compare/v2.6.0...v3.0.0 )
66
1313
1414### Breaking changes
1515
16+ See < https://natemcmaster.github.io/CommandLineUtils/v3.0/upgrade-guide.html > for more details.
17+
1618* Fix [ #251 ] by [ @mattnischan ] - remove API that was marked as obsolete in 2.x releases
1719* Fix [ #294 ] by [ @natemcmaster ] - change dependencies on McMaster.Extensions.Hosting.CommandLine to just use Microsoft.Extensions.Hosting.Abstractions
1820* Fix [ #337 ] by [ @natemcmaster ] - removed .NET Standard 1.6 target from library
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <PackageReleaseNotes Condition =" $(VersionPrefix.StartsWith('3.0.'))" >
4+ Improvements:
5+ * @AlexeyEvlampiev - implement support for GUID command line options (#333) and any other type that TypeConverter supports (#62)
6+ * @natemcmaster - Disabled the pager for help text by default. To re-enable, set UsePagerForHelpText = true. (#346)
7+ * @natemcmaster - Fix PlatformNotSupportedException on Xamarin of macOS (#344)
8+
49Breaking changes:
10+ * Fix #251 by @mattnischan - remove API that was marked as obsolete in 2.x releases
11+ * Fix #294 by @natemcmaster - change dependencies on McMaster.Extensions.Hosting.CommandLine to just use Microsoft.Extensions.Hosting.Abstractions
12+ * Fix #337 by @natemcmaster - removed .NET Standard 1.6 target from library
513
6- * Removed all API that was marked Obsolete in 2.x releases.
7- * Dropped support for .NET Standard 1.6 in favor of .NET Standard 2.0
14+ See https://natemcmaster.github.io/CommandLineUtils/v3.0/upgrade-guide.html for more details.
815 </PackageReleaseNotes >
916 <PackageReleaseNotes Condition =" $(VersionPrefix.StartsWith('2.6.'))" >
1017The refactor-prep release.
You can’t perform that action at this time.
0 commit comments