Update metadata

This commit is contained in:
John Luo 2016-05-27 11:37:34 -07:00
parent ed85f504d8
commit f45e533533
3 changed files with 17 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ASP.NET IIS Integration
ASP.NET Core IIS Integration
========
This repo hosts the ASP.NET Core middleware for IIS integration.

View File

@ -1,5 +1,16 @@
{
"version": "1.0.0-preview2-*",
"description": "IIS Integration publish tool for .NET Core CLI. Contains the dotnet-publish-iis command for publishing web applications to be hosted using IIS.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/IISIntegration"
},
"tags": [
"aspnetcore",
"iis"
]
},
"buildOptions": {
"emitEntryPoint": true,
"warningsAsErrors": true,

View File

@ -13,7 +13,11 @@
"repository": {
"type": "git",
"url": "git://github.com/aspnet/IISIntegration"
}
},
"tags": [
"aspnetcore",
"iis"
]
},
"dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",