Skip to content

Commit 46b8d68

Browse files
committed
Merge pull request #95 from ivaylokenov/development
Updated samples with version 0.5.0
2 parents af5ddac + 7749a90 commit 46b8d68

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

documentation/MyWebApi.0.5.0.nupkg

64 Bytes
Binary file not shown.

samples/Books.Tests/Books.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<HintPath>..\packages\Moq.4.2.1507.0118\lib\net40\Moq.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
53-
<Reference Include="MyWebApi, Version=0.0.1.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\packages\MyWebApi.0.4.1\lib\net45\MyWebApi.dll</HintPath>
53+
<Reference Include="MyWebApi, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL">
54+
<HintPath>..\packages\MyWebApi.0.5.0\lib\net45\MyWebApi.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

samples/Books.Tests/app.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
4343
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
4444
</dependentAssembly>
45+
<dependentAssembly>
46+
<assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
47+
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
48+
</dependentAssembly>
4549
</assemblyBinding>
4650
</runtime>
4751
<entityFramework>

samples/Books.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
77
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
88
<package id="Moq" version="4.2.1507.0118" targetFramework="net45" />
9-
<package id="MyWebApi" version="0.4.1" targetFramework="net45" />
9+
<package id="MyWebApi" version="0.5.0" targetFramework="net45" />
1010
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
1111
<package id="NUnit" version="2.6.4" targetFramework="net45" />
1212
</packages>

0 commit comments

Comments
 (0)