File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 6.5.1
2
2
* Fixed issue #505 : NVarChar Columns with 1 data length gets their values truncated into empty strings (thanks to @Whinarn )
3
+ * Updated Microsoft.Data.SqlClient to 5.1.4 to fix CVE-2024 -0056 (https://github.com/advisories/GHSA-98g6-xh36-x2p7 )
3
4
4
5
# 6.5.0
5
6
* Implemented #488 : Support OpenTelemetry TraceId and SpanId as provided by Serilog core
Original file line number Diff line number Diff line change 11
11
<PackageVersion Include =" System.Runtime.Extensions" Version =" 4.3.1" />
12
12
<PackageVersion Include =" System.Runtime.InteropServices" Version =" 4.3.0" />
13
13
<PackageVersion Include =" System.Text.Encoding.Extensions" Version =" 4.3.0" />
14
- <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.0.1 " />
14
+ <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.1.4 " />
15
15
<PackageVersion Include =" Microsoft.Extensions.Configuration" Version =" 6.0.1" />
16
16
<PackageVersion Include =" Microsoft.Extensions.Configuration.Json" Version =" 6.0.0" />
17
17
<PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 6.0.1" />
You can’t perform that action at this time.
0 commit comments