Skip to content

Commit

Permalink
#67 Upgraded to latest version of gherkin parser, 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
x97mdr committed Mar 13, 2012
1 parent 439f994 commit 12736f8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions src/Pickles/Pickles.Test/Pickles.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="gherkin, Version=2.6.8.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\gherkin.2.6.8\lib\gherkin.dll</HintPath>
<Reference Include="gherkin, Version=2.9.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\gherkin.2.9.0\lib\gherkin.dll</HintPath>
</Reference>
<Reference Include="IKVM.AWT.WinForms, Version=0.46.0.1, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
<HintPath>..\packages\IKVM.0.46.0.1\lib\net20\IKVM.AWT.WinForms.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/Pickles/Pickles.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="gherkin" version="2.6.8" />
<package id="gherkin" version="2.9.0" />
<package id="IKVM" version="0.46.0.1" />
<package id="MarkdownSharp" version="1.13.0.0" />
<package id="Moq" version="4.0.10827" />
Expand Down
5 changes: 3 additions & 2 deletions src/Pickles/Pickles/Pickles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
<Private>True</Private>
<HintPath>..\packages\DocumentFormat.OpenXml.1.0\lib\DocumentFormat.OpenXml.dll</HintPath>
</Reference>
<Reference Include="gherkin">
<HintPath>..\packages\gherkin.2.6.8\lib\gherkin.dll</HintPath>
<Reference Include="gherkin, Version=2.9.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\gherkin.2.9.0\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
2 changes: 1 addition & 1 deletion src/Pickles/Pickles/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DocumentFormat.OpenXml" version="1.0" />
<package id="gherkin" version="2.6.8" />
<package id="gherkin" version="2.9.0" />
<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 12736f8

Please sign in to comment.