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