Skip to content

Commit

Permalink
Publish 1.21.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Oct 15, 2024
1 parent 257d4ce commit 67db861
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>

<PropertyGroup>
<VersionPrefix>1.21.1</VersionPrefix>
<PackageValidationBaselineVersion>1.21.0</PackageValidationBaselineVersion>
<VersionPrefix>1.21.2</VersionPrefix>
<PackageValidationBaselineVersion>1.21.1</PackageValidationBaselineVersion>
<LangVersion>12.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

## 1.21.2

* Reuse the same parameter when an instance from `Sql.Param` is used more than once.

## 1.21.1

* Add .NET 6 target. Improve reference nullability.
Expand Down

0 comments on commit 67db861

Please sign in to comment.