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

Commit b64fc57

Browse files
committed
Update package branding for 2.2.0-preview2
1 parent 30f0ec0 commit b64fc57

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
@@ -27,6 +27,6 @@
2727
<XunitPackageVersion>2.3.1</XunitPackageVersion>
2828
<XunitRunnerVisualStudioPackageVersion>2.4.0</XunitRunnerVisualStudioPackageVersion>
2929
</PropertyGroup>
30-
<PropertyGroup Label="Package Versions: Pinned" />
3130
<Import Project="$(DotNetPackageVersionPropsPath)" Condition=" '$(DotNetPackageVersionPropsPath)' != '' " />
31+
<PropertyGroup Label="Package Versions: Pinned" />
3232
</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)