release: 0.3.0 — bump Spectre.Console floor to 0.57.2#6
Merged
Conversation
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) <noreply@anthropic.com>
StuartMeeks
force-pushed
the
release/0.3.0
branch
from
July 24, 2026 08:53
421a6df to
c6d2af8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Maintenance release. Refreshes package references to their latest stable versions where appropriate, and cuts 0.3.0.
Consumer-visible
0.56.0→0.57.2— raises the library's dependency floor. The package is now built and tested against0.57.2. Verified across both target frameworks; all 40 tests pass. No public API changes.Not consumer-visible
10.0.300→10.0.301— build-time only (PrivateAssets="All", absent from the.nuspec).18.6.0→18.8.1— test project only.0.56.0→0.57.2— test project, kept in lockstep with Spectre.Console.Left as-is (already latest stable)
Figgle, Figgle.Fonts, xunit, xunit.runner.visualstudio (
4.0.0is pre-release).Notes
System.*platform packages, so all lib deps remain single commonPackageReferences.Versionbumped0.2.0→0.3.0(minor — a dependency-floor raise is consumer-visible) and CHANGELOG updated (plus restored the missing[0.2.0]link reference).Verification
dotnet build -c Release— net8.0 + net10.0, 0 warnings underTreatWarningsAsErrorsdotnet test -c Release— 40/40 passdotnet pack— inspected.nuspec: both TFM dependency groups floor Spectre.Console at0.57.2; SourceLink correctly excluded🤖 Generated with Claude Code