Skip to content

Commit

Permalink
Upgrade Parsley to 0.0.7-beta-0013
Browse files Browse the repository at this point in the history
  • Loading branch information
plioi committed Jun 20, 2016
1 parent f9bed6a commit 386b599
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Rook.Compiling/Rook.Compiling.csproj
Expand Up @@ -57,7 +57,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Parsley, Version=0.0.7.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Parsley.0.0.7-beta-0008\lib\net452\Parsley.dll</HintPath>
<HintPath>..\packages\Parsley.0.0.7-beta-0013\lib\net452\Parsley.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion src/Rook.Compiling/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Parsley" version="0.0.7-beta-0008" targetFramework="net452" />
<package id="Parsley" version="0.0.7-beta-0013" targetFramework="net452" />
</packages>
2 changes: 1 addition & 1 deletion src/Rook.Test/Rook.Test.csproj
Expand Up @@ -61,7 +61,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Parsley, Version=0.0.7.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Parsley.0.0.7-beta-0008\lib\net452\Parsley.dll</HintPath>
<HintPath>..\packages\Parsley.0.0.7-beta-0013\lib\net452\Parsley.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Should, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/Rook.Test/packages.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Fixie" version="1.0.0.41" targetFramework="net45" />
<package id="Parsley" version="0.0.7-beta-0008" targetFramework="net452" />
<package id="Parsley" version="0.0.7-beta-0013" targetFramework="net452" />
<package id="Should" version="1.1.20" targetFramework="net45" />
</packages>

0 comments on commit 386b599

Please sign in to comment.