More package metadata fixes
This commit is contained in:
parent
78a3fc91d3
commit
1b71748150
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"description": "ASP.NET Core component for running OWIN middleware in an ASP.NET Core application.",
|
||||
"description": "ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.",
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"katana",
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"description": "ASP.NET Core HTTP header parser implementations.",
|
||||
"description": "HTTP header parser implementations.",
|
||||
"tags": [
|
||||
"aspnetcore"
|
||||
"http"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in New Issue