This repository was archived by the owner on Dec 13, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
<XunitPackageVersion >2.3.1</XunitPackageVersion >
37
37
<XunitRunnerVisualStudioPackageVersion >2.4.0</XunitRunnerVisualStudioPackageVersion >
38
38
</PropertyGroup >
39
- <PropertyGroup Label =" Package Versions: Pinned" />
40
39
<Import Project =" $(DotNetPackageVersionPropsPath)" Condition =" '$(DotNetPackageVersionPropsPath)' != '' " />
40
+ <PropertyGroup Label =" Package Versions: Pinned" />
41
41
</Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<VersionPrefix >2.2.0</VersionPrefix >
4
- <VersionSuffix >preview1 </VersionSuffix >
4
+ <VersionSuffix >preview2 </VersionSuffix >
5
5
6
6
<ExperimentalVersionPrefix >0.2.0</ExperimentalVersionPrefix >
7
- <ExperimentalVersionSuffix >preview1 </ExperimentalVersionSuffix >
7
+ <ExperimentalVersionSuffix >preview2 </ExperimentalVersionSuffix >
8
8
9
9
<PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' " >$(VersionPrefix)</PackageVersion >
10
10
<PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' " >$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion >
You can’t perform that action at this time.
0 commit comments