Skip to content

Commit 1e73673

Browse files
committed
Set RC 1
1 parent d19854b commit 1e73673

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

Version.props

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
<Project>
22
<PropertyGroup Label="Version settings">
33
<!--
4-
Use the following values for the different release types:
5-
- "alpha"
6-
- "beta"
7-
- "rc"
8-
- "rtm"
9-
- "servicing"
10-
-->
4+
Use the following values for the different release types:
5+
- "alpha"
6+
- "beta"
7+
- "rc"
8+
- "rtm"
9+
- "servicing"
10+
-->
1111
<VersionPrefix>7.0.0</VersionPrefix>
12-
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel>
12+
<PreReleaseVersionLabel>rc</PreReleaseVersionLabel>
1313
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
1414

1515
<!--
16-
The following properties will automatically be set by CI builds when appropriate:
17-
OfficialVersion
18-
ContinuousIntegrationTimestamp
19-
BuildSha
20-
-->
16+
The following properties will automatically be set by CI builds when appropriate:
17+
OfficialVersion
18+
ContinuousIntegrationTimestamp
19+
BuildSha
20+
-->
2121
</PropertyGroup>
2222

2323
<!--
24-
If no version or version suffix or official version has been explicitly set, we generate a version suffix in the following format:
25-
alpha.1.ci.20201004T181121Z+sha.0a1b2c3
24+
If no version or version suffix or official version has been explicitly set, we generate a version suffix in the following format:
25+
alpha.1.ci.20201004T181121Z+sha.0a1b2c3
2626
-->
2727
<PropertyGroup>
2828
<UseVersionOverride Condition="'$(Version)' != ''">true</UseVersionOverride>
@@ -41,9 +41,9 @@
4141
<Error Condition="'$(PreReleaseVersionIteration)' == ''" Text="The 'PreReleaseVersionIteration' property needs to be set." />
4242
<Error Condition="'$(OfficialVersion)' != '' And '$(OfficialVersion)' != '$(VersionPrefix)' And '$(OfficialVersion)' != '$(VersionPrefix)-$(VersionSuffix)'" Text="The 'OfficialVersion' property needs to be identical to the 'VersionPrefix' property or to a combination of the 'VersionPrefix' and the 'VersionSuffix' properties." />
4343
<!--
44-
<Message Importance="high" Text="VersionPrefix: $(VersionPrefix)" />
45-
<Message Importance="high" Text="VersionSuffix: $(VersionSuffix)" />
46-
<Message Importance="high" Text="Version: $(Version)" />
47-
-->
44+
<Message Importance="high" Text="VersionPrefix: $(VersionPrefix)" />
45+
<Message Importance="high" Text="VersionSuffix: $(VersionSuffix)" />
46+
<Message Importance="high" Text="Version: $(Version)" />
47+
-->
4848
</Target>
4949
</Project>

0 commit comments

Comments
 (0)