More package metadata fixes

This commit is contained in:
Eilon Lipton 2016-03-28 10:26:49 -07:00
parent 78a3fc91d3
commit 1b71748150
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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",