Skip to content

Commit

Permalink
Merge pull request #50 from IABTechLab/tjm-UID2-2964-update-patch-num…
Browse files Browse the repository at this point in the history
…bers

Changing the branch to release from
  • Loading branch information
thomasm-ttd authored Mar 26, 2024
2 parents a680d62 + e044cdb commit 7353797
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "5.6", "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": "5.6",
"publicReleaseRefSpec": [
"^refs/heads/main$"
],
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": {
"enabled": true,
"includeCommitId": {
"when": "always",
"where": "buildMetadata"
}
}
}
}

0 comments on commit 7353797

Please sign in to comment.