Skip to content

Commit 4618477

Browse files
committed
Set version to '1.24'
1 parent c83c697 commit 4618477

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

version.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.24-preview",
3+
"version": "1.24",
44
"assemblyVersion": {
55
"precision": "revision"
66
},
77
"nuGetPackageVersion": {
88
"semVer": 2.0
99
},
10-
"pathFilters": [
11-
"./src"
12-
],
1310
"publicReleaseRefSpec": [
1411
"^refs/heads/stable$"
1512
],
@@ -21,5 +18,8 @@
2118
"release": {
2219
"branchName": "release/v{version}",
2320
"firstUnstableTag": "preview"
24-
}
25-
}
21+
},
22+
"pathFilters": [
23+
"./src"
24+
]
25+
}

0 commit comments

Comments
 (0)