Skip to content

Commit

Permalink
build: ci change
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Aug 22, 2024
1 parent ba7b134 commit 0018b53
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.4.0-preview.1",
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.3.1",
"gitCommitIdShortAutoMinimum": 7,
"nuGetPackageVersion": {
"semVer": 2.0
"nugetPackageVersion": {
"semVer": 2
},
"publicReleaseRefSpec": ["^refs/tags/v\\d+\\.\\d+"],
"release": {
"firstUnstableTag": "preview",
"versionIncrement": "minor"
},
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+"
],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
},
"release": {
"firstUnstableTag": "preview"
}
}
}

0 comments on commit 0018b53

Please sign in to comment.