From df78dbffbeef5bb6568a06d8f98f9f5f21ec6ebc Mon Sep 17 00:00:00 2001 From: varndellwagglebee Date: Mon, 26 Jan 2026 14:04:35 +0000 Subject: [PATCH 1/2] chore(nbgv): set version via CI: 1.6-alpha --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 16af9bf..afcb17e 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.5.1", + "version": "1.6-alpha", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/hotfix$", From 574e559fa789210a1d9a42857e671a6d4b45664f Mon Sep 17 00:00:00 2001 From: varndellwagglebee Date: Mon, 26 Jan 2026 14:07:40 +0000 Subject: [PATCH 2/2] chore(nbgv): set version via CI: 1.6.1 --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index afcb17e..8897339 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.6-alpha", + "version": "1.6.1", "publicReleaseRefSpec": [ "^refs/heads/main$", "^refs/heads/hotfix$",