From 99a98af51e425dcccc8ce4f5c0549bbb9f6f25bc Mon Sep 17 00:00:00 2001 From: Chris R Date: Fri, 9 Sep 2016 13:53:15 -0700 Subject: [PATCH] #229 Update package descriptions and tags --- src/Microsoft.AspNetCore.Server.WebListener/project.json | 8 +++++++- src/Microsoft.Net.Http.Server/project.json | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Server.WebListener/project.json b/src/Microsoft.AspNetCore.Server.WebListener/project.json index 27eed10c6b..3641825f52 100644 --- a/src/Microsoft.AspNetCore.Server.WebListener/project.json +++ b/src/Microsoft.AspNetCore.Server.WebListener/project.json @@ -1,6 +1,12 @@ { "version": "1.0.0-rc1-final", - "description": "ASP.NET 5 self-host web server.", + "description": "ASP.NET Core HTTP server for Windows.", + "packOptions": { + "tags": [ + "aspnetcore", + "weblistener" + ] + }, "dependencies": { "Microsoft.AspNetCore.Hosting": "1.0.0", "Microsoft.Net.Http.Headers": "1.0.0", diff --git a/src/Microsoft.Net.Http.Server/project.json b/src/Microsoft.Net.Http.Server/project.json index 314afcfa67..c194e0a135 100644 --- a/src/Microsoft.Net.Http.Server/project.json +++ b/src/Microsoft.Net.Http.Server/project.json @@ -1,6 +1,12 @@ { "version": "1.0.0-rc1-final", - "description": "Implementation of WebListener, a successor to HttpListener. It is used in the WebListener server package.", + "description": ".NET HTTP server that uses the Windows HTTP Server API.", + "packOptions": { + "tags": [ + "netcore", + "weblistener" + ] + }, "dependencies": { "Microsoft.Extensions.Logging.Abstractions": "1.0.0", "Microsoft.Extensions.Primitives": "1.0.0"