Skip to content

Commit

Permalink
Merge pull request #165 from IABTechLab/ans-UID2-4749-add-version-jso…
Browse files Browse the repository at this point in the history
…n-file-to-client-side-example

version json file needed for client side example
  • Loading branch information
ashleysmithTTD authored Feb 3, 2025
2 parents 2f9330c + 5a8150b commit 5cd12d5
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0.11",
"publicReleaseRefSpec": ["^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$"],
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } }
}
}

0 comments on commit 5cd12d5

Please sign in to comment.