diff --git a/.gitignore b/.gitignore
index ec58dae..afb1542 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,5 +34,5 @@ project.lock.json
bower_components/
node_modules/
*.TMP
-
+*.nupkg
diff --git a/WebApiThrottle/Properties/AssemblyInfo.cs b/WebApiThrottle/Properties/AssemblyInfo.cs
index 950c1c4..b3b9643 100644
--- a/WebApiThrottle/Properties/AssemblyInfo.cs
+++ b/WebApiThrottle/Properties/AssemblyInfo.cs
@@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("WebApiThrottle")]
+[assembly: AssemblyTitle("LiquidThinking.WebApiThrottle")]
[assembly: AssemblyDescription("Throttling handler and filter for ASP.NET Web API v2")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("stefanprodan.com")]
-[assembly: AssemblyProduct("WebApiThrottle")]
+[assembly: AssemblyProduct("LiquidThinking.WebApiThrottle")]
[assembly: AssemblyCopyright("Copyright Stefan Prodan © 2013-2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -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("1.4.0.0")]
-[assembly: AssemblyFileVersion("1.4.0.0")]
+[assembly: AssemblyVersion("1.6.0.0")]
+[assembly: AssemblyFileVersion("1.6.0.0")]
diff --git a/WebApiThrottle/WebApiThrottle.csproj b/WebApiThrottle/WebApiThrottle.csproj
index 300764b..17275ae 100644
--- a/WebApiThrottle/WebApiThrottle.csproj
+++ b/WebApiThrottle/WebApiThrottle.csproj
@@ -8,7 +8,7 @@
Library
Properties
WebApiThrottle
- WebApiThrottle
+ LiquidThinking.WebApiThrottle
v4.5
512
..\