Skip to content

Name the version under development 2.0.0-preview.2 - #856

Merged
Rafael-SOWNet merged 1 commit into
masterfrom
chore/version-preview-2
Aug 9, 2026
Merged

Name the version under development 2.0.0-preview.2#856
Rafael-SOWNet merged 1 commit into
masterfrom
chore/version-preview-2

Conversation

@Rafael-SOWNet

Copy link
Copy Markdown
Collaborator

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 at preview.1 it would stamp preview.1 into an assembly shipped as preview.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.

AssemblyVersion stays pinned at 2.0.0.0 for 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:

AngouriMath.2.0.0-preview.2.nupkg              AngouriMath.FSharp -> AngouriMath        2.0.0-preview.2
AngouriMath.FSharp.2.0.0-preview.2.nupkg       AngouriMath.Interactive -> .FSharp       2.0.0-preview.2
AngouriMath.Interactive.2.0.0-preview.2.nupkg
AngouriMath.Terminal.2.0.0-preview.2.nupkg     "RR + 1".Simplify() -> RR + 1   (the #851 fix is in)

🤖 Generated with Claude Code

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>
@Rafael-SOWNet
Rafael-SOWNet merged commit 50fc43f into master Aug 9, 2026
24 checks passed
@Rafael-SOWNet
Rafael-SOWNet deleted the chore/version-preview-2 branch August 9, 2026 18:18
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.

1 participant