From 8748827bd95b768e7f3e64217bda6594441ce524 Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Tue, 12 Jul 2022 18:23:20 -0700 Subject: [PATCH] Bump main version to RC1 --- Directory.Build.props | 2 +- eng/Versions.props | 4 ++-- eng/native/configureplatform.cmake | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index c2bafd4f0065c7..b55b01142529c1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -279,7 +279,7 @@ https://go.microsoft.com/fwlink/?LinkID=799421 - true + false $(MSBuildProjectName.Contains('Private')) true diff --git a/eng/Versions.props b/eng/Versions.props index c4960e1d3fd1bd..f7ccb6330d0d3c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,8 +7,8 @@ 0 0 7.0.100 - preview - 7 + RC + 1 $(MajorVersion).$(MinorVersion).0.0 diff --git a/eng/native/configureplatform.cmake b/eng/native/configureplatform.cmake index d21206f1f8bcad..86db27cbe1e10a 100644 --- a/eng/native/configureplatform.cmake +++ b/eng/native/configureplatform.cmake @@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/functions.cmake) # If set, indicates that this is not an officially supported release # Keep in sync with IsPrerelease in Directory.Build.props -set(PRERELEASE 1) +set(PRERELEASE 0) #---------------------------------------- # Detect and set platform variable names