Skip to content

Commit

Permalink
Update release notes for 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed May 25, 2018
1 parent 05eb026 commit 63de2ba
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions releasenotes.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<Project>
<PropertyGroup>
<PackageReleaseNotes>
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '2.2.4'">
<![CDATA[
Bug fixes:
Minor improvement:
* Make it easier to override the version text shown when `--version` is specified.
* Make DefaultHelpTextGenerator's constructor protected so you can inherit from this type
* Fix DebugHelper.HandleDebugSwitch
* @liamdawson: support parsing `System.Uri`
* Fix #101 - Update `DotNetExe.FullPath` to honor the `DOTNET_ROOT` environment variable as a fallback
See more details here: https://github.com/natemcmaster/CommandLineUtils/blob/master/CHANGELOG.md#v$(VersionPrefix.Replace('.',''))
]]>
Expand Down

0 comments on commit 63de2ba

Please sign in to comment.