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

Commit e93181d

Browse files
committed
Update package branding for 2.2.0-preview2
1 parent f087396 commit e93181d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<XunitPackageVersion>2.3.1</XunitPackageVersion>
1818
<XunitRunnerVisualStudioPackageVersion>2.4.0</XunitRunnerVisualStudioPackageVersion>
1919
</PropertyGroup>
20-
<PropertyGroup Label="Package Versions: Pinned" />
2120
<Import Project="$(DotNetPackageVersionPropsPath)" Condition=" '$(DotNetPackageVersionPropsPath)' != '' " />
21+
<PropertyGroup Label="Package Versions: Pinned" />
2222
</Project>

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.2.0</VersionPrefix>
4-
<VersionSuffix>preview1</VersionSuffix>
4+
<VersionSuffix>preview2</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)