Skip to content

Commit

Permalink
SpecFlow 3.5.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKeegan committed Nov 13, 2020
1 parent 5941e9b commit be5379f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.1.0#
VERSION=1.2.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.4.31" />
<PackageReference Include="SpecFlow.CustomPlugin" Version="3.5.5" />
</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.4.3,3.5.0)" />
<dependency id="SpecFlow.xUnit" version="[3.5.5,3.6.0)" />
<dependency id="xRetry" version="[$version$]" />
</dependencies>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions test/UnitTests.SingleThreaded/UnitTests.SingleThreaded.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
Expand All @@ -18,8 +18,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.4.31" />
<PackageReference Include="SpecFlow.xUnit" Version="3.4.31" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.5.5" />
<PackageReference Include="SpecFlow.xUnit" Version="3.5.5" />
<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.0" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.4.31" />
<PackageReference Include="SpecFlow.xUnit" Version="3.4.31" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.5.5" />
<PackageReference Include="SpecFlow.xUnit" Version="3.5.5" />
<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 be5379f

Please sign in to comment.