From f357cdd90422f857826c1a8be0e25996660786a9 Mon Sep 17 00:00:00 2001 From: Sellakumaran Kanagarathnam Date: Thu, 30 Apr 2026 22:12:26 -0700 Subject: [PATCH 1/2] Bump version to 1.1 for post-GA development Co-Authored-By: Claude Sonnet 4.6 --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 7a4ba5b5..43659254 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0.0", + "version": "1.1", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/master$", From 63586c0562572a647d3c10066e077b52e0e377d2 Mon Sep 17 00:00:00 2001 From: Sellakumaran Kanagarathnam Date: Fri, 1 May 2026 09:39:28 -0700 Subject: [PATCH 2/2] Use preview versioning for post-GA 1.1 development Switch from "1.1" (two-part) to "1.1.0-preview.{height}" to follow the repo's existing convention and avoid accidentally publishing stable npm packages on every commit to main. With a two-part version, Nerdbank.GitVersioning produces stable 1.1.x packages on all publicReleaseRefSpec branches. With "1.1.0-preview.{height}", builds produce 1.1.0-preview.N until the version is explicitly pinned to "1.1.0" and tagged for a stable release. Co-Authored-By: Claude Sonnet 4.6 --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 43659254..2a0ab815 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.1", + "version": "1.1.0-preview.{height}", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/master$",