Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit c177cc0

Browse files
author
Nate McMaster
committed
Bumping version from 2.2.0 to 3.0.0
1 parent cf659b3 commit c177cc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project>
1+
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.2.0</VersionPrefix>
4-
<VersionSuffix>preview1</VersionSuffix>
3+
<VersionPrefix>3.0.0</VersionPrefix>
4+
<VersionSuffix>alpha1</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)