We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2354a commit 0726df9Copy full SHA for 0726df9
1 file changed
src/CommandLineUtils/releasenotes.props
@@ -1,6 +1,13 @@
1
<Project>
2
<PropertyGroup>
3
<PackageReleaseNotes Condition="$(VersionPrefix.StartsWith('4.0.'))">
4
+Changes since 4.0:
5
+
6
+* Drop support for .NET < 4.6.
7
+* fix: find dotnet.exe correctly when DOTNET_ROOT is not set (@danmoseley)
8
+* fix: don't set DefaultValue to empty string for `string[]` options (@natemcmaster)
9
+ </PackageReleaseNotes>
10
+ <PackageReleaseNotes Condition="$(VersionPrefix.StartsWith('4.0.'))">
11
Changes since 3.1.0:
12
13
Features:
0 commit comments