Skip to content

Commit

Permalink
Bump Gauge.CSharp.Lib from 0.11.2 to 0.11.3 (#238)
Browse files Browse the repository at this point in the history
* Bump Gauge.CSharp.Lib from 0.11.2 to 0.11.3

Bumps [Gauge.CSharp.Lib](https://github.com/getgauge/gauge-csharp-lib) from 0.11.2 to 0.11.3.
- [Commits](https://github.com/getgauge/gauge-csharp-lib/commits)

---
updated-dependencies:
- dependency-name: Gauge.CSharp.Lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump version

Signed-off-by: Chad Wilson <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Chad Wilson <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chad Wilson <[email protected]>
  • Loading branch information
dependabot[bot] and chadlwilson authored Oct 3, 2024
1 parent d2ff960 commit 48e0d81
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _testdata/ReferenceDllProject/ReferenceDll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.2" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion _testdata/ReferenceProject/ReferenceProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.2" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion _testdata/Sample/IntegrationTestSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.2" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.3" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.2" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.2" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.3" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Gauge.Dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<PackageId>Runner.NetCore30</PackageId>
<Authors>The Gauge Team</Authors>
<Version>0.7.1</Version>
<Version>0.7.2</Version>
<Company>ThoughtWorks Inc.</Company>
<Product>Gauge</Product>
<Description>C# runner for Gauge. https://gauge.org</Description>
Expand All @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.2" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.3" />
<PackageReference Include="Grpc.AspNetCore" Version="2.66.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "dotnet",
"version": "0.7.1",
"version": "0.7.2",
"description": "C# support for gauge + .NET 6.0/7.0/8.0",
"run": {
"windows": [
Expand Down

0 comments on commit 48e0d81

Please sign in to comment.