Skip to content

Commit

Permalink
Publish 5.21.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpotter committed May 31, 2024
1 parent c711db0 commit 600c65b
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.2</VersionPrefix>
<VersionPrefix>5.21.0</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.21.0

* Add `BuildApp.CommandLineParsed` to allow initialization based on arguments.

## 5.20.2

* Support `VersionOverride` with `DotNetClassicTool.TryCreateFrom`.
Expand Down

0 comments on commit 600c65b

Please sign in to comment.