Skip to content

Commit

Permalink
Bump to 4.7 with new API surface area
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny authored May 7, 2019
1 parent d9ca3f1 commit c6a3fcf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"version": "4.6",
"version": "4.7",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/rel/v\\d+\\.\\d+" // we also release tags starting with vN.N
"^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with vN.N
],
"nugetPackageVersion":{
"semVer": 2
},
"cloudBuild": {
"buildNumber": {
"enabled": false
}
}
}

0 comments on commit c6a3fcf

Please sign in to comment.