Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 1b71748

Browse files
committed
More package metadata fixes
1 parent 78a3fc9 commit 1b71748

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Microsoft.AspNetCore.Owin/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0-*",
3-
"description": "ASP.NET Core component for running OWIN middleware in an ASP.NET Core application.",
3+
"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.",
44
"tags": [
55
"aspnetcore",
66
"katana",

src/Microsoft.Net.Http.Headers/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version": "1.0.0-*",
3-
"description": "ASP.NET Core HTTP header parser implementations.",
3+
"description": "HTTP header parser implementations.",
44
"tags": [
5-
"aspnetcore"
5+
"http"
66
],
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)