Skip to content

Commit

Permalink
Publish 5.20.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddunkin committed May 9, 2024
1 parent 40fe881 commit a92be29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>5.20.0</VersionPrefix>
<VersionPrefix>5.20.1</VersionPrefix>
<PackageValidationBaselineVersion>5.19.1</PackageValidationBaselineVersion>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 5.20.1

* Don't delete `node_modules/**/bin` when cleaning.

## 5.20.0

* Add `Version` to `DotNetLocalTool`.
Expand Down

0 comments on commit a92be29

Please sign in to comment.