Point the tool manifest at the shipping package id - #623
Merged
ChrisonSimtian merged 1 commit intoAug 4, 2026
Merged
Conversation
Backport of the same fix on main. The manifest pinned fallout.cli 10.3.45 — an unlisted version of a retired package id — on the branch that is about to cut 10.4.0 GA. Fallout.GlobalTool is the id the CLI ships under, and 10.4.0-rc.5 is what this branch currently builds. Bump the pin to 10.4.0 after the GA tag; a manifest cannot float from a prerelease to a stable version on its own. Verified with `dotnet tool restore`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Backport of the manifest half of #622 onto the release line.
.config/dotnet-tools.jsonpinnedfallout.cli10.3.45 — an unlisted version of a retired package id — on the branch about to cut 10.4.0 GA. Repointed atFallout.GlobalTool10.4.0-rc.5, verified withdotnet tool restore.Last remaining acceptance criterion on #575 for this line.
Note
The pin wants a follow-up bump to
10.4.0after the GA tag — a tool manifest cannot float from a prerelease to a stable version on its own.Refs #575
🤖 Generated with Claude Code