From 9e7387a94100e5aa0057cfcbebf53cf0e5f1e930 Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Sun, 6 Mar 2016 21:38:17 -0800 Subject: [PATCH] Fix package metadata --- README.md | 6 +++--- src/Microsoft.AspNetCore.Buffering/project.json | 9 +++++++-- src/Microsoft.AspNetCore.HttpOverrides/project.json | 10 ++++++++-- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6293ff7ce2..4dfc5912ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -ASP.NET Basic Middleware Components +ASP.NET Core Basic Middleware Components ======== -This repo hosts a collection of basic middleware components for ASP.NET 5. +This repo hosts a collection of basic middleware components for ASP.NET Core. -This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://github.com/aspnet/home) repo. +This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo. diff --git a/src/Microsoft.AspNetCore.Buffering/project.json b/src/Microsoft.AspNetCore.Buffering/project.json index 8bc0487179..83d05073ba 100644 --- a/src/Microsoft.AspNetCore.Buffering/project.json +++ b/src/Microsoft.AspNetCore.Buffering/project.json @@ -8,7 +8,12 @@ ], "xmlDoc": true }, - "description": "ASP.NET middleware for buffering response bodies.", + "description": "ASP.NET Core middleware for buffering response bodies.", + "tags": [ + "aspnetcore", + "buffer", + "buffering" + ], "repository": { "type": "git", "url": "git://github.com/aspnet/basicmiddleware" @@ -17,7 +22,7 @@ "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*" }, "frameworks": { - "net451": {}, + "net451": { }, "netstandard1.3": { "imports": [ "dotnet5.4" diff --git a/src/Microsoft.AspNetCore.HttpOverrides/project.json b/src/Microsoft.AspNetCore.HttpOverrides/project.json index 20ff74debc..da4b3587de 100644 --- a/src/Microsoft.AspNetCore.HttpOverrides/project.json +++ b/src/Microsoft.AspNetCore.HttpOverrides/project.json @@ -8,7 +8,13 @@ ], "xmlDoc": true }, - "description": "XForward and Method override middlewares for ASP.NET", + "description": "ASP.NET Core basic middleware for:\r\nX-Forwarded-* headers to forward headers from a proxy.\r\nHTTP method override header.", + "tags": [ + "aspnetcore", + "proxy", + "headers", + "xforwarded" + ], "repository": { "type": "git", "url": "git://github.com/aspnet/basicmiddleware" @@ -19,7 +25,7 @@ "Microsoft.Extensions.Options": "1.0.0-*" }, "frameworks": { - "net451": {}, + "net451": { }, "netstandard1.3": { "imports": [ "dotnet5.4"