You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,18 +42,24 @@ confluent-kafka-dotnet is distributed via NuGet. We provide three packages:
42
42
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:
To add a reference to a dotnet core project, execute the following at the command line:
49
49
50
50
```
51
-
dotnet add package -v 0.11.4-RC2 Confluent.Kafka
51
+
dotnet add package -v 0.11.4-RC3 Confluent.Kafka
52
52
```
53
53
54
-
Pre-release nuget packages are available from the following nuget package source (Note: this is not a web url - you should specify it in the nuget package manger):
55
-
[https://ci.appveyor.com/nuget/confluent-kafka-dotnet](https://ci.appveyor.com/nuget/confluent-kafka-dotnet). The version suffix of these nuget packages matches the appveyor build number. You can see which commit a
56
-
particular build number corresponds to by looking at the
54
+
### Development Branch
55
+
56
+
We have started working towards a 1.0 release of the library which will occur after we add idempotence and transaction features. In order to best accomodate these and other changes,
57
+
we will be making breaking changes to the API in that release. You can track our progress on the `1.0-experimental` branch (as well as corresponding packages on
58
+
[nuget.org](https://www.nuget.org/packages/Confluent.Kafka/)). We have already added support for message headers and custom timestamps amongst other things. Note that all work on
59
+
this branch is subject to change and should not be considered production ready. All feedback is very welcome!
60
+
61
+
Also, nuget packages corresponding to all release branch commits are available from the following nuget package source (Note: this is not a web url - you should specify it in the nuget package manger):
62
+
[https://ci.appveyor.com/nuget/confluent-kafka-dotnet](https://ci.appveyor.com/nuget/confluent-kafka-dotnet). The version suffix of these nuget packages matches the appveyor build number. You can see which commit a particular build number corresponds to by looking at the
0 commit comments