Fix package metadata
This commit is contained in:
parent
7b63846357
commit
795fc36cde
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"description": "HTTPS support for the ASP.NET Core Kestrel cross-platform web server.",
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"kestrel"
|
||||
],
|
||||
"compilationOptions": {
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
"nowarn": [
|
||||
|
|
@ -7,7 +12,6 @@
|
|||
],
|
||||
"xmlDoc": true
|
||||
},
|
||||
"description": "Adds HTTPS support to Kestrel",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/aspnet/kestrelhttpserver"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"description": "ASP.NET 5 cross platform web server.",
|
||||
"description": "ASP.NET Core Kestrel cross-platform web server.",
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"kestrel"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/aspnet/kestrelhttpserver"
|
||||
|
|
|
|||
Loading…
Reference in New Issue