From e2493fa53dfd3e82c9653cc8f1eb80d2388ddc52 Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Tue, 25 Feb 2020 13:54:00 +1000 Subject: [PATCH] Fix build release for 7.6.0 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 --- .github/auto-label.json | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/auto-label.json b/.github/auto-label.json index 3648119ab80..b6f200d4971 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -1,6 +1,6 @@ { "rules": { "Infra": [".ci/**/*", ".github/**/*","build/**/*"], - "v8.0.0-alpha1": "**/*" + "v7.5.1": "**/*" } } diff --git a/global.json b/global.json index 7f9ebf458d5..16561576ace 100644 --- a/global.json +++ b/global.json @@ -2,7 +2,7 @@ "sdk": { "version": "3.0.100" }, - "version": "7.5.0", + "version": "7.5.1", "doc_current": "7.5", "doc_branch": "7.x" }