Skip to content

Commit 03be4da

Browse files
committed
docs: update package release notes
1 parent 4df2d8a commit 03be4da

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

@@ -13,6 +13,8 @@
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

src/CommandLineUtils/releasenotes.props

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
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+
49
Breaking 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.'))">
1017
The refactor-prep release.

0 commit comments

Comments
 (0)