We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c556a commit dff3616Copy full SHA for dff3616
1 file changed
StyleCop.Analyzers/version.json
@@ -1,13 +1,14 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "1.1.1-beta.{height}",
+ "version": "1.1.1-rc.{height}",
4
// The build number offset accounts for the delay in adopting Nerdbank.GitVersioning
5
"buildNumberOffset": 40,
6
"assemblyVersion": {
7
"precision": "revision"
8
},
9
"publicReleaseRefSpec": [
10
- "^refs/heads/master$"
+ "^refs/heads/master$",
11
+ "^refs/heads/stabilization$"
12
],
13
"nugetPackageVersion": {
14
"semVer": 2
0 commit comments