Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

Commit 18615a0

Browse files
committed
Update branding to 2.2.0-preview3
1 parent 2a90067 commit 18615a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>2.2.0</VersionPrefix>
4-
<VersionSuffix>preview2</VersionSuffix>
4+
<VersionSuffix>preview3</VersionSuffix>
55
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
66
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
77
<BuildNumber Condition="'$(BuildNumber)' == ''">t000</BuildNumber>

0 commit comments

Comments
 (0)