Skip to content

Commit

Permalink
feat: add version file
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMcKee committed Jan 2, 2025
1 parent 88589ca commit f6e6d16
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "5.0.0-prerelease",
"publicReleaseRefSpec": [
"^refs\/heads\/rel\/.*$"
],

"nugetPackageVersion": {
"semVer": 2
},

"cloudBuild": {
"buildNumber": {
"enabled": true,
"setVersionVariables": true,
"includeCommitId": {
"when": "nonPublicReleaseOnly",
"where": "buildMetadata"
}
}
}
}

0 comments on commit f6e6d16

Please sign in to comment.