Skip to content

Commit dff3616

Browse files
committed
Update version for 1.1.1-rc
1 parent c0c556a commit dff3616

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

StyleCop.Analyzers/version.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.1.1-beta.{height}",
3+
"version": "1.1.1-rc.{height}",
44
// The build number offset accounts for the delay in adopting Nerdbank.GitVersioning
55
"buildNumberOffset": 40,
66
"assemblyVersion": {
77
"precision": "revision"
88
},
99
"publicReleaseRefSpec": [
10-
"^refs/heads/master$"
10+
"^refs/heads/master$",
11+
"^refs/heads/stabilization$"
1112
],
1213
"nugetPackageVersion": {
1314
"semVer": 2

0 commit comments

Comments
 (0)