From c6d2af857f1037c3dd67f018a85a0a523e09f3bd Mon Sep 17 00:00:00 2001 From: Stuart Meeks Date: Fri, 24 Jul 2026 08:51:53 +0000 Subject: [PATCH] release: bump Spectre.Console floor to 0.57.2, version to 0.3.0 Update Spectre.Console 0.56.0 -> 0.57.2 (raises the consumer-facing dependency floor; built and tested against the new version). Also bump build-time SourceLink 10.0.300 -> 10.0.301 and test-only Test.Sdk 18.6.0 -> 18.8.1. No public API changes. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 12 ++++++++++++ Directory.Packages.props | 8 ++++---- .../NextIteration.SpectreConsole.Splash.csproj | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac19317..7c63c00 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.3.0] — 2026-07-24 + +### Changed + +- **Dependency floor raised to Spectre.Console `0.57.2`** (from `0.56.0`). The + package is now built and tested against `0.57.2`, so that becomes the minimum + version NuGet resolves for consumers. No public API changes. + +--- + ## [0.2.0] — 2026-06-20 ### Added @@ -72,6 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 interpolation, colour validation, tagline strategies, renderer output, and the quote pool). +[0.3.0]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Splash/releases/tag/v0.3.0 +[0.2.0]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Splash/releases/tag/v0.2.0 [0.1.2]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Splash/releases/tag/v0.1.2 [0.1.1]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Splash/releases/tag/v0.1.1 [0.1.0]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Splash/releases/tag/v0.1.0 diff --git a/Directory.Packages.props b/Directory.Packages.props index 9a5001a..1bafd33 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,13 +6,13 @@ - - + + - - + + diff --git a/src/NextIteration.SpectreConsole.Splash/NextIteration.SpectreConsole.Splash.csproj b/src/NextIteration.SpectreConsole.Splash/NextIteration.SpectreConsole.Splash.csproj index c8ddfb2..b846efa 100644 --- a/src/NextIteration.SpectreConsole.Splash/NextIteration.SpectreConsole.Splash.csproj +++ b/src/NextIteration.SpectreConsole.Splash/NextIteration.SpectreConsole.Splash.csproj @@ -11,7 +11,7 @@ NextIteration.SpectreConsole.Splash - 0.2.0 + 0.3.0 Stuart Meeks Configurable Figgle + Spectre.Console splash screen for .NET CLIs — gradient palette, pluggable tagline strategy, single-markup-call render path. true