Skip to content

Commit

Permalink
Release preview 2 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
xqrzd authored Jun 25, 2020
1 parent 95223c6 commit 3973e81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Kudu provides a combination of fast inserts/updates and efficient columnar scans
This client is in preview and isn't quite ready for production use.
Issue [#17](/../../issues/17) tracks the remaining work for the first stable release.

You can get the preview package on Nuget.
You can get the preview package on [Nuget](https://www.nuget.org/packages/Knet.Kudu.Client).

## Supported Versions
This library supports Apache Kudu 1.3 and newer. The newest version of this library
Expand Down
2 changes: 1 addition & 1 deletion src/Knet.Kudu.Client/Knet.Kudu.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<NoWarn>CS1591</NoWarn>

<PackageId>$(AssemblyName)</PackageId>
<Version>0.1.0-preview.1</Version>
<Version>0.1.0-preview.2</Version>
<Authors>xqrzd</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>.NET client for Apache Kudu</Description>
Expand Down

0 comments on commit 3973e81

Please sign in to comment.