Skip to content

Close the books on 1.1.0 - #4

Merged
HarryCordewener merged 1 commit into
mainfrom
baseline-1.1.0
Sep 7, 2026
Merged

Close the books on 1.1.0#4
HarryCordewener merged 1 commit into
mainfrom
baseline-1.1.0

Conversation

@HarryCordewener

Copy link
Copy Markdown
Member

The three post-release steps from docs/releasing.md, now that 1.1.0 is on nuget.org.

  • PackageValidationBaselineVersion back to 1.1.0 in all three packages. It came off for the release that removed HtmlCss, because the surface being removed from was the surface it would have validated against. With it back, every later build is diffed against what actually shipped, so an unintended removal or signature change fails at build time instead of in a consumer's restore.
  • Public API promoted.AnsiCss moves into PublicAPI.Shipped.txt; HtmlCss's two *REMOVED* lines come out of it. 1.1.0's surface is now the one the analyzer holds you to.
  • CHANGELOG: Unreleased entries become the 1.1.0 — 2026-09-07 section.

Verified with dotnet pack: all three build as 1.1.0 and validate clean against the published baseline.

🤖 Generated with Claude Code

The three post-release steps from docs/releasing.md, now that the packages are
on nuget.org:
PackageValidationBaselineVersion goes back to 1.1.0, so every later build is
diffed against what actually shipped rather than against nothing.
The public API moves from Unshipped to Shipped — AnsiCss into it, HtmlCss's two
*REMOVED* lines out of it — so the analyzer treats 1.1.0's surface as the one
that has to hold.
CHANGELOG's Unreleased entries become the 1.1.0 section.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@coderabbitai

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 3 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used all 2 included reviews currently available. Your 55 included PR review attempts over the past 7 days set your current allowance at 2 reviews per hour.

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Essentials

Run ID: c06be86a-992d-4414-813f-937c5290fca0

📥 Commits

Reviewing files that changed from the base of the PR and between 26581a4 and a868c73.

📒 Files selected for processing (7)
  • CHANGELOG.md
  • MarkupString.Ansi/MarkupString.Ansi.csproj
  • MarkupString.Ansi/PublicAPI.Shipped.txt
  • MarkupString.Ansi/PublicAPI.Unshipped.txt
  • MarkupString.Html/MarkupString.Html.csproj
  • MarkupString.Html/PublicAPI.Unshipped.txt
  • MarkupString/MarkupString.csproj

Comment @coderabbitai help to get the list of available commands.

@HarryCordewener
HarryCordewener merged commit 913846c into mainSep 7, 2026
7 checks passed
@HarryCordewener
HarryCordewener deleted the baseline-1.1.0 branch September 7, 2026 07:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@HarryCordewener