We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52fe4f commit 9b2006dCopy full SHA for 9b2006d
1 file changed
README.md
@@ -7,10 +7,13 @@
7
A Serilog sink that writes events as documents to [MongoDB](http://mongodb.org).
8
9
**Package** - [Serilog.Sinks.MongoDB](http://nuget.org/packages/serilog.sinks.mongodb)
10
-**Platforms** - .NET 4.7.2, .NET Standard 2.0, .NET Standard 2.1
+**Platforms** - .NET 4.7.2, .NET 6.0, .NET Standard 2.1
11
12
## Whats New
13
14
+#### New in v7.x
15
+* Upgrade MongoDB.Driver to v3.0 - .NET Standard 2.0 support has been removed.
16
+
17
#### New in v6.x
18
* Upgrade MongoDB.Driver to v2.28.0 (Thanks to [Memoyu](https://github.com/Memoyu))
19
* Add trace context to LogEntry (Thanks to [fernandovmp](https://github.com/fernandovmp))
0 commit comments