From d5f676e6a1af5692d8d603a698111b6b5a038983 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 17 Jan 2025 09:40:51 +0100 Subject: [PATCH] [release/10.0.1xx-preview1] Make this the .NET 10 P1 release branch. --- Make.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.config b/Make.config index de0e4007d4f..a55144fca18 100644 --- a/Make.config +++ b/Make.config @@ -141,7 +141,7 @@ endif ## Note that the prerelease identifier should be as short as possible, because otherwise ## the resulting package name can become too long for MSIs. NUGET_HARDCODED_PRERELEASE_IDENTIFIER=net10-p1 -NUGET_HARDCODED_PRERELEASE_BRANCH=net10.0 +NUGET_HARDCODED_PRERELEASE_BRANCH=release/10.0.1xx-preview1 # compute the alphanumeric version of branch names NUGET_RELEASE_BRANCH_ALPHANUMERIC:=$(shell export LANG=C; printf "%s" "$(NUGET_RELEASE_BRANCH)" | tr -c '[a-zA-Z0-9-]' '-')