This repository was archived by the owner on Apr 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)Key.snk</AssemblyOriginatorKeyFile >
10
10
<SignAssembly >true</SignAssembly >
11
11
<PublicSign Condition =" '$(OS)' != 'Windows_NT'" >true</PublicSign >
12
- <VersionSuffix Condition =" '$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''" >$(VersionSuffix)-$(BuildNumber)</VersionSuffix >
13
12
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
14
13
</PropertyGroup >
15
14
Original file line number Diff line number Diff line change 1
- <!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
2
1
<Project >
3
2
<PropertyGroup >
4
- <VersionPrefix >2.0.0</VersionPrefix >
3
+ <VersionPrefix >2.0.1</VersionPrefix >
4
+ <VersionSuffix >rtm</VersionSuffix >
5
+ <PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' " >$(VersionPrefix)</PackageVersion >
6
+ <PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' " >$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion >
7
+ <VersionSuffix Condition =" '$(VersionSuffix)' != '' And '$(BuildNumber)' != ''" >$(VersionSuffix)-$(BuildNumber)</VersionSuffix >
5
8
</PropertyGroup >
6
9
</Project >
You can’t perform that action at this time.
0 commit comments