Skip to content

Commit

Permalink
use Gauge.CSharp.Lib 0.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: sriv <[email protected]>
  • Loading branch information
sriv committed Mar 7, 2024
1 parent 7f9c86b commit 4db0c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 7.0",
"version": "0.0.25",
"version": "0.0.26",
"postInstallCmd": "",
"postInstallMsg": "Run specifications with \"gauge run specs/\"."
}
2 changes: 1 addition & 1 deletion netcore-template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.11.0" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.10.0" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.10.1" />
</ItemGroup>

</Project>

0 comments on commit 4db0c02

Please sign in to comment.