Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
JunTaoLuo committed May 27, 2016
1 parent ed85f50 commit f45e533
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ASP.NET IIS Integration
ASP.NET Core IIS Integration
========

This repo hosts the ASP.NET Core middleware for IIS integration.
Expand Down
11 changes: 11 additions & 0 deletions src/Microsoft.AspNetCore.Server.IISIntegration.Tools/project.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
6 changes: 5 additions & 1 deletion src/Microsoft.AspNetCore.Server.IISIntegration/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"repository": {
"type": "git",
"url": "git://github.com/aspnet/IISIntegration"
}
},
"tags": [
"aspnetcore",
"iis"
]
},
"dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
Expand Down

0 comments on commit f45e533

Please sign in to comment.