Skip to content

Commit 7395274

Browse files
committed
release versioning
1 parent bf33fef commit 7395274

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3434
To 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

src/Confluent.Kafka/Confluent.Kafka.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)