Skip to content

Commit 60d6aae

Browse files
committed
Update Readme, removed Unity
1 parent 607f807 commit 60d6aae

5 files changed

Lines changed: 1075 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ More examples can be found in [unit tests](https://github.com/Quobject/SocketIoC
4242
This library supports all of the features the JS client does, including events, options and upgrading transport.
4343

4444
## Framework Versions
45-
.Net Framework 3.5, .Net Framework 4.0, .Net Framework 4.5, Windows 8, Windows 8.1, Windows Phone 8, Windows Phone 8.1, Mono, Unity3D, Xamarin-iOS, Xamarin-MonoTouch, Xamarin-Android
45+
.Net Framework 3.5, .Net Framework 4.0, .Net Framework 4.5, Windows 8, Windows 8.1, Windows Phone 8, Windows Phone 8.1, Mono, Xamarin-iOS, Xamarin-MonoTouch, Xamarin-Android
4646

4747
## License
4848

Src/SocketIoClientDotNet.Tests.net35/SocketIoClientDotNet.Tests.net35.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="EngineIoClientDotNet, Version=0.9.21.0, Culture=neutral, processorArchitecture=MSIL">
34-
<HintPath>..\SocketIoClientDotNet.net35\packages\EngineIoClientDotNet.0.9.21\lib\net35\EngineIoClientDotNet.dll</HintPath>
33+
<Reference Include="EngineIoClientDotNet, Version=0.9.22.0, Culture=neutral, processorArchitecture=MSIL">
34+
<HintPath>..\SocketIoClientDotNet.net35\packages\EngineIoClientDotNet.0.9.22\lib\net35\EngineIoClientDotNet.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
37-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
38-
<HintPath>..\SocketIoClientDotNet.net35\packages\Newtonsoft.Json.7.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
37+
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
38+
<HintPath>..\SocketIoClientDotNet.net35\packages\Newtonsoft.Json.8.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="System" />
@@ -48,8 +48,8 @@
4848
<Reference Include="System.Data.DataSetExtensions" />
4949
<Reference Include="System.Data" />
5050
<Reference Include="System.Xml" />
51-
<Reference Include="WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
52-
<HintPath>..\SocketIoClientDotNet.net35\packages\WebSocket4Net.0.13.1\lib\net35\WebSocket4Net.dll</HintPath>
51+
<Reference Include="WebSocket4Net, Version=0.14.1.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
52+
<HintPath>..\SocketIoClientDotNet.net35\packages\WebSocket4Net.0.14.1\lib\net35\WebSocket4Net.dll</HintPath>
5353
<Private>True</Private>
5454
</Reference>
5555
<Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EngineIoClientDotNet" version="0.9.21" targetFramework="net35" />
4-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net35" />
5-
<package id="System.Threading.Tasks" version="3.1.1" targetFramework="net35" />
3+
<package id="EngineIoClientDotNet" version="0.9.22" targetFramework="net35" />
4+
<package id="Newtonsoft.Json" version="8.0.1" targetFramework="net35" />
65
<package id="System.Threading.Tasks.Unofficial" version="3.1" targetFramework="net35" />
7-
<package id="WebSocket4Net" version="0.13.1" targetFramework="net35" />
6+
<package id="WebSocket4Net" version="0.14.1" targetFramework="net35" />
87
<package id="xunit" version="1.9.2" targetFramework="net35" />
98
</packages>

0 commit comments

Comments
 (0)