diff --git a/NuGet/PZone.SDK.XRM.8.0.2.0.nupkg b/NuGet/PZone.SDK.XRM.8.0.2.0.nupkg
new file mode 100644
index 0000000..e2619f6
Binary files /dev/null and b/NuGet/PZone.SDK.XRM.8.0.2.0.nupkg differ
diff --git a/README.md b/README.md
index e31a154..e383858 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,15 @@ Common assembly for MS Dynamics development.
Documentation:
## Install from NuGet
-NuGet Package Page
+NuGet Package Page
-PM> Install-Package PZone.SDK.XRM
\ No newline at end of file
+PM> Install-Package PZone.SDK.XRM
+
+## Download
+
+Latest release
\ No newline at end of file
diff --git a/Source/PZone.Xrm/PZone.Xrm.csproj b/Source/PZone.Xrm/PZone.Xrm.csproj
index 3206143..1d56d86 100644
--- a/Source/PZone.Xrm/PZone.Xrm.csproj
+++ b/Source/PZone.Xrm/PZone.Xrm.csproj
@@ -8,7 +8,7 @@
Library
Properties
PZone.Xrm
- PZone.Xrm
+ PZone.SDK.Xrm
v4.5.2
512
@@ -20,7 +20,7 @@
DEBUG;TRACE
prompt
4
- bin\Debug\PZone.Xrm.xml
+ bin\Debug\PZone.SDK.Xrm.xml
pdbonly
@@ -29,7 +29,7 @@
TRACE
prompt
4
- bin\Release\PZone.Xrm.xml
+ bin\Release\PZone.SDK.Xrm.xml
true
diff --git a/Source/PZone.Xrm/Properties/AssemblyInfo.cs b/Source/PZone.Xrm/Properties/AssemblyInfo.cs
index 1bd7473..4ab8054 100644
--- a/Source/PZone.Xrm/Properties/AssemblyInfo.cs
+++ b/Source/PZone.Xrm/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("8.0.1.0")]
-[assembly: AssemblyFileVersion("8.0.1.0")]
+[assembly: AssemblyVersion("8.0.2.0")]
+[assembly: AssemblyFileVersion("8.0.2.0")]
diff --git a/docs/README.md b/docs/README.md
index c42a53d..0043fbd 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,5 +1,5 @@
# PZone SDK XRM
Common assembly for MS Dynamics development.
\ No newline at end of file