From b42b296d0adbd29f061bed94f6cad44f76ff9b75 Mon Sep 17 00:00:00 2001 From: Sellakumaran Kanagarathnam Date: Thu, 30 Apr 2026 17:08:29 -0700 Subject: [PATCH] Bump version to 1.0 for stable release Updated version.json to set the version number from "0.2.0-preview.{height}" to "1.0", marking the transition from a preview to the first stable release. --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 80dc7452..c0331f9d 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": "0.2.0-preview.{height}", + "version": "1.0", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/master$",