We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05eb026 commit 63de2baCopy full SHA for 63de2ba
releasenotes.props
@@ -1,13 +1,11 @@
1
<Project>
2
<PropertyGroup>
3
- <PackageReleaseNotes>
+ <PackageReleaseNotes Condition="'$(VersionPrefix)' == '2.2.4'">
4
<![CDATA[
5
+Bug fixes:
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
+* @liamdawson: support parsing `System.Uri`
+* Fix #101 - Update `DotNetExe.FullPath` to honor the `DOTNET_ROOT` environment variable as a fallback
11
12
See more details here: https://github.com/natemcmaster/CommandLineUtils/blob/master/CHANGELOG.md#v$(VersionPrefix.Replace('.',''))
13
]]>
0 commit comments