Skip to content

Commit 7854a77

Browse files
committed
Updating project json with NuGet package information
1 parent 77f1473 commit 7854a77

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

NetStandardPolyfills/project.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@
88
"packOptions": {
99
"copyright": "2016 Steve Wilkes",
1010
"owners": [ "Steve Wilkes" ],
11+
"licenseUrl": "https://github.com/AgileObjects/NetStandardPolyfills/blob/master/LICENCE.md",
12+
"projectUrl": "https://github.com/AgileObjects/NetStandardPolyfills",
1113
"requireLicenseAcceptance": false,
12-
"summary": "Polyfill methods for .NET Standard 1.0."
14+
"summary": "Polyfill methods for .NET Standard 1.0.",
15+
"tags": [ ".NETStandard", "Polyfill", "ExtensionMethods", "Reflection" ],
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/AgileObjects/NetStandardPolyfills"
19+
}
1320
},
1421

1522
"buildOptions": {

0 commit comments

Comments
 (0)