File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/Serilog.Sinks.MSSqlServer Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 5.6.1
2
+ * Added support for reserved columns (thanks to @susanneschuster ).
3
+ * Fixes in README.
4
+
1
5
# 5.6.0
2
6
* Fixed issue #191 : Added option ` EagerlyEmitFirstEvent ` by implementing new PeriodicBatchingSink API.
3
7
* Replaced ` SinkOptions ` with ` MSSqlServerSinkOptions ` and cleaned up namespaced (thanks to @jonorossi for the contribution).
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >A Serilog sink that writes events to Microsoft SQL Server</Description >
5
- <VersionPrefix >5.6.0 </VersionPrefix >
5
+ <VersionPrefix >5.6.1 </VersionPrefix >
6
6
<Authors >Michiel van Oudheusden;Christian Kadluba;Serilog Contributors</Authors >
7
7
<TargetFrameworks >netstandard2.0;net452;net461;net472;netcoreapp2.0;netcoreapp2.1</TargetFrameworks >
8
8
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments