Skip to content

Commit

Permalink
Merge pull request #140 from IABTechLab/sas-UID2-fix-secure-signals-s…
Browse files Browse the repository at this point in the history
…ample-pages-deployment

version number for client-server
  • Loading branch information
ssundahlTTD authored Jan 9, 2025
2 parents b155346 + 5aee67b commit 0616a44
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.2", "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.0.10-ebe469c1de",
"publicReleaseRefSpec": ["^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$"],
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } }
}
}

0 comments on commit 0616a44

Please sign in to comment.