From 881c9d6df8b1d0c41f10fff5dbb8bab9846739df Mon Sep 17 00:00:00 2001 From: Jaben Cargman Date: Thu, 19 Sep 2024 23:31:21 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e176d83..24788dc 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ A Serilog sink that writes events as documents to [MongoDB](http://mongodb.org). | **Platforms** - .NET 4.7.2, .NET Standard 2.0,, .NET Standard 2.1 ### New in v6.x -* Upgrade MongoDB.Driver to v2.28.0 (Thanks to [Memoyu](https://github.com/Memoyu) -* Add trace context to LogEntry (Thanks to [fernandovmp](https://github.com/fernandovmp) +* Upgrade MongoDB.Driver to v2.28.0 (Thanks to [Memoyu](https://github.com/Memoyu)) +* Add trace context to LogEntry (Thanks to [fernandovmp](https://github.com/fernandovmp)) ### New in v5.x * Output structured MongoDB Bson logs by switching to the .MongoDBBson() extensions. Existing the .MongoDB() extensions will continue to work converting logs to Json and then to Bson.