Name the version under development 2.0.0-preview.2 - #856
Merged
Conversation
The NuGet workflow takes what it publishes from the release tag, so this property is what a local build and the assembly metadata carry. Left at preview.1 it would stamp preview.1 into an assembly shipped as preview.2. AssemblyVersion stays pinned at 2.0.0.0 for the whole of 2.x, as the comment beside it says. 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.
Ahead of cutting
v2.0.0-preview.2.The NuGet workflow takes what it publishes from the release tag, so
<Version>is what a local build and the assembly metadata carry. Left atpreview.1it would stamppreview.1into an assembly shipped aspreview.2— which is exactly the confusion that cost me a wrong conclusion earlier today, when a stale Release build made a fixed package look unfixed.AssemblyVersionstays pinned at2.0.0.0for the whole of 2.x, as the comment beside it says.Verified by packing all four at the new version and testing the artifact rather than the build:
🤖 Generated with Claude Code