Skip to content

Commit a2a2baa

Browse files
authored
Merge pull request #22 from BrainCrumbz/nsubstitute_1_10_0
Update to NSubstitute v1.10.0
2 parents e46ca3d + 96a5619 commit a2a2baa

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

AutofacContrib.NSubstitute.Tests/AutofacContrib.NSubstitute.Tests.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
39-
<Reference Include="NSubstitute, Version=1.9.2.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
40-
<HintPath>..\packages\NSubstitute.1.9.2.0\lib\net40\NSubstitute.dll</HintPath>
39+
<Reference Include="NSubstitute, Version=1.10.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
40+
<HintPath>..\packages\NSubstitute.1.10.0.0\lib\net40\NSubstitute.dll</HintPath>
4141
<Private>True</Private>
4242
</Reference>
4343
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
@@ -78,4 +78,4 @@
7878
<Target Name="AfterBuild">
7979
</Target>
8080
-->
81-
</Project>
81+
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Autofac" version="3.5.2" targetFramework="net40" />
4-
<package id="NSubstitute" version="1.9.2.0" targetFramework="net40" />
4+
<package id="NSubstitute" version="1.10.0.0" targetFramework="net40" />
55
<package id="NUnit" version="2.6.3" targetFramework="net40" />
66
</packages>

AutofacContrib.NSubstitute/AutofacContrib.NSubstitute.csproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
48-
<Reference Include="NSubstitute, Version=1.9.2.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
49-
<HintPath>..\packages\NSubstitute.1.9.2.0\lib\net40\NSubstitute.dll</HintPath>
48+
<Reference Include="NSubstitute, Version=1.10.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
49+
<HintPath>..\packages\NSubstitute.1.10.0.0\lib\net40\NSubstitute.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
5252
<Reference Include="System" />
@@ -58,7 +58,9 @@
5858
<Reference Include="System.Xml" />
5959
</ItemGroup>
6060
<ItemGroup>
61-
<None Include="AutofacContrib.NSubstitute.nuspec" />
61+
<None Include="AutofacContrib.NSubstitute.nuspec">
62+
<SubType>Designer</SubType>
63+
</None>
6264
<Compile Include="AutoSubstitute.cs" />
6365
<Compile Include="NSubstituteRegistrationHandler.cs" />
6466
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -77,4 +79,4 @@
7779
<Target Name="AfterBuild">
7880
</Target>
7981
-->
80-
</Project>
82+
</Project>

AutofacContrib.NSubstitute/AutofacContrib.NSubstitute.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<package>
33
<metadata>
44
<id>
5-
AutofacContrib.NSubstitute
5+
AutofacContrib.NSubstitute
66
</id>
77
<version>
88
3.0.0
@@ -29,7 +29,7 @@
2929
en-US
3030
</language>
3131
<dependencies>
32-
<dependency id="NSubstitute" version="1.9.2.0" />
32+
<dependency id="NSubstitute" version="1.10.0.0" />
3333
<dependency id="Autofac" version="3.5.2" />
3434
</dependencies>
3535
</metadata>
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Autofac" version="3.5.2" targetFramework="net40" />
4-
<package id="NSubstitute" version="1.9.2.0" targetFramework="net40" />
4+
<package id="NSubstitute" version="1.10.0.0" targetFramework="net40" />
55
</packages>

0 commit comments

Comments
 (0)