Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: camunda-community-hub/zeebe-client-csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7b9ed8ec1430a767ab8aae64f24420ad6c65db4b
Choose a base ref
..
head repository: camunda-community-hub/zeebe-client-csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a9a0bf7a952305a5bd20c0649895ec350ac746aa
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 Client.IntegrationTests/Client.IntegrationTests.csproj
  2. +1 −1 Client.UnitTests/Client.UnitTests.csproj
  3. +1 −1 Client/Client.csproj
2 changes: 1 addition & 1 deletion Client.IntegrationTests/Client.IntegrationTests.csproj
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
<PackageReference Include="NLog.Extensions.Logging" Version="5.0.4" />
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="TestContainers" Version="0.0.2.107" />
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118" />
</ItemGroup>
2 changes: 1 addition & 1 deletion Client.UnitTests/Client.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<PackageReference Include="NLog" Version="5.0.4" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Update="StyleCop.Analyzers" Version="1.1.118" />
</ItemGroup>

2 changes: 1 addition & 1 deletion Client/Client.csproj
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ This release is based on the Zeebe 1.3.X release (https://github.com/zeebe-io/ze
<PackageReference Include="Google.Protobuf" version="3.21.6" />
<PackageReference Include="Grpc" version="2.46.5" />
<PackageReference Include="Grpc.Auth" Version="2.49.0" />
<PackageReference Include="Grpc.Core" version="2.46.3" />
<PackageReference Include="Grpc.Core" version="2.46.5" />
<PackageReference Include="Grpc.Tools" version="2.49.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>