diff --git a/README.md b/README.md
index cf1ea3c..487d866 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,17 @@
 # Contenda .NET SDK
 
-**Contenda** is the content catalyst for developer advocates. 
+**Contenda** is the content catalyst for developer advocates - learn more at ✨ https://contenda.co ✨
 
 A .NET Standard 2.0 library to help you use Contenda's APIs in your .NET projects!
 
 ![](https://img.shields.io/badge/platform-any-green.svg?longCache=true&style=flat-square) ![](https://img.shields.io/badge/nuget-yes-green.svg?longCache=true&style=flat-square) ![](https://img.shields.io/badge/license-MIT-blue.svg?longCache=true&style=flat-square)
 
+## Installation
+
+Install the `Contenda.Sdk` NuGet package.
+
+The most up to date version is available here: https://www.nuget.org/packages/Contenda.Sdk
+
 ## Usage
 
 Refer to the `Contenda.SdkDemo` project to see example code using this SDK.
diff --git a/sources/Contenda/Contenda.Sdk/Contenda.Sdk.csproj b/sources/Contenda/Contenda.Sdk/Contenda.Sdk.csproj
index 0ed01cf..c6cb994 100644
--- a/sources/Contenda/Contenda.Sdk/Contenda.Sdk.csproj
+++ b/sources/Contenda/Contenda.Sdk/Contenda.Sdk.csproj
@@ -15,6 +15,9 @@
 	<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
 	<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
 	<PackageProjectUrl>https://github.com/Contenda-Team/contenda-dotnet-sdk</PackageProjectUrl>
+	<PackageLicenseExpression>MIT</PackageLicenseExpression>
+	<Version>0.1.0</Version>
+	<RepositoryUrl>https://github.com/Contenda-Team/contenda-dotnet-sdk</RepositoryUrl>
   </PropertyGroup>
 
 	<ItemGroup>