File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ client. Thanks Andreas!
2929
3030## Usage
3131
32- Reference the [ Confluent.Kafka NuGet package] ( https://www.nuget.org/packages/Confluent.Kafka/ ) (version 0.9.5-RC5 ).
32+ Reference the [ Confluent.Kafka NuGet package] ( https://www.nuget.org/packages/Confluent.Kafka/ ) (version 0.9.5).
3333
3434To install confluent-kafka-dotnet from within Visual Studio, run the following command in the Package Manager Console:
3535
3636```
37- Install-Package Confluent.Kafka -Pre -Version 0.9.5-RC5
37+ Install-Package Confluent.Kafka -Pre -Version 0.9.5
3838```
3939
40- To reference in a dotnet core project, add ` "Confluent.Kafka": "0.9.5-RC5 " ` to the dependencies section of the project.json file.
40+ To reference in a dotnet core project, add ` "Confluent.Kafka": "0.9.5" ` to the dependencies section of the project.json file.
4141
4242## Examples
4343
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <VersionPrefix >0.9.5-RC5 </VersionPrefix >
4+ <VersionPrefix >0.9.5</VersionPrefix >
55 <TargetFrameworks >net45;netstandard1.3</TargetFrameworks >
66 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
77 <GenerateDocumentationFile >true</GenerateDocumentationFile >
You can’t perform that action at this time.
0 commit comments