Skip to content

Commit 835e4f6

Browse files
committed
Updated shouldly for better error messages
1 parent 9bcb867 commit 835e4f6

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

GitVersionCore.Tests/GitVersionCore.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
<SpecificVersion>False</SpecificVersion>
5858
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
5959
</Reference>
60-
<Reference Include="Shouldly, Version=2.4.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
61-
<SpecificVersion>False</SpecificVersion>
62-
<HintPath>..\packages\Shouldly.2.4.0\lib\net40\Shouldly.dll</HintPath>
60+
<Reference Include="Shouldly, Version=2.5.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
61+
<HintPath>..\packages\Shouldly.2.5.0\lib\net40\Shouldly.dll</HintPath>
62+
<Private>True</Private>
6363
</Reference>
6464
<Reference Include="System" />
6565
<Reference Include="System.Core" />

GitVersionCore.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<package id="Fody" version="1.28.1" targetFramework="net45" developmentDependency="true" />
77
<package id="LibGit2Sharp" version="0.20.1.0" targetFramework="net45" />
88
<package id="NUnit" version="2.6.4" targetFramework="net45" />
9-
<package id="Shouldly" version="2.4.0" targetFramework="net45" />
9+
<package id="Shouldly" version="2.5.0" targetFramework="net45" />
1010
<package id="YamlDotNet" version="3.5.1" targetFramework="net45" />
1111
</packages>

GitVersionExe.Tests/GitVersionExe.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
<SpecificVersion>False</SpecificVersion>
5454
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
5555
</Reference>
56-
<Reference Include="Shouldly, Version=2.4.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
57-
<SpecificVersion>False</SpecificVersion>
58-
<HintPath>..\packages\Shouldly.2.4.0\lib\net40\Shouldly.dll</HintPath>
56+
<Reference Include="Shouldly, Version=2.5.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
57+
<HintPath>..\packages\Shouldly.2.5.0\lib\net40\Shouldly.dll</HintPath>
58+
<Private>True</Private>
5959
</Reference>
6060
<Reference Include="System" />
6161
<Reference Include="System.Core" />

GitVersionExe.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<package id="LibGit2Sharp" version="0.20.1.0" targetFramework="net45" />
66
<package id="NSubstitute" version="1.8.1.0" targetFramework="net45" />
77
<package id="NUnit" version="2.6.4" targetFramework="net45" />
8-
<package id="Shouldly" version="2.4.0" targetFramework="net45" />
8+
<package id="Shouldly" version="2.5.0" targetFramework="net45" />
99
</packages>

GitVersionTask.Tests/GitVersionTask.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<SpecificVersion>False</SpecificVersion>
8181
<HintPath>..\packages\ObjectApproval.1.0.0\Lib\NET40\ObjectApproval.dll</HintPath>
8282
</Reference>
83-
<Reference Include="Shouldly, Version=2.4.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
84-
<SpecificVersion>False</SpecificVersion>
85-
<HintPath>..\packages\Shouldly.2.4.0\lib\net40\Shouldly.dll</HintPath>
83+
<Reference Include="Shouldly, Version=2.5.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
84+
<HintPath>..\packages\Shouldly.2.5.0\lib\net40\Shouldly.dll</HintPath>
85+
<Private>True</Private>
8686
</Reference>
8787
<Reference Include="System" />
8888
<Reference Include="System.Collections.Immutable">

GitVersionTask.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<package id="ModuleInit.Fody" version="1.5.6.0" targetFramework="net45" developmentDependency="true" />
1212
<package id="NUnit" version="2.6.4" targetFramework="net45" />
1313
<package id="ObjectApproval" version="1.0.0" targetFramework="net45" />
14-
<package id="Shouldly" version="2.4.0" targetFramework="net45" />
14+
<package id="Shouldly" version="2.5.0" targetFramework="net45" />
1515
<package id="System.Collections.Immutable" version="1.1.32-beta" targetFramework="net45" />
1616
<package id="System.Reflection.Metadata" version="1.0.17-beta" targetFramework="net45" />
1717
</packages>

0 commit comments

Comments
 (0)