Skip to content

Commit 370b5f7

Browse files
committed
Updating version to preview2
1 parent 0b53b92 commit 370b5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎version.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>2.1.0</VersionPrefix>
4-
<VersionSuffix>preview1</VersionSuffix>
4+
<VersionSuffix>preview2</VersionSuffix>
55
<PackageVersionCondition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
66
<PackageVersionCondition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
77
<BuildNumberCondition="'$(BuildNumber)' == ''">t000</BuildNumber>

0 commit comments

Comments
(0)