File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
src/Serilog.Sinks.MSSqlServer Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 6.5.0
2
+ * Implemented #488 : Support OpenTelemetry TraceId and SpanId as provided by Serilog core
3
+ * Include README in NuGet package
4
+
1
5
# 6.4.0
2
6
* Implemented #436 : Truncate additional columns (thanks to @nhart12 )
3
7
* Fixed issue #489 : allow varchar on standard columns (thanks to @nhart12 )
Original file line number Diff line number Diff line change
1
+ # Contributing
2
+
3
+ Please refer to the [ Serilog Contributing Guidelines] ( https://github.com/serilog/serilog/blob/dev/CONTRIBUTING.md ) which also apply to the MSSqlServer Sink.
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Description >A Serilog sink that writes events to Microsoft SQL Server</Description >
4
+ <Description >A Serilog sink that writes events to Microsoft SQL Server and Azure SQL </Description >
5
5
<VersionPrefix >6.5.0</VersionPrefix >
6
6
<Authors >Michiel van Oudheusden;Christian Kadluba;Serilog Contributors</Authors >
7
7
<TargetFrameworks >netstandard2.0;net462;net472;net6.0</TargetFrameworks >
14
14
<PackageId >Serilog.Sinks.MSSqlServer</PackageId >
15
15
<PackageTags >serilog;sinks;mssqlserver</PackageTags >
16
16
<PackageIcon >serilog-sink-nuget.png</PackageIcon >
17
+ <PackageReadmeFile >README.md</PackageReadmeFile >
17
18
<PackageProjectUrl >https://github.com/serilog-mssql/serilog-sinks-mssqlserver</PackageProjectUrl >
18
19
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
19
20
<RepositoryUrl >https://github.com/serilog-mssql/serilog-sinks-mssqlserver</RepositoryUrl >
67
68
68
69
<ItemGroup >
69
70
<None Include =" Images\serilog-sink-nuget.png" Pack =" true" PackagePath =" " />
71
+ <None Include =" ../../README.md" Pack =" true" PackagePath =" " />
70
72
</ItemGroup >
71
73
72
74
<ItemGroup >
You can’t perform that action at this time.
0 commit comments