#229 Update package descriptions and tags
This commit is contained in:
parent
bc7eb631d9
commit
99a98af51e
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue