13 lines
539 B
XML
13 lines
539 B
XML
<!-- This file may be overwritten by automation. -->
|
|
<Project>
|
|
<PropertyGroup>
|
|
<KoreBuildChannel>dev</KoreBuildChannel>
|
|
<VersionPrefix>2.1.0</VersionPrefix>
|
|
<VersionSuffix>preview1</VersionSuffix>
|
|
<OriginalVersionSuffix>$(VersionSuffix)</OriginalVersionSuffix>
|
|
<VersionSuffix Condition="'$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
|
|
<Version>$(VersionPrefix)</Version>
|
|
<Version Condition="'$(VersionSuffix)' != ''">$(Version)-$(VersionSuffix)</Version>
|
|
</PropertyGroup>
|
|
</Project>
|