Skip to content

Commit 18a3ffe

Browse files
authored
-> librdkafka 1.0-RC9 (#840)
1 parent 4c2bc3c commit 18a3ffe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## New Features
44

55
- Added GET subject versions to the cached schema registry client.
6-
- References librdkafka.redist [1.0.0-RC8](https://github.com/edenhill/librdkafka/releases/tag/v1.0.0-RC8)
6+
- References librdkafka.redist [1.0.0-RC9](https://github.com/edenhill/librdkafka/releases/tag/v1.0.0-RC9)
77
- supports apline linux out-of-the-box.
88
- fallback support (that excludes security features) for most linux distributions previously unsuppored out-of-the-box.
99
- fixed a dependency issue on MacOS

src/Confluent.Kafka/Confluent.Kafka.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="librdkafka.redist" Version="1.0.0-RC8">
22+
<PackageReference Include="librdkafka.redist" Version="1.0.0-RC9">
2323
<PrivateAssets Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">None</PrivateAssets>
2424
</PackageReference>
2525
<PackageReference Include="System.Memory" Version="4.5.0" />

test/Confluent.Kafka.StrongName.UnitTests/Confluent.Kafka.StrongName.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</ItemGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="librdkafka.redist" Version="1.0.0-RC8" />
33+
<PackageReference Include="librdkafka.redist" Version="1.0.0-RC9" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

0 commit comments

Comments
 (0)