Skip to content

Commit 0726df9

Browse files
committed
Update release notes for 4.1.0
1 parent fe2354a commit 0726df9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/CommandLineUtils/releasenotes.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<Project>
22
<PropertyGroup>
33
<PackageReleaseNotes Condition="$(VersionPrefix.StartsWith('4.0.'))">
4+
Changes since 4.0:
5+
6+
* Drop support for .NET &lt; 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.'))">
411
Changes since 3.1.0:
512

613
Features:

0 commit comments

Comments
 (0)