Skip to content

Commit ac6ac66

Browse files
authored
Merge pull request #495 from ckadluba/release-6.3.1
Release 6.4.0
2 parents 2bf849a + 67b9849 commit ac6ac66

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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.4.0
2+
* Implemented #436: Truncate additional columns (thanks to @nhart12)
3+
* Fixed issue #489: allow varchar on standard columns (thanks to @nhart12)
4+
15
# 6.3.0
26
* Implemented #360: Automatic DB creation
37

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</Description>
5-
<VersionPrefix>6.3.1</VersionPrefix>
5+
<VersionPrefix>6.4.0</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)