From 4cf46772ab501ca6ff98d64bc3a1d0cb7fbbfd0a Mon Sep 17 00:00:00 2001 From: Jon Louie Date: Tue, 31 Oct 2023 21:17:53 -0700 Subject: [PATCH 1/2] Set version to '3.0' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 2a636101d..39d00020c 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "3.0-alpha", + "version": "3.0", "publicReleaseRefSpec": [ "^refs/heads/release/v\\d+(?:\\.\\d+)?$" ], From 0df6db18677cf76269290a2954dc283dc59ab747 Mon Sep 17 00:00:00 2001 From: Jon Louie Date: Tue, 31 Oct 2023 21:17:53 -0700 Subject: [PATCH 2/2] Set version to '3.1-alpha' --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 2a636101d..5201bca45 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "3.0-alpha", + "version": "3.1-alpha", "publicReleaseRefSpec": [ "^refs/heads/release/v\\d+(?:\\.\\d+)?$" ],