Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorCarlos Sanchez <1175054+carlossanlop@users.noreply.github.com>2022-08-25 18:45:25 +0300
committerGitHub <noreply@github.com>2022-08-25 18:45:25 +0300
commit6df3ae5b6445f4fc4da333fdd35a4da09ee68cdd (patch)
treec74133ba50677e31621a35cc6d14b9512b972dc7 /eng
parent7fac450bbbaf05d694c4ee878815f864a47c4952 (diff)
[release/7.0] Bump branding to RC2 (#74515)
Diffstat (limited to 'eng')
-rw-r--r--eng/Versions.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index 9cb1f08c13f..e63deed40c8 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -9,7 +9,7 @@
<SdkBandVersion>7.0.100</SdkBandVersion>
<PackageVersionNet6>6.0.8</PackageVersionNet6>
<PreReleaseVersionLabel>rc</PreReleaseVersionLabel>
- <PreReleaseVersionIteration>1</PreReleaseVersionIteration>
+ <PreReleaseVersionIteration>2</PreReleaseVersionIteration>
<!-- Set assembly version to align with major and minor version,
as for the patches and revisions should be manually updated per assembly if it is serviced. -->
<AssemblyVersion>$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>