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.
1 parent cff24ff commit f0a0511Copy full SHA for f0a0511
CHANGES.md
@@ -1,3 +1,6 @@
1
+5.2
2
+ * Support for Audit sink added (#118/#110).
3
+
4
4.0.0
5
* Serilog 2.0
6
* [Documentation fix](https://github.com/serilog/serilog-sinks-mssqlserver/pull/32)
README.md
@@ -5,6 +5,8 @@ A Serilog sink that writes events to Microsoft SQL Server. While a NoSql store a
**Package** - [Serilog.Sinks.MSSqlServer](http://nuget.org/packages/serilog.sinks.mssqlserver)
| **Platforms** - .NET 4.5 and .NET Standard 2.0
7
8
+From version 5.2 and up, this sink also support the Audit capabilities.
9
10
## Configuration
11
12
At minimum a connection string and table name are required.
0 commit comments