From 3973e81b778fbe873f0c393e29e9078ae8dd0ee9 Mon Sep 17 00:00:00 2001
From: xqrzd <4950876+xqrzd@users.noreply.github.com>
Date: Wed, 24 Jun 2020 22:48:36 -0400
Subject: [PATCH] Release preview 2 (#118)
---
README.md | 2 +-
src/Knet.Kudu.Client/Knet.Kudu.Client.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index fc717218..2dca0772 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/src/Knet.Kudu.Client/Knet.Kudu.Client.csproj b/src/Knet.Kudu.Client/Knet.Kudu.Client.csproj
index a6e7a386..906e55e5 100644
--- a/src/Knet.Kudu.Client/Knet.Kudu.Client.csproj
+++ b/src/Knet.Kudu.Client/Knet.Kudu.Client.csproj
@@ -7,7 +7,7 @@
CS1591
$(AssemblyName)
- 0.1.0-preview.1
+ 0.1.0-preview.2
xqrzd
true
.NET client for Apache Kudu