Skip to content

Commit

Permalink
Upgrade Fixie to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
plioi committed Mar 28, 2014
1 parent 371cb8d commit d34cead
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ properties {
task default -depends Test

task Test -depends Compile {
$fixieRunner = join-path $src "packages\Fixie.0.0.1.144\lib\net45\Fixie.Console.exe"
$fixieRunner = join-path $src "packages\Fixie.0.0.1.158\lib\net45\Fixie.Console.exe"
exec { & $fixieRunner $src\$project.Test\bin\$configuration\$project.Test.dll }
exec { & $fixieRunner $src\$project.IntegrationTest\bin\$configuration\$project.IntegrationTest.dll }
}
Expand Down
2 changes: 1 addition & 1 deletion src/Rook.IntegrationTest/Rook.IntegrationTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Fixie">
<HintPath>..\packages\Fixie.0.0.1.144\lib\net45\Fixie.dll</HintPath>
<HintPath>..\packages\Fixie.0.0.1.158\lib\net45\Fixie.dll</HintPath>
</Reference>
<Reference Include="Should">
<HintPath>..\packages\Should.1.1.20\lib\Should.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/Rook.IntegrationTest/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Fixie" version="0.0.1.144" targetFramework="net45" />
<package id="Fixie" version="0.0.1.158" targetFramework="net45" />
<package id="Should" version="1.1.20" targetFramework="net45" />
</packages>
5 changes: 2 additions & 3 deletions src/Rook.Test/Rook.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Fixie, Version=0.0.1.144, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Fixie.0.0.1.144\lib\net45\Fixie.dll</HintPath>
<Reference Include="Fixie">
<HintPath>..\packages\Fixie.0.0.1.158\lib\net45\Fixie.dll</HintPath>
</Reference>
<Reference Include="Parsley, Version=0.0.5.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Rook.Test/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Fixie" version="0.0.1.144" targetFramework="net45" />
<package id="Fixie" version="0.0.1.158" targetFramework="net45" />
<package id="Parsley" version="0.0.5.0" targetFramework="net45" />
<package id="Should" version="1.1.20" targetFramework="net45" />
</packages>

0 comments on commit d34cead

Please sign in to comment.