We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bf849a + 67b9849 commit ac6ac66Copy full SHA for ac6ac66
CHANGES.md
@@ -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
+
5
# 6.3.0
6
* Implemented #360: Automatic DB creation
7
src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<Description>A Serilog sink that writes events to Microsoft SQL Server</Description>
- <VersionPrefix>6.3.1</VersionPrefix>
+ <VersionPrefix>6.4.0</VersionPrefix>
<Authors>Michiel van Oudheusden;Christian Kadluba;Serilog Contributors</Authors>
<TargetFrameworks>netstandard2.0;net462;net472;net6.0</TargetFrameworks>
8
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
0 commit comments