2017-09-05 21:44:25 +00:00
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-02-13 21:06:30 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<VersionMajor>2</VersionMajor>
|
2018-01-22 21:32:51 +00:00
|
|
|
<VersionMinor>1</VersionMinor>
|
|
|
|
<VersionPatch>300</VersionPatch>
|
2018-04-30 19:00:51 +00:00
|
|
|
<ReleaseSuffix Condition=" '$(ReleaseSuffix)' == '' ">rtm</ReleaseSuffix>
|
2017-02-13 21:06:30 +00:00
|
|
|
|
2018-04-05 04:21:10 +00:00
|
|
|
<CliVersionNoSuffix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</CliVersionNoSuffix>
|
|
|
|
<CliVersionPrefix>$(CliVersionNoSuffix)-$(ReleaseSuffix)</CliVersionPrefix>
|
|
|
|
<CliBrandingVersion>$(CliVersionNoSuffix) - $(ReleaseSuffix)</CliBrandingVersion>
|
|
|
|
<SimpleVersion Condition=" '$(DropSuffix)' == '' ">$(CliVersionNoSuffix).$(CommitCount)</SimpleVersion>
|
|
|
|
<SimpleVersion Condition=" '$(SimpleVersion)' == '' ">$(CliVersionNoSuffix)</SimpleVersion>
|
2017-02-17 10:41:41 +00:00
|
|
|
|
2018-04-05 04:21:10 +00:00
|
|
|
<VersionSuffix Condition=" '$(DropSuffix)' == '' ">$(ReleaseSuffix)-$(CommitCount)</VersionSuffix>
|
2017-02-17 10:41:41 +00:00
|
|
|
|
2018-04-05 04:21:10 +00:00
|
|
|
<FullNugetVersion>$(CliVersionNoSuffix)-$(ReleaseSuffix)-$(CommitCount)</FullNugetVersion>
|
2017-02-17 10:41:41 +00:00
|
|
|
|
2018-04-05 04:21:10 +00:00
|
|
|
<NugetVersion Condition=" '$(DropSuffix)' == '' ">$(FullNugetVersion)</NugetVersion>
|
|
|
|
<NugetVersion Condition=" '$(NugetVersion)' == '' ">$(CliVersionNoSuffix)</NugetVersion>
|
2017-02-17 10:41:41 +00:00
|
|
|
|
2017-02-13 21:06:30 +00:00
|
|
|
<SdkVersion>$(NugetVersion)</SdkVersion>
|
2018-04-05 04:21:10 +00:00
|
|
|
<SdkNugetVersion>$(NugetVersion)</SdkNugetVersion>
|
2017-02-13 21:06:30 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|