Skip to content

Commit

Permalink
Update release notes for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Aug 26, 2023
1 parent fe2354a commit 0726df9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/CommandLineUtils/releasenotes.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<Project>
<PropertyGroup>
<PackageReleaseNotes Condition="$(VersionPrefix.StartsWith('4.0.'))">
Changes since 4.0:

* Drop support for .NET &lt; 4.6.
* fix: find dotnet.exe correctly when DOTNET_ROOT is not set (@danmoseley)
* fix: don't set DefaultValue to empty string for `string[]` options (@natemcmaster)
</PackageReleaseNotes>
<PackageReleaseNotes Condition="$(VersionPrefix.StartsWith('4.0.'))">
Changes since 3.1.0:

Features:
Expand Down

0 comments on commit 0726df9

Please sign in to comment.