Skip to content

Commit 63de2ba

Browse files
committed
Update release notes for 2.2.4
1 parent 05eb026 commit 63de2ba

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

releasenotes.props

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<Project>
22
<PropertyGroup>
3-
<PackageReleaseNotes>
3+
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '2.2.4'">
44
<![CDATA[
5+
Bug fixes:
56
6-
Minor improvement:
7-
8-
* Make it easier to override the version text shown when `--version` is specified.
9-
* Make DefaultHelpTextGenerator's constructor protected so you can inherit from this type
10-
* Fix DebugHelper.HandleDebugSwitch
7+
* @liamdawson: support parsing `System.Uri`
8+
* Fix #101 - Update `DotNetExe.FullPath` to honor the `DOTNET_ROOT` environment variable as a fallback
119
1210
See more details here: https://github.com/natemcmaster/CommandLineUtils/blob/master/CHANGELOG.md#v$(VersionPrefix.Replace('.',''))
1311
]]>

0 commit comments

Comments
 (0)