Skip to content

Commit 40b3c36

Browse files
authored
Bump main version to RC1 (#72068)
Co-authored-by: carlossanlop <[email protected]>
1 parent 898f92d commit 40b3c36

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<PackageReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</PackageReleaseNotes>
280280
<!-- Indicates this is not an officially supported release. Release branches should set this to false. -->
281281
<!-- Keep it in sync with PRERELEASE in eng/native/configureplatform.cmake -->
282-
<IsPrerelease>true</IsPrerelease>
282+
<IsPrerelease>false</IsPrerelease>
283283
<IsPrivateAssembly>$(MSBuildProjectName.Contains('Private'))</IsPrivateAssembly>
284284
<!-- Private packages should not be stable -->
285285
<SuppressFinalPackageVersion Condition="'$(SuppressFinalPackageVersion)' == '' and $(IsPrivateAssembly)">true</SuppressFinalPackageVersion>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<MinorVersion>0</MinorVersion>
88
<PatchVersion>0</PatchVersion>
99
<SdkBandVersion>7.0.100</SdkBandVersion>
10-
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
11-
<PreReleaseVersionIteration>7</PreReleaseVersionIteration>
10+
<PreReleaseVersionLabel>RC</PreReleaseVersionLabel>
11+
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
1212
<!-- Set assembly version to align with major and minor version,
1313
as for the patches and revisions should be manually updated per assembly if it is serviced. -->
1414
<AssemblyVersion>$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>

eng/native/configureplatform.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/functions.cmake)
22

33
# If set, indicates that this is not an officially supported release
44
# Keep in sync with IsPrerelease in Directory.Build.props
5-
set(PRERELEASE 1)
5+
set(PRERELEASE 0)
66

77
#----------------------------------------
88
# Detect and set platform variable names

0 commit comments

Comments
 (0)