From 527c3bb4d3aa5e7568f8fa25211a779a69fa714b Mon Sep 17 00:00:00 2001 From: Stuart Meeks Date: Sat, 20 Jun 2026 01:54:30 +0000 Subject: [PATCH] release: multi-target net8.0;net10.0, bump to 0.2.0 Add net8.0 alongside net10.0 so consumers on .NET 8 can use the package without upgrading to .NET 10. No public API changes. - Directory.Build.props: drop singular so the library's is honoured (test/demo keep their own net10.0 line) - library csproj: net8.0;net10.0; bump 0.1.3 -> 0.2.0 - CHANGELOG: 0.2.0 entry Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 10 ++++++++++ Directory.Build.props | 1 - .../NextIteration.SpectreConsole.Splash.csproj | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c92d9..ac19317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.2.0] — 2026-06-20 + +### Added + +- **Multi-targeting `net8.0` and `net10.0`.** The package now ships `lib/net8.0` + and `lib/net10.0` assets, so consumers on .NET 8 can use it without forcing an + upgrade to .NET 10. No public API changes. + +--- + ## [0.1.2] — 2026-05-03 ### Changed diff --git a/Directory.Build.props b/Directory.Build.props index e844269..08993bb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,5 @@ - net10.0 enable true Stuart Meeks diff --git a/src/NextIteration.SpectreConsole.Splash/NextIteration.SpectreConsole.Splash.csproj b/src/NextIteration.SpectreConsole.Splash/NextIteration.SpectreConsole.Splash.csproj index f0888bf..c8ddfb2 100644 --- a/src/NextIteration.SpectreConsole.Splash/NextIteration.SpectreConsole.Splash.csproj +++ b/src/NextIteration.SpectreConsole.Splash/NextIteration.SpectreConsole.Splash.csproj @@ -1,7 +1,7 @@ - net10.0 + net8.0;net10.0 enable enable en @@ -11,7 +11,7 @@ NextIteration.SpectreConsole.Splash - 0.1.3 + 0.2.0 Stuart Meeks Configurable Figgle + Spectre.Console splash screen for .NET CLIs — gradient palette, pluggable tagline strategy, single-markup-call render path. true