Skip to content

Commit

Permalink
Update librdkafka to 2.3.0 (#39)
Browse files Browse the repository at this point in the history
* Update confluent kafka
  • Loading branch information
luisquix authored Mar 4, 2024
1 parent 08e966a commit d3d97be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions builds/csharp/nuget/build_nugets.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import fileinput
from typing import List

version = "0.6.3.0"
informal_version = "0.6.3.0"
nuget_version = "0.6.3.0"
version = "0.6.4.0"
informal_version = "0.6.4.0-dev1"
nuget_version = "0.6.4.0-dev1"


def updatecsproj(projfilepath):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="2.2.0" />
<PackageReference Include="Confluent.Kafka" Version="2.3.0" />
<PackageReference Include="Ductus.FluentDocker" Version="2.10.57" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/QuixStreams.Kafka/QuixStreams.Kafka.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="2.2.0" />
<PackageReference Include="Confluent.Kafka" Version="2.3.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
<PackageReference Include="Serilog" Version="2.12.0" />
Expand Down

0 comments on commit d3d97be

Please sign in to comment.