From 5ba09d13e28b8aa16084e89aa82d7aace670bf51 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Wed, 3 May 2023 18:49:44 +1000 Subject: [PATCH] Quick README update to note the versioning policy --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4c67766..bbed04e 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,10 @@ using (_logger.BeginScope(scopeProps) { // } ``` +### Versioning + +This package tracks the versioning and target framework support of its [_Microsoft.Extensions.Logging_](https://nuget.org/packages/Microsoft.Extensions.Logging) dependency. + ### Credits This package evolved from an earlier package _Microsoft.Framework.Logging.Serilog_ [provided by the ASP.NET team](https://github.com/aspnet/Logging/pull/182).