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

Commit 0da7460

Browse files
author
Nate McMaster
committed
Reverting version from 2.1.2 back to 2.1.1
As a result of changing the way we apply servicing updates to aspnet core, this repo did not need the version bump because there are no planned product changes in this repo.
1 parent a04813e commit 0da7460

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,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.1.2</VersionPrefix>
3+
<VersionPrefix>2.1.1</VersionPrefix>
44
<VersionSuffix>rtm</VersionSuffix>
55
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
66
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>

0 commit comments

Comments
 (0)