Skip to content

Commit

Permalink
Publish 5.19.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Oct 25, 2023
1 parent 3c83033 commit 60ba44f
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.19.0</VersionPrefix>
<VersionPrefix>5.19.1</VersionPrefix>
<LangVersion>11.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
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.19.1

* Never publish NuGet package with version `0.0.0`.

## 5.19.0

* Allow global JetBrains tool to be used. (`dotnet tool update --global jetbrains.resharper.globaltools`)
Expand Down

0 comments on commit 60ba44f

Please sign in to comment.