Rename to WireMock.Net

This commit is contained in:
Stef Heyenrath
2017-01-24 22:28:08 +01:00
parent 4809fed513
commit 3cb1a6d2e1
65 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ A C# .NET version based on https://github.com/alexvictoor/WireMock which tries t
[![Build status](https://ci.appveyor.com/api/projects/status/b3n6q3ygbww4lyls?svg=true)](https://ci.appveyor.com/project/StefH/wiremock-net)
[![Version](https://img.shields.io/nuget/v/System.Linq.Dynamic.Core.svg)](https://www.nuget.org/packages/System.Linq.Dynamic.Core)
[![Version](https://img.shields.io/nuget/v/WireMock.Net.svg)](https://www.nuget.org/packages/WireMock.Net)
Based on class HttpListener from the .net framework, it is very lightweight and have no external dependencies.

View File

@@ -12,7 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WireMock", "src\WireMock\WireMock.xproj", "{D3804228-91F4-4502-9595-39584E5A01AD}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "WireMock", "src\WireMock.Net\WireMock.Net.xproj", "{D3804228-91F4-4502-9595-39584E5A01AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{F0C22C47-DF71-463C-9B04-B4E0F3B8708A}"
EndProject

View File

@@ -40,7 +40,7 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="WireMock">
<HintPath>..\..\src\WireMock\bin\$(Configuration)\net45\WireMock.dll</HintPath>
<HintPath>..\..\src\WireMock.Net\bin\$(Configuration)\net45\WireMock.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>

View File

@@ -1,3 +1,3 @@
dotnet restore
dotnet pack -c Release WireMock\project.json
dotnet pack -c Release WireMock.Net\project.json
pause

View File

@@ -55,7 +55,7 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="WireMock">
<HintPath>..\..\src\WireMock\bin\$(Configuration)\net45\WireMock.dll</HintPath>
<HintPath>..\..\src\WireMock.Net\bin\$(Configuration)\net45\WireMock.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>