Skip to content

Commit 9ac85e9

Browse files
committed
Merge pull request #21 from BrainCrumbz/nsubstitute_1_9_2
Update to NSubstitute v1.9.2
2 parents 108a8be + 6f5052a commit 9ac85e9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
40-
<Reference Include="NSubstitute, Version=1.8.2.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
41-
<HintPath>..\packages\NSubstitute.1.8.2.0\lib\net40\NSubstitute.dll</HintPath>
40+
<Reference Include="NSubstitute, Version=1.9.2.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
41+
<HintPath>..\packages\NSubstitute.1.9.2.0\lib\net40\NSubstitute.dll</HintPath>
4242
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
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.8.2.0" targetFramework="net40" />
4+
<package id="NSubstitute" version="1.9.2.0" targetFramework="net40" />
55
<package id="NUnit" version="2.6.3" targetFramework="net40" />
66
</packages>

AutofacContrib.NSubstitute/AutofacContrib.NSubstitute.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
49-
<Reference Include="NSubstitute, Version=1.8.2.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
50-
<HintPath>..\packages\NSubstitute.1.8.2.0\lib\net40\NSubstitute.dll</HintPath>
49+
<Reference Include="NSubstitute, Version=1.9.2.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
50+
<HintPath>..\packages\NSubstitute.1.9.2.0\lib\net40\NSubstitute.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="System" />

AutofacContrib.NSubstitute/AutofacContrib.NSubstitute.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
en-US
3030
</language>
3131
<dependencies>
32-
<dependency id="NSubstitute" version="1.8.2.0" />
32+
<dependency id="NSubstitute" version="1.9.2.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.8.2.0" targetFramework="net40" />
4+
<package id="NSubstitute" version="1.9.2.0" targetFramework="net40" />
55
</packages>

0 commit comments

Comments
 (0)