Skip to content

Commit

Permalink
Merge pull request #72 from JoshKeegan/specflow3.7
Browse files Browse the repository at this point in the history
v1.4: SpecFlow 3.7 support
  • Loading branch information
JoshKeegan authored Feb 16, 2021
2 parents 0f47c7b + c80fcd0 commit cf3a3b1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.3.0#
VERSION=1.4.0#

clean:
rm -r ../artefacts || true
Expand Down
2 changes: 1 addition & 1 deletion src/xRetry.SpecFlow/xRetry.SpecFlow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SpecFlow.CustomPlugin" Version="3.6.23" />
<PackageReference Include="SpecFlow.CustomPlugin" Version="3.7.13" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/xRetry.SpecFlow/xRetry.SpecFlow.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tags>SpecFlow XUnit Retry Test-Automation</tags>

<dependencies>
<dependency id="SpecFlow.xUnit" version="[3.6.23,3.7.0)" />
<dependency id="SpecFlow.xUnit" version="[3.7.13,3.8.0)" />
<dependency id="xRetry" version="[$version$]" />
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions test/UnitTests.SingleThreaded/UnitTests.SingleThreaded.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.6.23" />
<PackageReference Include="SpecFlow.xUnit" Version="3.6.23" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.7.13" />
<PackageReference Include="SpecFlow.xUnit" Version="3.7.13" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down
4 changes: 2 additions & 2 deletions test/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.6.23" />
<PackageReference Include="SpecFlow.xUnit" Version="3.6.23" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.7.13" />
<PackageReference Include="SpecFlow.xUnit" Version="3.7.13" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit cf3a3b1

Please sign in to comment.