Skip to content

chore(release): Bump version.json to 2.1#297

Merged
MCGPPeters merged 1 commit into
mainfrom
chore/bump-version-json-2.1
Jun 1, 2026
Merged

chore(release): Bump version.json to 2.1#297
MCGPPeters merged 1 commit into
mainfrom
chore/bump-version-json-2.1

Conversation

@MCGPPeters

Copy link
Copy Markdown
Contributor

What

Bumps the declared base version in version.json from 2.0 to 2.1.

Why

The 2.1.0 stable NuGet packages were published from the v2.1.0 tag, where the Release workflow forces the version (nbgv set-version + /p:Version=2.1.0). But version.json still declared 2.0, so non-tag CI dev builds compute 2.0.x (Nerdbank.GitVersioning SimpleVersion). This bump aligns dev builds with the released line so they compute 2.1.x.

This does not affect any published package — released versions are determined by the tag, not version.json.

Testing

  • No code change; version.json only. CI builds will confirm versioning resolves to 2.1.x on this branch.

The 2.1.0 stable packages were published from the v2.1.0 tag (which forces
the version via nbgv set-version + /p:Version). Bump the declared base
version so non-tag CI dev builds compute 2.1.x instead of 2.0.x.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 1, 2026 13:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns the repository’s Nerdbank.GitVersioning base version with the already-published 2.1.0 release line so that non-tag CI/dev builds compute 2.1.x rather than 2.0.x.

Changes:

  • Bump version.json "version" from 2.0 to 2.1 to match the 2.1 release line.

@MCGPPeters MCGPPeters merged commit 68a6e8b into main Jun 1, 2026
28 checks passed
@MCGPPeters MCGPPeters deleted the chore/bump-version-json-2.1 branch June 1, 2026 13:08
Sign up for free to 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.

2 participants