Skip to content

Commit

Permalink
Bump Gauge.CSharp.Lib from 0.11.1 to 0.11.2 (#237)
Browse files Browse the repository at this point in the history
Bumps [Gauge.CSharp.Lib](https://github.com/getgauge/gauge-csharp-lib) from 0.11.1 to 0.11.2.
- [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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent d7b07ac commit d2ff960
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.1" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.2" />
</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.1" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.2" />
</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.1" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.2" />
</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.1" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.2" />
</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.1" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Gauge.Dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.1" />
<PackageReference Include="Gauge.CSharp.Lib" Version="0.11.2" />
<PackageReference Include="Grpc.AspNetCore" Version="2.66.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
</ItemGroup>
Expand Down

0 comments on commit d2ff960

Please sign in to comment.