#229 Update package descriptions and tags

This commit is contained in:
Chris R 2016-09-09 13:53:15 -07:00
parent bc7eb631d9
commit 99a98af51e
2 changed files with 14 additions and 2 deletions

View File

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

View File

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