diff --git a/Src/SocketIoClientDotNet.net45/Properties/AssemblyInfo.cs b/Src/SocketIoClientDotNet.net45/Properties/AssemblyInfo.cs
index 8a145d3..c909450 100644
--- a/Src/SocketIoClientDotNet.net45/Properties/AssemblyInfo.cs
+++ b/Src/SocketIoClientDotNet.net45/Properties/AssemblyInfo.cs
@@ -31,5 +31,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("0.9.0")]
-[assembly: AssemblyFileVersion("0.9.0")]
+[assembly: AssemblyVersion("0.9.1")]
+[assembly: AssemblyFileVersion("0.9.1")]
diff --git a/Src/SocketIoClientDotNet.netcore45/Properties/AssemblyInfo.cs b/Src/SocketIoClientDotNet.netcore45/Properties/AssemblyInfo.cs
index 8a145d3..c909450 100644
--- a/Src/SocketIoClientDotNet.netcore45/Properties/AssemblyInfo.cs
+++ b/Src/SocketIoClientDotNet.netcore45/Properties/AssemblyInfo.cs
@@ -31,5 +31,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("0.9.0")]
-[assembly: AssemblyFileVersion("0.9.0")]
+[assembly: AssemblyVersion("0.9.1")]
+[assembly: AssemblyFileVersion("0.9.1")]
diff --git a/Src/SocketIoClientDotNet.portable-wpa81+wp81/Properties/AssemblyInfo.cs b/Src/SocketIoClientDotNet.portable-wpa81+wp81/Properties/AssemblyInfo.cs
index 8a145d3..c909450 100644
--- a/Src/SocketIoClientDotNet.portable-wpa81+wp81/Properties/AssemblyInfo.cs
+++ b/Src/SocketIoClientDotNet.portable-wpa81+wp81/Properties/AssemblyInfo.cs
@@ -31,5 +31,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("0.9.0")]
-[assembly: AssemblyFileVersion("0.9.0")]
+[assembly: AssemblyVersion("0.9.1")]
+[assembly: AssemblyFileVersion("0.9.1")]
diff --git a/Src/SocketIoClientDotNet.windowsphone8/Properties/AssemblyInfo.cs b/Src/SocketIoClientDotNet.windowsphone8/Properties/AssemblyInfo.cs
index 8a145d3..c909450 100644
--- a/Src/SocketIoClientDotNet.windowsphone8/Properties/AssemblyInfo.cs
+++ b/Src/SocketIoClientDotNet.windowsphone8/Properties/AssemblyInfo.cs
@@ -31,5 +31,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("0.9.0")]
-[assembly: AssemblyFileVersion("0.9.0")]
+[assembly: AssemblyVersion("0.9.1")]
+[assembly: AssemblyFileVersion("0.9.1")]
diff --git a/grunt/config.json b/grunt/config.json
index ffda5d5..bd41b12 100644
--- a/grunt/config.json
+++ b/grunt/config.json
@@ -1,5 +1,5 @@
{
- "version":"0.9.0",
+ "version":"0.9.1",
"server":{
"port":80,
"ssl_port":443,
diff --git a/grunt/templates/SocketIoClientDotNet.nuspec b/grunt/templates/SocketIoClientDotNet.nuspec
index b7aff58..e4ec88d 100644
--- a/grunt/templates/SocketIoClientDotNet.nuspec
+++ b/grunt/templates/SocketIoClientDotNet.nuspec
@@ -8,15 +8,23 @@
http://opensource.org/licenses/MIT
true
-
+
+
+
+
+
+
+
+
+
https://github.com/Quobject/SocketIoClientDotNet/