From 6d4b2c7e5235f751c586e966115b9a1c527015d7 Mon Sep 17 00:00:00 2001 From: Nick Cipollina Date: Thu, 21 Aug 2025 08:55:32 -0400 Subject: [PATCH] Update NuGet packages and bump version to 1.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update Microsoft.Extensions.Logging.Abstractions from 9.0.7 to 9.0.8 - Update AwesomeAssertions from 9.0.0 to 9.1.0 - Update xunit.v3 from 2.0.3 to 3.0.1 - Update xunit.runner.visualstudio from 3.1.1 to 3.1.4 - Bump version from 1.1.0 to 1.1.1 in Directory.Build.props All 328 tests pass on both .NET 8.0 and 9.0 frameworks. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- Directory.Build.props | 2 +- .../LayeredCraft.StructuredLogging.csproj | 2 +- .../LayeredCraft.StructuredLogging.Tests.csproj | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index ba86d28..46edbf8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.1.0 + 1.1.1 MIT diff --git a/src/LayeredCraft.StructuredLogging/LayeredCraft.StructuredLogging.csproj b/src/LayeredCraft.StructuredLogging/LayeredCraft.StructuredLogging.csproj index 7e80576..29ed49b 100644 --- a/src/LayeredCraft.StructuredLogging/LayeredCraft.StructuredLogging.csproj +++ b/src/LayeredCraft.StructuredLogging/LayeredCraft.StructuredLogging.csproj @@ -32,7 +32,7 @@ - + diff --git a/test/LayeredCraft.StructuredLogging.Tests/LayeredCraft.StructuredLogging.Tests.csproj b/test/LayeredCraft.StructuredLogging.Tests/LayeredCraft.StructuredLogging.Tests.csproj index 00a3af7..4ca2088 100644 --- a/test/LayeredCraft.StructuredLogging.Tests/LayeredCraft.StructuredLogging.Tests.csproj +++ b/test/LayeredCraft.StructuredLogging.Tests/LayeredCraft.StructuredLogging.Tests.csproj @@ -26,11 +26,11 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive