From 67db86134c0b43131506e85e9a4e1abef09f64ba Mon Sep 17 00:00:00 2001 From: Ed Ball Date: Tue, 15 Oct 2024 13:13:36 -0700 Subject: [PATCH] Publish 1.21.2. --- Directory.Build.props | 4 ++-- ReleaseNotes.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f8cefc2..76f82c1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,8 +1,8 @@ - 1.21.1 - 1.21.0 + 1.21.2 + 1.21.1 12.0 enable enable diff --git a/ReleaseNotes.md b/ReleaseNotes.md index b05bb89..9e93792 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -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.