Skip to content

Commit 5ba23fc

Browse files
authored
Merge pull request #522 from serilog-mssql/dev
Release 6.5.2
2 parents b1d8553 + 246a463 commit 5ba23fc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 6.5.2
2+
* Fixed issue #517: Updated Microsoft.Data.SqlClient to 5.1.5 to fix CVE-2024-21319
3+
14
# 6.5.1
25
* Fixed issue #505: NVarChar Columns with 1 data length gets their values truncated into empty strings (thanks to @Whinarn)
36
* Updated Microsoft.Data.SqlClient to 5.1.4 to fix CVE-2024-0056 (https://github.com/advisories/GHSA-98g6-xh36-x2p7)

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageVersion Include="System.Runtime.Extensions" Version="4.3.1" />
1212
<PackageVersion Include="System.Runtime.InteropServices" Version="4.3.0" />
1313
<PackageVersion Include="System.Text.Encoding.Extensions" Version="4.3.0" />
14-
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.4" />
14+
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.5" />
1515
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
1616
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
1717
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="6.0.1" />

src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>A Serilog sink that writes events to Microsoft SQL Server and Azure SQL</Description>
5-
<VersionPrefix>6.5.1</VersionPrefix>
5+
<VersionPrefix>6.5.2</VersionPrefix>
66
<Authors>Michiel van Oudheusden;Christian Kadluba;Serilog Contributors</Authors>
77
<TargetFrameworks>netstandard2.0;net462;net472;net6.0</TargetFrameworks>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)