From 2e90bba21662e36c501f9d14b42646566939dfc5 Mon Sep 17 00:00:00 2001 From: Nick Cipollina Date: Thu, 5 Mar 2026 14:22:34 -0500 Subject: [PATCH 1/2] chore(deps): bump NuGet packages and bump version to v1.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Microsoft.CodeAnalysis.CSharp: 4.14.0 → 5.0.0 - Polyfill: 9.0.3 → 9.17.0 - Scriban: 6.5.0 → 6.5.5 - AwesomeAssertions: 9.3.0 → 9.4.0 - Microsoft.NET.Test.Sdk: 18.0.1 → 18.3.0 - Verify.XunitV3: 31.7.1 → 31.13.2 - xunit.v3: 3.2.0 → 3.2.2 - Basic.Reference.Assemblies.Net80/90/100: 1.8.3 → 1.8.4 - Microsoft.Extensions.* packages updated to latest patch versions - Add Microsoft.SourceLink.GitHub 10.0.103 to all projects - Bump version prefix from 1.0.5-beta to 1.0.6 Co-Authored-By: Claude Sonnet 4.6 --- Directory.Build.props | 2 +- .../DecoWeaver.Sample.csproj | 10 +++++--- .../LayeredCraft.DecoWeaver.Attributes.csproj | 6 ++++- .../LayeredCraft.DecoWeaver.Generators.csproj | 10 +++++--- ...redCraft.DecoWeaver.Generator.Tests.csproj | 24 +++++++++++-------- 5 files changed, 34 insertions(+), 18 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 1bf3aa7..463b089 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,7 +3,7 @@ - 1.0.5-beta + 1.0.6 MIT diff --git a/samples/DecoWeaver.Sample/DecoWeaver.Sample.csproj b/samples/DecoWeaver.Sample/DecoWeaver.Sample.csproj index c8eceda..28b37be 100644 --- a/samples/DecoWeaver.Sample/DecoWeaver.Sample.csproj +++ b/samples/DecoWeaver.Sample/DecoWeaver.Sample.csproj @@ -17,9 +17,13 @@ - - - + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/LayeredCraft.DecoWeaver.Attributes/LayeredCraft.DecoWeaver.Attributes.csproj b/src/LayeredCraft.DecoWeaver.Attributes/LayeredCraft.DecoWeaver.Attributes.csproj index a9f7ffc..1ec57e9 100644 --- a/src/LayeredCraft.DecoWeaver.Attributes/LayeredCraft.DecoWeaver.Attributes.csproj +++ b/src/LayeredCraft.DecoWeaver.Attributes/LayeredCraft.DecoWeaver.Attributes.csproj @@ -11,9 +11,13 @@ true - + all runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/LayeredCraft.DecoWeaver.Generators/LayeredCraft.DecoWeaver.Generators.csproj b/src/LayeredCraft.DecoWeaver.Generators/LayeredCraft.DecoWeaver.Generators.csproj index 335cc3f..f2d7724 100644 --- a/src/LayeredCraft.DecoWeaver.Generators/LayeredCraft.DecoWeaver.Generators.csproj +++ b/src/LayeredCraft.DecoWeaver.Generators/LayeredCraft.DecoWeaver.Generators.csproj @@ -19,14 +19,18 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/test/LayeredCraft.DecoWeaver.Generator.Tests/LayeredCraft.DecoWeaver.Generator.Tests.csproj b/test/LayeredCraft.DecoWeaver.Generator.Tests/LayeredCraft.DecoWeaver.Generator.Tests.csproj index 3625817..498ef68 100644 --- a/test/LayeredCraft.DecoWeaver.Generator.Tests/LayeredCraft.DecoWeaver.Generator.Tests.csproj +++ b/test/LayeredCraft.DecoWeaver.Generator.Tests/LayeredCraft.DecoWeaver.Generator.Tests.csproj @@ -28,14 +28,18 @@ - - - + + + - - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + @@ -43,18 +47,18 @@ - + - - + + - - + + From c99e825126dacf66e40f65641e874ad50859af14 Mon Sep 17 00:00:00 2001 From: Nick Cipollina Date: Thu, 5 Mar 2026 14:24:49 -0500 Subject: [PATCH 2/2] ci: upgrade devops-templates workflow references to v7.3 - Update build.yaml and pr-build.yaml to use devops-templates@v7.3 - Remove useMtpRunner and testDirectory params (handled by template) Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/build.yaml | 4 +--- .github/workflows/pr-build.yaml | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3bcfb3f..d10218d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,11 +17,9 @@ on: permissions: write-all jobs: build: - uses: LayeredCraft/devops-templates/.github/workflows/package-build.yaml@v6.2 + uses: LayeredCraft/devops-templates/.github/workflows/package-build.yaml@v7.3 with: hasTests: true - useMtpRunner: true - testDirectory: "test" dotnet-version: | 8.0.x 9.0.x diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index 4e170ec..da68e44 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -7,12 +7,11 @@ on: permissions: write-all jobs: build: - uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v6.2 + uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v7.3 with: solution: LayeredCraft.DecoWeaver.slnx hasTests: true useMtpRunner: true - testDirectory: "test" dotnetVersion: | 8.0.x 9.0.x