From 74d5cef2dc7627b70ef565b999c357a86fe0bb3c Mon Sep 17 00:00:00 2001 From: SeppPenner Date: Tue, 2 Jul 2024 18:25:26 +0200 Subject: [PATCH] Added netstandard2.0 again, updated changelog. --- Changelog.md | 1 + .../Serilog.Sinks.Postgresql.Alternative.csproj | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 9092789..69cff0c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ Change history -------------- +* **Version 4.1.1.0 (2024-07-02)**: Added support for netstandard2.0 again (https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative/issues/74). * **Version 4.1.0.0 (2024-07-02)** : Added support for netstandard2.1 again (https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative/issues/74), fixed periodic batching (https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative/issues/71), updated NuGet packages. * **Version 4.0.4.0 (2024-05-16)** : Removed support for Net7.0. * **Version 4.0.3.0 (2024-03-03)**: Updated NuGet packages. diff --git a/src/Serilog.Sinks.Postgresql.Alternative/Serilog.Sinks.Postgresql.Alternative.csproj b/src/Serilog.Sinks.Postgresql.Alternative/Serilog.Sinks.Postgresql.Alternative.csproj index 808ad7a..a321eb6 100644 --- a/src/Serilog.Sinks.Postgresql.Alternative/Serilog.Sinks.Postgresql.Alternative.csproj +++ b/src/Serilog.Sinks.Postgresql.Alternative/Serilog.Sinks.Postgresql.Alternative.csproj @@ -1,7 +1,7 @@ - netstandard2.1;net6.0;net8.0 + netstandard2.0;netstandard2.1;net6.0;net8.0 Serilog.Sinks.Postgresql.Alternative Serilog true @@ -16,7 +16,7 @@ https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative Icon.png Github - Version 4.1.0.0 (2024-07-02): Added support for netstandard2.1 again (https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative/issues/74), fixed periodic batching (https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative/issues/71), updated NuGet packages. + Version 4.1.1.0 (2024-07-02): Added support for netstandard2.0 again (https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative/issues/74). License.txt latest enable