From e6485015e9c83bb077c3041410aa7b2c4201b146 Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Fri, 24 Jul 2026 11:14:50 +0800 Subject: [PATCH 1/2] Set version to '0.6.0' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 8f87bd68..917e4459 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.6.0-alpha", + "version": "0.6.0", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/rel/v\\d+(?:\\.\\d+)?$" From ebd5c3162834442966dbaf733ad24a7d5e97f26c Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Fri, 24 Jul 2026 11:14:50 +0800 Subject: [PATCH 2/2] Set version to '0.6.1-alpha' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 8f87bd68..68121e80 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.6.0-alpha", + "version": "0.6.1-alpha", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/rel/v\\d+(?:\\.\\d+)?$"