pull/137/head v7.0.0-rc.1
Christopher Jolly 3 years ago
parent d19854b3e6
commit 1e73673f05

@ -1,28 +1,28 @@
<Project> <Project>
<PropertyGroup Label="Version settings"> <PropertyGroup Label="Version settings">
<!-- <!--
Use the following values for the different release types: Use the following values for the different release types:
- "alpha" - "alpha"
- "beta" - "beta"
- "rc" - "rc"
- "rtm" - "rtm"
- "servicing" - "servicing"
--> -->
<VersionPrefix>7.0.0</VersionPrefix> <VersionPrefix>7.0.0</VersionPrefix>
<PreReleaseVersionLabel>beta</PreReleaseVersionLabel> <PreReleaseVersionLabel>rc</PreReleaseVersionLabel>
<PreReleaseVersionIteration>1</PreReleaseVersionIteration> <PreReleaseVersionIteration>1</PreReleaseVersionIteration>
<!-- <!--
The following properties will automatically be set by CI builds when appropriate: The following properties will automatically be set by CI builds when appropriate:
OfficialVersion OfficialVersion
ContinuousIntegrationTimestamp ContinuousIntegrationTimestamp
BuildSha BuildSha
--> -->
</PropertyGroup> </PropertyGroup>
<!-- <!--
If no version or version suffix or official version has been explicitly set, we generate a version suffix in the following format: If no version or version suffix or official version has been explicitly set, we generate a version suffix in the following format:
alpha.1.ci.20201004T181121Z+sha.0a1b2c3 alpha.1.ci.20201004T181121Z+sha.0a1b2c3
--> -->
<PropertyGroup> <PropertyGroup>
<UseVersionOverride Condition="'$(Version)' != ''">true</UseVersionOverride> <UseVersionOverride Condition="'$(Version)' != ''">true</UseVersionOverride>
@ -41,9 +41,9 @@
<Error Condition="'$(PreReleaseVersionIteration)' == ''" Text="The 'PreReleaseVersionIteration' property needs to be set." /> <Error Condition="'$(PreReleaseVersionIteration)' == ''" Text="The 'PreReleaseVersionIteration' property needs to be set." />
<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." /> <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." />
<!-- <!--
<Message Importance="high" Text="VersionPrefix: $(VersionPrefix)" /> <Message Importance="high" Text="VersionPrefix: $(VersionPrefix)" />
<Message Importance="high" Text="VersionSuffix: $(VersionSuffix)" /> <Message Importance="high" Text="VersionSuffix: $(VersionSuffix)" />
<Message Importance="high" Text="Version: $(Version)" /> <Message Importance="high" Text="Version: $(Version)" />
--> -->
</Target> </Target>
</Project> </Project>

Loading…
Cancel
Save