Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Commit e689b03

Browse files
authored
Merge pull request #701 from weshaggard/Stablize202
Stabalize 2.0.2 NETStandard.Library package
2 parents eb013ea + 7b32c70 commit e689b03

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Packaging.props

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<LicenseUrl>https://github.com/dotnet/standard/blob/master/LICENSE.TXT</LicenseUrl>
4+
<Copyright>.NET Foundation and Contributors</Copyright>
45
<PreReleaseLabel>servicing</PreReleaseLabel>
56
<PackageDescriptionFile>$(ProjectDir)pkg/descriptions.json</PackageDescriptionFile>
67
<PackageLicenseFile>$(ProjectDir)LICENSE.TXT</PackageLicenseFile>

pkg/baseline/packageIndex.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@
320320
"1.6.0",
321321
"1.6.1",
322322
"2.0.0",
323-
"2.0.1"
323+
"2.0.1",
324+
"2.0.2"
324325
],
325326
"BaselineVersion": "2.0.0",
326327
"InboxOn": {}

0 commit comments

Comments
 (0)