From 1b7174815017ffb789268de3e472ce2afa9ccbd3 Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Mon, 28 Mar 2016 10:26:49 -0700 Subject: [PATCH] More package metadata fixes --- src/Microsoft.AspNetCore.Owin/project.json | 2 +- src/Microsoft.Net.Http.Headers/project.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.AspNetCore.Owin/project.json b/src/Microsoft.AspNetCore.Owin/project.json index dc8ffb89a7..a5f53d0f54 100644 --- a/src/Microsoft.AspNetCore.Owin/project.json +++ b/src/Microsoft.AspNetCore.Owin/project.json @@ -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", diff --git a/src/Microsoft.Net.Http.Headers/project.json b/src/Microsoft.Net.Http.Headers/project.json index 908a938538..3fa2366ec5 100644 --- a/src/Microsoft.Net.Http.Headers/project.json +++ b/src/Microsoft.Net.Http.Headers/project.json @@ -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",