Skip to content

Commit 069445c

Browse files
russcamcodebrain
andauthored
Fix build release for 7.6.0 (#4457)
This commit fixes the release build for 7.6.0. The global.json and auto-label.json version should be the last 7.x released Nuget package Co-authored-by: Stuart Cam <[email protected]>
1 parent 3ddee50 commit 069445c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/auto-label.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"rules": {
33
"Infra": [".ci/**/*", ".github/**/*","build/**/*"],
4-
"v8.0.0-alpha1": "**/*"
4+
"v7.5.1": "**/*"
55
}
66
}

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"sdk": {
33
"version": "3.0.100"
44
},
5-
"version": "7.5.0",
5+
"version": "7.5.1",
66
"doc_current": "7.5",
77
"doc_branch": "7.x"
88
}

0 commit comments

Comments
 (0)