Merge pull request #223 from livarcocc/fix_branding
Fixing the version branding for this repo back to preview.
This commit is contained in:
commit
d6cb17c75d
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- This is a fake version to fool arcade. In this repo, we handle the versioning
|
<!-- This is a fake version to fool arcade. In this repo, we handle the versioning
|
||||||
of assets ourselves, since all we do is generate zips/tarballs and native installers. -->
|
of assets ourselves, since all we do is generate zips/tarballs and native installers.
|
||||||
|
To actually update the version for this repo, look at src/redist/targets/Versions.targets -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<VersionPrefix>1.0.0</VersionPrefix>
|
<VersionPrefix>1.0.0</VersionPrefix>
|
||||||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<VersionMajor>3</VersionMajor>
|
<VersionMajor>3</VersionMajor>
|
||||||
<VersionMinor>0</VersionMinor>
|
<VersionMinor>0</VersionMinor>
|
||||||
<VersionPatch>100</VersionPatch>
|
<VersionPatch>100</VersionPatch>
|
||||||
<ReleaseSuffix Condition=" '$(ReleaseSuffix)' == '' ">arcade</ReleaseSuffix>
|
<ReleaseSuffix Condition=" '$(ReleaseSuffix)' == '' ">preview</ReleaseSuffix>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Target Name="GetCoreSdkGitCommitInfo">
|
<Target Name="GetCoreSdkGitCommitInfo">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue