Skip to content

Commit

Permalink
Merge pull request #30 from mpekurny/master
Browse files Browse the repository at this point in the history
Updating versions of Gauge lib and Fluent Assertions
  • Loading branch information
sriv authored Nov 28, 2024
2 parents 033c017 + 19d0647 commit 7b1bc7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dotnet",
"description": "Gauge template for C# with .NET 8.0",
"version": "0.0.30",
"version": "0.0.31",
"postInstallCmd": "",
"postInstallMsg": "Run specifications with \"gauge run specs/\"."
}
4 changes: 2 additions & 2 deletions netcore-template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.1" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.12.*" />
</ItemGroup>

</Project>

0 comments on commit 7b1bc7f

Please sign in to comment.