Fixing the version branding for this repo back to preview.
This commit is contained in:
parent
7464d9bca4
commit
990a41eab1
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<!-- 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>
|
||||
<VersionPrefix>1.0.0</VersionPrefix>
|
||||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<VersionMajor>3</VersionMajor>
|
||||
<VersionMinor>0</VersionMinor>
|
||||
<VersionPatch>100</VersionPatch>
|
||||
<ReleaseSuffix Condition=" '$(ReleaseSuffix)' == '' ">arcade</ReleaseSuffix>
|
||||
<ReleaseSuffix Condition=" '$(ReleaseSuffix)' == '' ">preview</ReleaseSuffix>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="GetCoreSdkGitCommitInfo">
|
||||
|
|
Loading…
Reference in a new issue