From 86bcb422b7714af1cee7b89e046d3d78e677b052 Mon Sep 17 00:00:00 2001 From: Jason Barden Date: Sat, 17 Jan 2026 10:44:57 +0000 Subject: [PATCH] Update to v0.1.5 and bump test/dependency versions Bump project version to 0.1.5 and update release notes to reflect Roslyn dependency updates. Upgrade xunit.v3 to 3.2.2 in test projects and Microsoft.Extensions.DependencyInjection to 10.0.2. --- .../AStar.Dev.Source.Generators.csproj | 8 +++++--- ...tar.Dev.Source.Generators.Attributes.Tests.Unit.csproj | 2 +- .../AStar.Dev.Source.Generators.Tests.Unit.csproj | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/AStar.Dev.Source.Generators/AStar.Dev.Source.Generators.csproj b/src/AStar.Dev.Source.Generators/AStar.Dev.Source.Generators.csproj index d0c53f2..51046c1 100644 --- a/src/AStar.Dev.Source.Generators/AStar.Dev.Source.Generators.csproj +++ b/src/AStar.Dev.Source.Generators/AStar.Dev.Source.Generators.csproj @@ -15,7 +15,7 @@ $(NoWarn);NU5128 - 0.1.4 + 0.1.5 AStar Development, Jason Barden AStar Development Source generators and supporting attribute types for AStar.Dev projects. @@ -25,8 +25,10 @@ git MIT false - v0.1.4 - Add missing namespace in generated ServiceRegistrations class. -- Rename ServiceAttribute to AutoRegisterServiceAttribute for clarity + + v0.1.5 - Update dependencies to latest Roslyn versions. + v0.1.4 - Add missing namespace in generated ServiceRegistrations class. + - Rename ServiceAttribute to AutoRegisterServiceAttribute for clarity main AStar Dev Source Generators Readme.md diff --git a/test/AStar.Dev.Source.Generators.Attributes.Tests.Unit/AStar.Dev.Source.Generators.Attributes.Tests.Unit.csproj b/test/AStar.Dev.Source.Generators.Attributes.Tests.Unit/AStar.Dev.Source.Generators.Attributes.Tests.Unit.csproj index b2fd146..61ab30e 100644 --- a/test/AStar.Dev.Source.Generators.Attributes.Tests.Unit/AStar.Dev.Source.Generators.Attributes.Tests.Unit.csproj +++ b/test/AStar.Dev.Source.Generators.Attributes.Tests.Unit/AStar.Dev.Source.Generators.Attributes.Tests.Unit.csproj @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/AStar.Dev.Source.Generators.Tests.Unit/AStar.Dev.Source.Generators.Tests.Unit.csproj b/test/AStar.Dev.Source.Generators.Tests.Unit/AStar.Dev.Source.Generators.Tests.Unit.csproj index feaa856..9c69770 100644 --- a/test/AStar.Dev.Source.Generators.Tests.Unit/AStar.Dev.Source.Generators.Tests.Unit.csproj +++ b/test/AStar.Dev.Source.Generators.Tests.Unit/AStar.Dev.Source.Generators.Tests.Unit.csproj @@ -10,10 +10,10 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive