From 04d14477a3f003933a5bbafb42455e52ae4f43f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:43:57 +0100 Subject: [PATCH] Version Packages (#147) Co-authored-by: Release <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/ten-games-teach.md | 7 ------- src/Serilog.Extensions.Formatting/CHANGELOG.md | 8 ++++++++ .../Serilog.Extensions.Formatting.csproj | 2 +- src/Serilog.Extensions.Formatting/package.json | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/ten-games-teach.md diff --git a/.changeset/ten-games-teach.md b/.changeset/ten-games-teach.md deleted file mode 100644 index 857eec1..0000000 --- a/.changeset/ten-games-teach.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"alexaka1.serilog.extensions.formatting": minor ---- - -Added .Net 9 support - -Bump Serilog to 4.1.0 diff --git a/src/Serilog.Extensions.Formatting/CHANGELOG.md b/src/Serilog.Extensions.Formatting/CHANGELOG.md index 2a2b1fc..f1602c4 100644 --- a/src/Serilog.Extensions.Formatting/CHANGELOG.md +++ b/src/Serilog.Extensions.Formatting/CHANGELOG.md @@ -1,5 +1,13 @@ # alexaka1.serilog.extensions.formatting +## 0.5.0 + +### Minor Changes + +- fc9f8aa: Added .Net 9 support + + Bump Serilog to 4.1.0 + ## 0.4.3 ### Patch Changes diff --git a/src/Serilog.Extensions.Formatting/Serilog.Extensions.Formatting.csproj b/src/Serilog.Extensions.Formatting/Serilog.Extensions.Formatting.csproj index 46c63d1..2ae4b3b 100644 --- a/src/Serilog.Extensions.Formatting/Serilog.Extensions.Formatting.csproj +++ b/src/Serilog.Extensions.Formatting/Serilog.Extensions.Formatting.csproj @@ -2,7 +2,7 @@ Alexaka1.Serilog.Extensions.Formatting Serilog extensions for formatting - 0.4.3 + 0.5.0 Alex Martossy true serilog;json;utf8jsonwriter;system.text.json diff --git a/src/Serilog.Extensions.Formatting/package.json b/src/Serilog.Extensions.Formatting/package.json index cce9cd2..fc3f251 100644 --- a/src/Serilog.Extensions.Formatting/package.json +++ b/src/Serilog.Extensions.Formatting/package.json @@ -1,5 +1,5 @@ { "name": "alexaka1.serilog.extensions.formatting", - "version": "0.4.3", + "version": "0.5.0", "private": true }