-
-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to 4.7 with new API surface area
- Loading branch information
Oren Novotny
authored
May 7, 2019
1 parent
d9ca3f1
commit c6a3fcf
Showing
1 changed file
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} |