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+)?$"],