File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33[ Unreleased changes] ( https://github.com/natemcmaster/CommandLineUtils/compare/v2.6.0...HEAD ) :
44
5+ ## [ v3.0.0] ( https://github.com/natemcmaster/CommandLineUtils/compare/v2.6.0...v3.0.0 )
6+
57### Improvements
68
79* [ @AlexeyEvlampiev ] - implement support for GUID command line options ([ #333 ] ) and any other type that TypeConverter supports ([ #62 ] )
8- * Disabled the pager for help text by default. To re-enable, set UsePagerForHelpText = true. ([ #346 ] )
910* [ @vpkopylov ] - Added support for using the 'builder API' with generic host ([ #351 ] )
11+ * [ @natemcmaster ] - Disabled the pager for help text by default. To re-enable, set UsePagerForHelpText = true. ([ #346 ] )
12+ * [ @natemcmaster ] - Fix PlatformNotSupportedException on Xamarin of macOS ([ #344 ] )
1013
1114### Breaking changes
1215
2326[ #294 ] : https://github.com/natemcmaster/CommandLineUtils/issues/294
2427[ #337 ] : https://github.com/natemcmaster/CommandLineUtils/issues/337
2528[ #333 ] : https://github.com/natemcmaster/CommandLineUtils/issues/333
29+ [ #344 ] : https://github.com/natemcmaster/CommandLineUtils/issues/344
2630[ #346 ] : https://github.com/natemcmaster/CommandLineUtils/issues/346
2731[ #351 ] : https://github.com/natemcmaster/CommandLineUtils/pull/351
2832
Original file line number Diff line number Diff line change 4747
4848 <PropertyGroup >
4949 <VersionPrefix >3.0.0</VersionPrefix >
50- <VersionSuffix >alpha </VersionSuffix >
50+ <VersionSuffix >rc </VersionSuffix >
5151 <IncludePreReleaseLabelInPackageVersion Condition =" '$(IsStableBuild)' != 'true'" >true</IncludePreReleaseLabelInPackageVersion >
5252 <BuildNumber Condition =" '$(BuildNumber)' == '' " >$(BUILD_NUMBER)</BuildNumber >
5353 <BuildNumber Condition =" '$(BuildNumber)' == '' " >0</BuildNumber >
You can’t perform that action at this time.
0 commit comments