We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36c9d82 + 805f556 commit 005c666Copy full SHA for 005c666
CHANGES.md
@@ -1,3 +1,6 @@
1
+# 8.2.0
2
+* Added `ConnectionConfiguration` sink option to customize SqlConnection before use (thanks to @nhart12)
3
+
4
# 8.1.1
5
* Fixed concurrency issue #607 in audit sink
6
src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<Description>A Serilog sink that writes events to Microsoft SQL Server and Azure SQL</Description>
- <VersionPrefix>8.1.2</VersionPrefix>
+ <VersionPrefix>8.2.0</VersionPrefix>
<EnablePackageValidation>true</EnablePackageValidation>
7
<PackageValidationBaselineVersion>8.0.0</PackageValidationBaselineVersion>
8
<Authors>Michiel van Oudheusden;Christian Kadluba;Serilog Contributors</Authors>
0 commit comments