From faff00fa0844063283ccb5346b34af9f3ed075eb Mon Sep 17 00:00:00 2001
From: Christian Kadluba <10721825+ckadluba@users.noreply.github.com>
Date: Fri, 11 Jul 2025 11:21:49 +0200
Subject: [PATCH] Fixed issue #624: Enforce new version of transient dependency
to fix vulnerability and avoid nuget.org version de-listing until SqlClient
6.1 is released.
---
CHANGES.md | 3 +++
Directory.Packages.props | 1 +
src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj | 1 +
3 files changed, 5 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 828a0cc..855f0ec 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,6 @@
+# 8.2.2
+* Fixed issue #624: Enforce new version of transient dependency to fix vulnerability and avoid nuget.org version de-listing until SqlClient 6.1 is released.
+
# 8.2.1
* Updated SqlClient to 5.2.3 (thanks to @cancakar35)
* Fixes in .editorconfig (thanks to @cancakar35)
diff --git a/Directory.Packages.props b/Directory.Packages.props
index ea880d7..9736d39 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -11,6 +11,7 @@
+
diff --git a/src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj b/src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj
index 2e2db0f..4f1da52 100644
--- a/src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj
+++ b/src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj
@@ -36,6 +36,7 @@
+