From a2d8b25119aa0fce442311c2787e465ee0ab3964 Mon Sep 17 00:00:00 2001 From: MatthiasL Date: Sun, 2 Apr 2017 12:42:39 +1000 Subject: [PATCH] id="SuperSocket.ClientEngine.Core" version="0.8.0.6" --- .../EngineIoClientDotNet.Tests.net35.csproj | 4 ++-- Src/EngineIoClientDotNet.Tests.net35/packages.config | 2 +- .../EngineIoClientDotNet.Tests.net40.csproj | 4 ++-- Src/EngineIoClientDotNet.Tests.net40/packages.config | 2 +- .../EngineIoClientDotNet.net35.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- Src/EngineIoClientDotNet.net35/packages.config | 2 +- .../EngineIoClientDotNet.net40.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- Src/EngineIoClientDotNet.net40/packages.config | 2 +- .../EngineIoClientDotNet.net45.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- Src/EngineIoClientDotNet.net45/packages.config | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../EngineIoClientDotNet.windowsphone8.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- Src/EngineIoClientDotNet.windowsphone8/packages.config | 2 +- grunt/config.json | 2 +- grunt/templates/EngineIoClientDotNet.nuspec | 10 +++++----- 21 files changed, 38 insertions(+), 38 deletions(-) diff --git a/Src/EngineIoClientDotNet.Tests.net35/EngineIoClientDotNet.Tests.net35.csproj b/Src/EngineIoClientDotNet.Tests.net35/EngineIoClientDotNet.Tests.net35.csproj index 108f8d8..07c1b90 100644 --- a/Src/EngineIoClientDotNet.Tests.net35/EngineIoClientDotNet.Tests.net35.csproj +++ b/Src/EngineIoClientDotNet.Tests.net35/EngineIoClientDotNet.Tests.net35.csproj @@ -37,8 +37,8 @@ ..\EngineIoClientDotNet.net35\packages\Newtonsoft.Json.10.0.1\lib\net35\Newtonsoft.Json.dll True - - ..\EngineIoClientDotNet.net35\packages\SuperSocket.ClientEngine.Core.0.8.0.8\lib\net35-client\SuperSocket.ClientEngine.dll + + ..\EngineIoClientDotNet.net35\packages\SuperSocket.ClientEngine.Core.0.8.0.6\lib\net35-client\SuperSocket.ClientEngine.dll True diff --git a/Src/EngineIoClientDotNet.Tests.net35/packages.config b/Src/EngineIoClientDotNet.Tests.net35/packages.config index 4c7ff94..6851bb1 100644 --- a/Src/EngineIoClientDotNet.Tests.net35/packages.config +++ b/Src/EngineIoClientDotNet.Tests.net35/packages.config @@ -1,7 +1,7 @@  - + diff --git a/Src/EngineIoClientDotNet.Tests.net40/EngineIoClientDotNet.Tests.net40.csproj b/Src/EngineIoClientDotNet.Tests.net40/EngineIoClientDotNet.Tests.net40.csproj index af7c543..53034aa 100644 --- a/Src/EngineIoClientDotNet.Tests.net40/EngineIoClientDotNet.Tests.net40.csproj +++ b/Src/EngineIoClientDotNet.Tests.net40/EngineIoClientDotNet.Tests.net40.csproj @@ -39,8 +39,8 @@ ..\EngineIoClientDotNet.net40\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll True - - ..\EngineIoClientDotNet.net40\packages\SuperSocket.ClientEngine.Core.0.8.0.8\lib\net45\SuperSocket.ClientEngine.dll + + ..\EngineIoClientDotNet.net40\packages\SuperSocket.ClientEngine.Core.0.8.0.6\lib\net45\SuperSocket.ClientEngine.dll True diff --git a/Src/EngineIoClientDotNet.Tests.net40/packages.config b/Src/EngineIoClientDotNet.Tests.net40/packages.config index ad39870..fd07f19 100644 --- a/Src/EngineIoClientDotNet.Tests.net40/packages.config +++ b/Src/EngineIoClientDotNet.Tests.net40/packages.config @@ -1,7 +1,7 @@  - + diff --git a/Src/EngineIoClientDotNet.net35/EngineIoClientDotNet.net35.csproj b/Src/EngineIoClientDotNet.net35/EngineIoClientDotNet.net35.csproj index b4e848b..14c9264 100644 --- a/Src/EngineIoClientDotNet.net35/EngineIoClientDotNet.net35.csproj +++ b/Src/EngineIoClientDotNet.net35/EngineIoClientDotNet.net35.csproj @@ -35,8 +35,8 @@ packages\Newtonsoft.Json.10.0.1\lib\net35\Newtonsoft.Json.dll True - - packages\SuperSocket.ClientEngine.Core.0.8.0.8\lib\net35-client\SuperSocket.ClientEngine.dll + + packages\SuperSocket.ClientEngine.Core.0.8.0.6\lib\net35-client\SuperSocket.ClientEngine.dll True diff --git a/Src/EngineIoClientDotNet.net35/Properties/AssemblyInfo.cs b/Src/EngineIoClientDotNet.net35/Properties/AssemblyInfo.cs index 9d65c5e..cbd1244 100644 --- a/Src/EngineIoClientDotNet.net35/Properties/AssemblyInfo.cs +++ b/Src/EngineIoClientDotNet.net35/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.10.0")] -[assembly: AssemblyFileVersion("0.10.0")] +[assembly: AssemblyVersion("0.10.1")] +[assembly: AssemblyFileVersion("0.10.1")] diff --git a/Src/EngineIoClientDotNet.net35/packages.config b/Src/EngineIoClientDotNet.net35/packages.config index 48a93b1..e2ef31d 100644 --- a/Src/EngineIoClientDotNet.net35/packages.config +++ b/Src/EngineIoClientDotNet.net35/packages.config @@ -1,7 +1,7 @@  - + \ No newline at end of file diff --git a/Src/EngineIoClientDotNet.net40/EngineIoClientDotNet.net40.csproj b/Src/EngineIoClientDotNet.net40/EngineIoClientDotNet.net40.csproj index 63e5410..6451f0f 100644 --- a/Src/EngineIoClientDotNet.net40/EngineIoClientDotNet.net40.csproj +++ b/Src/EngineIoClientDotNet.net40/EngineIoClientDotNet.net40.csproj @@ -34,8 +34,8 @@ packages\Newtonsoft.Json.10.0.1\lib\net40\Newtonsoft.Json.dll True - - packages\SuperSocket.ClientEngine.Core.0.8.0.8\lib\net40-client\SuperSocket.ClientEngine.dll + + packages\SuperSocket.ClientEngine.Core.0.8.0.6\lib\net40-client\SuperSocket.ClientEngine.dll True diff --git a/Src/EngineIoClientDotNet.net40/Properties/AssemblyInfo.cs b/Src/EngineIoClientDotNet.net40/Properties/AssemblyInfo.cs index 9d65c5e..cbd1244 100644 --- a/Src/EngineIoClientDotNet.net40/Properties/AssemblyInfo.cs +++ b/Src/EngineIoClientDotNet.net40/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.10.0")] -[assembly: AssemblyFileVersion("0.10.0")] +[assembly: AssemblyVersion("0.10.1")] +[assembly: AssemblyFileVersion("0.10.1")] diff --git a/Src/EngineIoClientDotNet.net40/packages.config b/Src/EngineIoClientDotNet.net40/packages.config index 01ede71..1eaad12 100644 --- a/Src/EngineIoClientDotNet.net40/packages.config +++ b/Src/EngineIoClientDotNet.net40/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/Src/EngineIoClientDotNet.net45/EngineIoClientDotNet.net45.csproj b/Src/EngineIoClientDotNet.net45/EngineIoClientDotNet.net45.csproj index fcb920f..6204655 100644 --- a/Src/EngineIoClientDotNet.net45/EngineIoClientDotNet.net45.csproj +++ b/Src/EngineIoClientDotNet.net45/EngineIoClientDotNet.net45.csproj @@ -35,8 +35,8 @@ packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll True - - packages\SuperSocket.ClientEngine.Core.0.8.0.8\lib\net45\SuperSocket.ClientEngine.dll + + packages\SuperSocket.ClientEngine.Core.0.8.0.6\lib\net45\SuperSocket.ClientEngine.dll True diff --git a/Src/EngineIoClientDotNet.net45/Properties/AssemblyInfo.cs b/Src/EngineIoClientDotNet.net45/Properties/AssemblyInfo.cs index 9d65c5e..cbd1244 100644 --- a/Src/EngineIoClientDotNet.net45/Properties/AssemblyInfo.cs +++ b/Src/EngineIoClientDotNet.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.10.0")] -[assembly: AssemblyFileVersion("0.10.0")] +[assembly: AssemblyVersion("0.10.1")] +[assembly: AssemblyFileVersion("0.10.1")] diff --git a/Src/EngineIoClientDotNet.net45/packages.config b/Src/EngineIoClientDotNet.net45/packages.config index 53ab5f9..8c6e087 100644 --- a/Src/EngineIoClientDotNet.net45/packages.config +++ b/Src/EngineIoClientDotNet.net45/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/Src/EngineIoClientDotNet.netcore45/Properties/AssemblyInfo.cs b/Src/EngineIoClientDotNet.netcore45/Properties/AssemblyInfo.cs index 9d65c5e..cbd1244 100644 --- a/Src/EngineIoClientDotNet.netcore45/Properties/AssemblyInfo.cs +++ b/Src/EngineIoClientDotNet.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.10.0")] -[assembly: AssemblyFileVersion("0.10.0")] +[assembly: AssemblyVersion("0.10.1")] +[assembly: AssemblyFileVersion("0.10.1")] diff --git a/Src/EngineIoClientDotNet.portable-win81+wpa81/Properties/AssemblyInfo.cs b/Src/EngineIoClientDotNet.portable-win81+wpa81/Properties/AssemblyInfo.cs index 9d65c5e..cbd1244 100644 --- a/Src/EngineIoClientDotNet.portable-win81+wpa81/Properties/AssemblyInfo.cs +++ b/Src/EngineIoClientDotNet.portable-win81+wpa81/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.10.0")] -[assembly: AssemblyFileVersion("0.10.0")] +[assembly: AssemblyVersion("0.10.1")] +[assembly: AssemblyFileVersion("0.10.1")] diff --git a/Src/EngineIoClientDotNet.portable-wpa81+wp81/Properties/AssemblyInfo.cs b/Src/EngineIoClientDotNet.portable-wpa81+wp81/Properties/AssemblyInfo.cs index 9d65c5e..cbd1244 100644 --- a/Src/EngineIoClientDotNet.portable-wpa81+wp81/Properties/AssemblyInfo.cs +++ b/Src/EngineIoClientDotNet.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.10.0")] -[assembly: AssemblyFileVersion("0.10.0")] +[assembly: AssemblyVersion("0.10.1")] +[assembly: AssemblyFileVersion("0.10.1")] diff --git a/Src/EngineIoClientDotNet.windowsphone8/EngineIoClientDotNet.windowsphone8.csproj b/Src/EngineIoClientDotNet.windowsphone8/EngineIoClientDotNet.windowsphone8.csproj index afdfc10..6406910 100644 --- a/Src/EngineIoClientDotNet.windowsphone8/EngineIoClientDotNet.windowsphone8.csproj +++ b/Src/EngineIoClientDotNet.windowsphone8/EngineIoClientDotNet.windowsphone8.csproj @@ -181,8 +181,8 @@ packages\Newtonsoft.Json.10.0.1\lib\portable-net45+win8+wpa81+wp8\Newtonsoft.Json.dll True - - packages\SuperSocket.ClientEngine.Core.0.8.0.8\lib\wp80\SuperSocket.ClientEngine.dll + + packages\SuperSocket.ClientEngine.Core.0.8.0.6\lib\wp80\SuperSocket.ClientEngine.dll True diff --git a/Src/EngineIoClientDotNet.windowsphone8/Properties/AssemblyInfo.cs b/Src/EngineIoClientDotNet.windowsphone8/Properties/AssemblyInfo.cs index 9d65c5e..cbd1244 100644 --- a/Src/EngineIoClientDotNet.windowsphone8/Properties/AssemblyInfo.cs +++ b/Src/EngineIoClientDotNet.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.10.0")] -[assembly: AssemblyFileVersion("0.10.0")] +[assembly: AssemblyVersion("0.10.1")] +[assembly: AssemblyFileVersion("0.10.1")] diff --git a/Src/EngineIoClientDotNet.windowsphone8/packages.config b/Src/EngineIoClientDotNet.windowsphone8/packages.config index 08ec416..9933483 100644 --- a/Src/EngineIoClientDotNet.windowsphone8/packages.config +++ b/Src/EngineIoClientDotNet.windowsphone8/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/grunt/config.json b/grunt/config.json index cbc8e48..1febb5d 100644 --- a/grunt/config.json +++ b/grunt/config.json @@ -1,5 +1,5 @@ { - "version":"0.10.0", + "version":"0.10.1", "server":{ "port":80, "ssl_port":443, diff --git a/grunt/templates/EngineIoClientDotNet.nuspec b/grunt/templates/EngineIoClientDotNet.nuspec index 24a7333..344aad1 100644 --- a/grunt/templates/EngineIoClientDotNet.nuspec +++ b/grunt/templates/EngineIoClientDotNet.nuspec @@ -2,7 +2,7 @@ EngineIoClientDotNet - @VERSION@-beta1 + @VERSION@-beta2 EngineIoClientDotNet Matthias Ludwig http://opensource.org/licenses/MIT @@ -10,23 +10,23 @@ - + - + - + - +