Skip to content

Commit 7281ee9

Browse files
committed
Prepare 3.0 RC release
1 parent f3a4725 commit 7281ee9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
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

@@ -23,6 +26,7 @@
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

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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>

0 commit comments

Comments
 (0)