diff --git a/src/CommandLineUtils/releasenotes.props b/src/CommandLineUtils/releasenotes.props index d56cb544..6d7b7013 100644 --- a/src/CommandLineUtils/releasenotes.props +++ b/src/CommandLineUtils/releasenotes.props @@ -1,6 +1,13 @@ +Changes since 4.0: + +* Drop support for .NET < 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) + + Changes since 3.1.0: Features: