From 756993909d0024705a9171c70583e3d65dd155b1 Mon Sep 17 00:00:00 2001 From: Scott Sundahl Date: Thu, 9 Jan 2025 12:20:18 -0700 Subject: [PATCH] version number for client-server --- .../google-secure-signals-integration/server_side/version.json | 2 +- .../google-secure-signals-integration/with_sdk_v3/version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/google-secure-signals-integration/server_side/version.json b/examples/google-secure-signals-integration/server_side/version.json index 1108fb4..49301a7 100644 --- a/examples/google-secure-signals-integration/server_side/version.json +++ b/examples/google-secure-signals-integration/server_side/version.json @@ -1,4 +1,4 @@ -{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.3", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } } +{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.4", "publicReleaseRefSpec": ["^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$"], diff --git a/examples/google-secure-signals-integration/with_sdk_v3/version.json b/examples/google-secure-signals-integration/with_sdk_v3/version.json index eb69a13..f3f23da 100644 --- a/examples/google-secure-signals-integration/with_sdk_v3/version.json +++ b/examples/google-secure-signals-integration/with_sdk_v3/version.json @@ -1,4 +1,4 @@ -{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.0", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } } +{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.1", "publicReleaseRefSpec": ["^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$"],