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

Commit b2a3f87

Browse files
author
moozzyk
committed
Microsoft.AspNet.Tools.PublishIIS -> dotnet-publish-iis
Renaming Microsoft.AspNet.Tools.PublishIIS to dotnet-publish-iis as this is the convention dotnet tools must follow
1 parent 0589b88 commit b2a3f87

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

IISIntegration.sln

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.23107.0
4+
VisualStudioVersion = 14.0.24720.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{04B1EDB6-E967-4D25-89B9-E6F8304038CD}"
77
EndProject
@@ -25,9 +25,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{C74B
2525
EndProject
2626
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IISSample", "samples\IISSample\IISSample.xproj", "{E4E2BDC4-A9C6-4AE9-B429-032EC83EDE64}"
2727
EndProject
28-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Tools.PublishIIS", "src\Microsoft.AspNet.Tools.PublishIIS\Microsoft.AspNet.Tools.PublishIIS.xproj", "{D459A568-7404-43FA-91B0-D7F5D5EC6D14}"
28+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "dotnet-publish-iis.Tests", "test\dotnet-publish-iis.Tests\dotnet-publish-iis.Tests.xproj", "{CFB3AF72-0AF6-44CB-8815-6E4052C7B5A0}"
2929
EndProject
30-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Tools.PublishIIS.Tests", "test\Microsoft.AspNet.Tools.PublishIIS.Tests\Microsoft.AspNet.Tools.PublishIIS.Tests.xproj", "{0482DB54-67DD-4948-B6BD-BAF12BA83021}"
30+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "dotnet-publish-iis", "src\dotnet-publish-iis\dotnet-publish-iis.xproj", "{E492AEF2-42C1-4399-B718-A6934EBB36AB}"
3131
EndProject
3232
Global
3333
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -55,14 +55,14 @@ Global
5555
{E4E2BDC4-A9C6-4AE9-B429-032EC83EDE64}.Debug|Any CPU.Build.0 = Debug|Any CPU
5656
{E4E2BDC4-A9C6-4AE9-B429-032EC83EDE64}.Release|Any CPU.ActiveCfg = Release|Any CPU
5757
{E4E2BDC4-A9C6-4AE9-B429-032EC83EDE64}.Release|Any CPU.Build.0 = Release|Any CPU
58-
{D459A568-7404-43FA-91B0-D7F5D5EC6D14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
59-
{D459A568-7404-43FA-91B0-D7F5D5EC6D14}.Debug|Any CPU.Build.0 = Debug|Any CPU
60-
{D459A568-7404-43FA-91B0-D7F5D5EC6D14}.Release|Any CPU.ActiveCfg = Release|Any CPU
61-
{D459A568-7404-43FA-91B0-D7F5D5EC6D14}.Release|Any CPU.Build.0 = Release|Any CPU
62-
{0482DB54-67DD-4948-B6BD-BAF12BA83021}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
63-
{0482DB54-67DD-4948-B6BD-BAF12BA83021}.Debug|Any CPU.Build.0 = Debug|Any CPU
64-
{0482DB54-67DD-4948-B6BD-BAF12BA83021}.Release|Any CPU.ActiveCfg = Release|Any CPU
65-
{0482DB54-67DD-4948-B6BD-BAF12BA83021}.Release|Any CPU.Build.0 = Release|Any CPU
58+
{CFB3AF72-0AF6-44CB-8815-6E4052C7B5A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
59+
{CFB3AF72-0AF6-44CB-8815-6E4052C7B5A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
60+
{CFB3AF72-0AF6-44CB-8815-6E4052C7B5A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
61+
{CFB3AF72-0AF6-44CB-8815-6E4052C7B5A0}.Release|Any CPU.Build.0 = Release|Any CPU
62+
{E492AEF2-42C1-4399-B718-A6934EBB36AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
63+
{E492AEF2-42C1-4399-B718-A6934EBB36AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
64+
{E492AEF2-42C1-4399-B718-A6934EBB36AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
65+
{E492AEF2-42C1-4399-B718-A6934EBB36AB}.Release|Any CPU.Build.0 = Release|Any CPU
6666
EndGlobalSection
6767
GlobalSection(SolutionProperties) = preSolution
6868
HideSolutionNode = FALSE
@@ -73,7 +73,7 @@ Global
7373
{A83A33D1-3D29-403C-9750-5811AC7B4025} = {EF30B533-D715-421A-92B7-92FEF460AC9C}
7474
{E27453AD-9CA0-49A2-94FA-96337D77677D} = {EF30B533-D715-421A-92B7-92FEF460AC9C}
7575
{E4E2BDC4-A9C6-4AE9-B429-032EC83EDE64} = {C74B8F36-FD2F-45C9-9B8A-00E7CF0126A9}
76-
{D459A568-7404-43FA-91B0-D7F5D5EC6D14} = {04B1EDB6-E967-4D25-89B9-E6F8304038CD}
77-
{0482DB54-67DD-4948-B6BD-BAF12BA83021} = {EF30B533-D715-421A-92B7-92FEF460AC9C}
76+
{CFB3AF72-0AF6-44CB-8815-6E4052C7B5A0} = {EF30B533-D715-421A-92B7-92FEF460AC9C}
77+
{E492AEF2-42C1-4399-B718-A6934EBB36AB} = {04B1EDB6-E967-4D25-89B9-E6F8304038CD}
7878
EndGlobalSection
7979
EndGlobal
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0.23107" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="14.0.24720" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0.23107</VisualStudioVersion>
4+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0.24720</VisualStudioVersion>
55
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
66
</PropertyGroup>
77
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
88
<PropertyGroup Label="Globals">
9-
<ProjectGuid>d459a568-7404-43fa-91b0-d7f5d5ec6d14</ProjectGuid>
10-
<RootNamespace>Microsoft.AspNet.Tools.PublishIIS</RootNamespace>
9+
<ProjectGuid>e492aef2-42c1-4399-b718-a6934ebb36ab</ProjectGuid>
10+
<RootNamespace>dotnet-publish-iis</RootNamespace>
1111
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
1212
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
1313
</PropertyGroup>

src/Microsoft.AspNet.Tools.PublishIIS/project.json renamed to src/dotnet-publish-iis/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "publish-iis",
2+
"name": "dotnet-publish-iis",
33
"version": "1.0.0-*",
44
"compilationOptions": {
55
"emitEntryPoint": true
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0.23107" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="14.0.24720" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0.23107</VisualStudioVersion>
4+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0.24720</VisualStudioVersion>
55
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
66
</PropertyGroup>
77
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
88
<PropertyGroup Label="Globals">
9-
<ProjectGuid>0482db54-67dd-4948-b6bd-baf12ba83021</ProjectGuid>
10-
<RootNamespace>Microsoft.AspNet.Tools.PublishIIS.Tests</RootNamespace>
9+
<ProjectGuid>cfb3af72-0af6-44cb-8815-6e4052c7b5a0</ProjectGuid>
10+
<RootNamespace>dotnet-publish-iis.Tests</RootNamespace>
1111
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
1212
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
1313
</PropertyGroup>

test/Microsoft.AspNet.Tools.PublishIIS.Tests/project.json renamed to test/dotnet-publish-iis.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"xunit": "2.1.0",
4-
"Microsoft.AspNet.Tools.PublishIIS" : ""
4+
"dotnet-publish-iis" : ""
55
},
66

77
"frameworks": {

0 commit comments

Comments
 (0)