Skip to content

Commit

Permalink
#42 Updated references to use the new gherkin NuGet package and modif…
Browse files Browse the repository at this point in the history
…ied the references to Should/Should.Fluent to be NuGet packages
  • Loading branch information
Jeffrey Cameron committed Nov 29, 2011
1 parent 71f6e75 commit ff08e56
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
Binary file removed lib/gherkin/gherkin-2.5.3.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions src/Pickles/Pickles.Example/Pickles.Example.csproj
Expand Up @@ -42,6 +42,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
</Reference>
<Reference Include="Should">
<HintPath>..\packages\Should.1.1.12.0\lib\Should.dll</HintPath>
</Reference>
<Reference Include="Should.Fluent">
<HintPath>..\packages\ShouldFluent.1.1.12.0\lib\Should.Fluent.dll</HintPath>
</Reference>
Expand Down
1 change: 1 addition & 0 deletions src/Pickles/Pickles.Example/packages.config
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.5.10.11092" />
<package id="Should" version="1.1.12.0" />
<package id="ShouldFluent" version="1.1.12.0" />
<package id="SpecFlow" version="1.7.1" />
<package id="SpecFlow" version="1.8.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/Pickles/Pickles/Pickles.csproj
Expand Up @@ -34,8 +34,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="gherkin-2.5.3">
<HintPath>..\..\..\lib\gherkin\gherkin-2.5.3.dll</HintPath>
<Reference Include="gherkin">
<HintPath>..\packages\gherkin.2.6.8\lib\gherkin.dll</HintPath>
</Reference>
<Reference Include="IKVM.AWT.WinForms">
<HintPath>..\packages\IKVM.0.46.0.1\lib\net20\IKVM.AWT.WinForms.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions src/Pickles/Pickles/packages.config
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="gherkin" version="2.6.8" />
<package id="IKVM" version="0.46.0.1" />
<package id="log4net" version="1.2.10" />
<package id="MarkdownSharp" version="1.13.0.0" />
Expand Down

0 comments on commit ff08e56

Please sign in to comment.