Skip to content

Commit e31a0aa

Browse files
authored
v2.10.0 (#2455)
1 parent 16dd34a commit e31a0aa

File tree

13 files changed

+329
-329
lines changed

13 files changed

+329
-329
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ confluent-kafka-dotnet is distributed via NuGet. We provide the following packa
4848
To install Confluent.Kafka from within Visual Studio, search for Confluent.Kafka in the NuGet Package Manager UI, or run the following command in the Package Manager Console:
4949

5050
```
51-
Install-Package Confluent.Kafka -Version 2.8.0
51+
Install-Package Confluent.Kafka -Version 2.10.0
5252
```
5353

5454
To add a reference to a dotnet core project, execute the following at the command line:
5555

5656
```
57-
dotnet add package -v 2.8.0 Confluent.Kafka
57+
dotnet add package -v 2.10.0 Confluent.Kafka
5858
```
5959

6060
Note: `Confluent.Kafka` depends on the `librdkafka.redist` package which provides a number of different builds of `librdkafka` that are compatible with [common platforms](https://github.com/edenhill/librdkafka/wiki/librdkafka.redist-NuGet-package-runtime-libraries). If you are on one of these platforms this will all work seamlessly (and you don't need to explicitly reference `librdkafka.redist`). If you are on a different platform, you may need to [build librdkafka](https://github.com/edenhill/librdkafka#building) manually (or acquire it via other means) and load it using the [Library.Load](https://docs.confluent.io/current/clients/confluent-kafka-dotnet/api/Confluent.Kafka.Library.html#Confluent_Kafka_Library_Load_System_String_) method.

0 commit comments

Comments
 (0)