Skip to content

Commit

Permalink
Upgrade to mspec 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach committed Jan 9, 2012
1 parent 666bfd7 commit c5ceefd
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 16 deletions.
Expand Up @@ -13,9 +13,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\FluentAssertions.1.6.0\Lib\net40\FluentAssertions.dll</HintPath>
</Reference>
<Reference Include="Machine.Specifications, Version=0.5.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Machine.Specifications.0.5.1.0\lib\Machine.Specifications.dll</HintPath>
<Reference Include="Machine.Specifications">
<HintPath>..\packages\Machine.Specifications.0.5.2.0\lib\Machine.Specifications.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FluentAssertions" version="1.6.0" />
<package id="Machine.Specifications" version="0.5.1.0" />
<package id="Machine.Specifications" version="0.5.2.0" />
<package id="xunit" version="1.9.0.1566" />
</packages>
Expand Up @@ -15,9 +15,8 @@
<Reference Include="FluentAssertions">
<HintPath>..\packages\FluentAssertions.1.6.0\Lib\net40\FluentAssertions.dll</HintPath>
</Reference>
<Reference Include="Machine.Specifications, Version=0.5.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Machine.Specifications.0.5.1.0\lib\Machine.Specifications.dll</HintPath>
<Reference Include="Machine.Specifications">
<HintPath>..\packages\Machine.Specifications.0.5.2.0\lib\Machine.Specifications.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FluentAssertions" version="1.6.0" />
<package id="Machine.Specifications" version="0.5.1.0" />
<package id="Machine.Specifications" version="0.5.2.0" />
<package id="Moq" version="4.0.10827" />
<package id="xunit" version="1.9.0.1566" />
<package id="xunit.extensions" version="1.9.0.1566" />
Expand Down
Expand Up @@ -15,9 +15,8 @@
<Reference Include="FluentAssertions">
<HintPath>..\packages\FluentAssertions.1.6.0\Lib\net40\FluentAssertions.dll</HintPath>
</Reference>
<Reference Include="Machine.Specifications, Version=0.5.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Machine.Specifications.0.5.1.0\lib\Machine.Specifications.dll</HintPath>
<Reference Include="Machine.Specifications">
<HintPath>..\packages\Machine.Specifications.0.5.2.0\lib\Machine.Specifications.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FluentAssertions" version="1.6.0" />
<package id="Machine.Specifications" version="0.5.1.0" />
<package id="Machine.Specifications" version="0.5.2.0" />
<package id="Moq" version="4.0.10827" />
</packages>
Expand Up @@ -18,9 +18,8 @@
<Reference Include="FluentAssertions">
<HintPath>..\packages\FluentAssertions.1.6.0\Lib\net40\FluentAssertions.dll</HintPath>
</Reference>
<Reference Include="Machine.Specifications, Version=0.5.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Machine.Specifications.0.5.1.0\lib\Machine.Specifications.dll</HintPath>
<Reference Include="Machine.Specifications">
<HintPath>..\packages\Machine.Specifications.0.5.2.0\lib\Machine.Specifications.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FluentAssertions" version="1.6.0" />
<package id="Machine.Specifications" version="0.5.1.0" />
<package id="Machine.Specifications" version="0.5.2.0" />
<package id="xunit" version="1.9.0.1566" />
</packages>

0 comments on commit c5ceefd

Please sign in to comment.