Skip to content

Commit

Permalink
Set version to '1.1-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jun 21, 2021
1 parent fd16eaa commit 0602c08
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions version.json
@@ -1,17 +1,18 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0-dev",
"version": "1.1-dev",
"nuGetPackageVersion": {
"semVer": 2.0
},
"publicReleaseRefSpec": [
"^refs/tags/.*$"
],
"cloudBuild": {
"setVersionVariables": false,
"buildNumber": null
},
"release": {
"branchName": "release/v{version}",
"firstUnstableTag": "dev"
},
"nugetPackageVersion": {
"semVer": 2
},
"cloudBuild": {
"setVersionVariables": false
}
}
}

0 comments on commit 0602c08

Please sign in to comment.