From 708140f745cc4df22ca046f3497a2f010b6b800e Mon Sep 17 00:00:00 2001 From: Nick Cipollina Date: Mon, 5 Jan 2026 08:46:15 -0500 Subject: [PATCH 1/2] Bump version to 1.0.2 and update test dependencies --- Directory.Build.props | 2 +- test/LayeredCraft.Logging.CompactJsonFormatter.Tests.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index a0bbf8a..d0bcf44 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.0.1 + 1.0.2 MIT diff --git a/test/LayeredCraft.Logging.CompactJsonFormatter.Tests.csproj b/test/LayeredCraft.Logging.CompactJsonFormatter.Tests.csproj index b4c12e7..ad2323f 100644 --- a/test/LayeredCraft.Logging.CompactJsonFormatter.Tests.csproj +++ b/test/LayeredCraft.Logging.CompactJsonFormatter.Tests.csproj @@ -14,12 +14,12 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + From 4ce30116a0dda968f92b206a626b0d2204549dee Mon Sep 17 00:00:00 2001 From: Nick Cipollina Date: Mon, 5 Jan 2026 08:57:34 -0500 Subject: [PATCH 2/2] Refactor project files for consistency and readability --- ...dCraft.Logging.CompactJsonFormatter.csproj | 46 +++++++-------- ....Logging.CompactJsonFormatter.Tests.csproj | 56 +++++++++---------- 2 files changed, 51 insertions(+), 51 deletions(-) diff --git a/src/LayeredCraft.Logging.CompactJsonFormatter.csproj b/src/LayeredCraft.Logging.CompactJsonFormatter.csproj index 0ea9ffb..5414aff 100644 --- a/src/LayeredCraft.Logging.CompactJsonFormatter.csproj +++ b/src/LayeredCraft.Logging.CompactJsonFormatter.csproj @@ -1,29 +1,29 @@ - - net8.0;net9.0;net10.0 - latest - enable - enable - true - LayeredCraft.Logging.CompactJsonFormatter - LayeredCraft - LayeredCraft.Logging.CompactJsonFormatter - A high-performance Serilog formatter that outputs compact JSON optimized for AWS CloudWatch metric filters and structured log analysis. - serilog;logging;json;aws;cloudwatch;structured-logging - icon.png - README.md - Copyright (c) 2025 LayeredCraft - + + net8.0;net9.0;net10.0 + latest + enable + enable + true + LayeredCraft.Logging.CompactJsonFormatter + LayeredCraft + LayeredCraft.Logging.CompactJsonFormatter + A high-performance Serilog formatter that outputs compact JSON optimized for AWS CloudWatch metric filters and structured log analysis. + serilog;logging;json;aws;cloudwatch;structured-logging + icon.png + README.md + Copyright (c) 2025 LayeredCraft + - - - - + + + + - - - - + + + + \ No newline at end of file diff --git a/test/LayeredCraft.Logging.CompactJsonFormatter.Tests.csproj b/test/LayeredCraft.Logging.CompactJsonFormatter.Tests.csproj index ad2323f..47e0d5f 100644 --- a/test/LayeredCraft.Logging.CompactJsonFormatter.Tests.csproj +++ b/test/LayeredCraft.Logging.CompactJsonFormatter.Tests.csproj @@ -1,34 +1,34 @@ - - net8.0;net9.0;net10.0 - latest - enable - enable - false - true - Exe - true - true - + + net8.0;net9.0;net10.0 + latest + enable + enable + false + true + Exe + true + true + - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - - + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + - - - + + + \ No newline at end of file