From f04a55162ffd5f2ecc178ae284576c2860214808 Mon Sep 17 00:00:00 2001 From: Rafael Vuijk Date: Sun, 9 Aug 2026 18:18:08 +0000 Subject: [PATCH] Name the version under development 2.0.0-preview.2 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) --- Sources/Package.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Package.Build.props b/Sources/Package.Build.props index 0f74b3085..2e580bb90 100644 --- a/Sources/Package.Build.props +++ b/Sources/Package.Build.props @@ -17,7 +17,7 @@ release tag, so what ships is named by the tag; this is what a local build and the assembly metadata carry. --> - 2.0.0-preview.1 + 2.0.0-preview.2