Skip to content

Commit a9b897a

Browse files
authored
Merge pull request #498 from ckadluba/release-6.5.0
Release 6.5.0
2 parents 0202c95 + 42c7c64 commit a9b897a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 6.5.0
2+
* Implemented #488: Support OpenTelemetry TraceId and SpanId as provided by Serilog core
3+
* Include README in NuGet package
4+
15
# 6.4.0
26
* Implemented #436: Truncate additional columns (thanks to @nhart12)
37
* Fixed issue #489: allow varchar on standard columns (thanks to @nhart12)

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<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>
55
<VersionPrefix>6.5.0</VersionPrefix>
66
<Authors>Michiel van Oudheusden;Christian Kadluba;Serilog Contributors</Authors>
77
<TargetFrameworks>netstandard2.0;net462;net472;net6.0</TargetFrameworks>
@@ -14,6 +14,7 @@
1414
<PackageId>Serilog.Sinks.MSSqlServer</PackageId>
1515
<PackageTags>serilog;sinks;mssqlserver</PackageTags>
1616
<PackageIcon>serilog-sink-nuget.png</PackageIcon>
17+
<PackageReadmeFile>README.md</PackageReadmeFile>
1718
<PackageProjectUrl>https://github.com/serilog-mssql/serilog-sinks-mssqlserver</PackageProjectUrl>
1819
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1920
<RepositoryUrl>https://github.com/serilog-mssql/serilog-sinks-mssqlserver</RepositoryUrl>
@@ -67,6 +68,7 @@
6768

6869
<ItemGroup>
6970
<None Include="Images\serilog-sink-nuget.png" Pack="true" PackagePath="" />
71+
<None Include="../../README.md" Pack="true" PackagePath="" />
7072
</ItemGroup>
7173

7274
<ItemGroup>

0 commit comments

Comments
 (0)