diff --git a/Directory.Build.props b/Directory.Build.props index b726efc..cbfba68 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 5.20.0 + 5.20.1 5.19.1 12.0 enable diff --git a/ReleaseNotes.md b/ReleaseNotes.md index fff0f86..ebe8e7b 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,9 @@ # Release Notes +## 5.20.1 + +* Don't delete `node_modules/**/bin` when cleaning. + ## 5.20.0 * Add `Version` to `DotNetLocalTool`.