Skip to content

Commit 607f807

Browse files
committed
0.9.13
1 parent 2156b3b commit 607f807

File tree

42 files changed

+315
-182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+315
-182
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Properties StartupItem="SocketIoClientDotNet.Sample.Xamarin-Android.csproj">
2+
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" PreferredExecutionTarget="Android.Xamarin_Android_API_15" />
3+
<MonoDevelop.Ide.Workbench />
4+
<MonoDevelop.Ide.DebuggingService.Breakpoints>
5+
<BreakpointStore />
6+
</MonoDevelop.Ide.DebuggingService.Breakpoints>
7+
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
8+
</Properties>

Src/SocketIoClientDotNet.Tests.net45/SocketIoClientDotNet.Tests.net45.csproj

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\SocketIoClientDotNet.net45\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\SocketIoClientDotNet.net45\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
3+
<Import Project="..\SocketIoClientDotNet.net45\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\SocketIoClientDotNet.net45\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -12,7 +12,8 @@
1212
<AssemblyName>SocketIoClientDotNet.Tests.net45</AssemblyName>
1313
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15-
<NuGetPackageImportStamp>1dcc6d85</NuGetPackageImportStamp>
15+
<NuGetPackageImportStamp>
16+
</NuGetPackageImportStamp>
1617
</PropertyGroup>
1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1819
<DebugSymbols>true</DebugSymbols>
@@ -32,12 +33,12 @@
3233
<WarningLevel>4</WarningLevel>
3334
</PropertyGroup>
3435
<ItemGroup>
35-
<Reference Include="EngineIoClientDotNet, Version=0.9.21.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\SocketIoClientDotNet.net45\packages\EngineIoClientDotNet.0.9.21\lib\net45\EngineIoClientDotNet.dll</HintPath>
36+
<Reference Include="EngineIoClientDotNet, Version=0.9.22.0, Culture=neutral, processorArchitecture=MSIL">
37+
<HintPath>..\SocketIoClientDotNet.net45\packages\EngineIoClientDotNet.0.9.22\lib\net45\EngineIoClientDotNet.dll</HintPath>
3738
<Private>True</Private>
3839
</Reference>
39-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
40-
<HintPath>..\SocketIoClientDotNet.net45\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
40+
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
41+
<HintPath>..\SocketIoClientDotNet.net45\packages\Newtonsoft.Json.8.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
4142
<Private>True</Private>
4243
</Reference>
4344
<Reference Include="System" />
@@ -48,20 +49,24 @@
4849
<Reference Include="Microsoft.CSharp" />
4950
<Reference Include="System.Data" />
5051
<Reference Include="System.Xml" />
51-
<Reference Include="WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
52-
<HintPath>..\SocketIoClientDotNet.net45\packages\WebSocket4Net.0.13.1\lib\net45\WebSocket4Net.dll</HintPath>
52+
<Reference Include="WebSocket4Net, Version=0.14.1.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
53+
<HintPath>..\SocketIoClientDotNet.net45\packages\WebSocket4Net.0.14.1\lib\net45\WebSocket4Net.dll</HintPath>
5354
<Private>True</Private>
5455
</Reference>
5556
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
5657
<HintPath>..\SocketIoClientDotNet.net45\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
5758
<Private>True</Private>
5859
</Reference>
59-
<Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
60-
<HintPath>..\SocketIoClientDotNet.net45\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
60+
<Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
61+
<HintPath>..\SocketIoClientDotNet.net45\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath>
6162
<Private>True</Private>
6263
</Reference>
63-
<Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
64-
<HintPath>..\SocketIoClientDotNet.net45\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
64+
<Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
65+
<HintPath>..\SocketIoClientDotNet.net45\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath>
66+
<Private>True</Private>
67+
</Reference>
68+
<Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
69+
<HintPath>..\SocketIoClientDotNet.net45\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
6570
<Private>True</Private>
6671
</Reference>
6772
</ItemGroup>
@@ -88,12 +93,15 @@
8893
<ItemGroup>
8994
<WCFMetadata Include="Service References\" />
9095
</ItemGroup>
96+
<ItemGroup>
97+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
98+
</ItemGroup>
9199
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92100
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
93101
<PropertyGroup>
94-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
102+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
95103
</PropertyGroup>
96-
<Error Condition="!Exists('..\SocketIoClientDotNet.net45\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\SocketIoClientDotNet.net45\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
104+
<Error Condition="!Exists('..\SocketIoClientDotNet.net45\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\SocketIoClientDotNet.net45\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
97105
</Target>
98106
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99107
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EngineIoClientDotNet" version="0.9.21" targetFramework="net45" />
4-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
5-
<package id="WebSocket4Net" version="0.13.1" targetFramework="net45" />
6-
<package id="xunit" version="2.0.0" targetFramework="net45" />
3+
<package id="EngineIoClientDotNet" version="0.9.22" targetFramework="net45" />
4+
<package id="Newtonsoft.Json" version="8.0.1" targetFramework="net45" />
5+
<package id="WebSocket4Net" version="0.14.1" targetFramework="net45" />
6+
<package id="xunit" version="2.1.0" targetFramework="net45" />
77
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
8-
<package id="xunit.assert" version="2.0.0" targetFramework="net45" />
9-
<package id="xunit.core" version="2.0.0" targetFramework="net45" />
10-
<package id="xunit.extensibility.core" version="2.0.0" targetFramework="net45" />
8+
<package id="xunit.assert" version="2.1.0" targetFramework="net45" />
9+
<package id="xunit.core" version="2.1.0" targetFramework="net45" />
10+
<package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" />
11+
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
12+
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
1113
</packages>

Src/SocketIoClientDotNet.Xamarin-Android/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Quobject Software")]
1111
[assembly: AssemblyProduct("SocketIoClientDotNet")]
12-
[assembly: AssemblyCopyright("Copyright © 2015")]
12+
[assembly: AssemblyCopyright("Copyright © 2016")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.9.12")]
35-
[assembly: AssemblyFileVersion("0.9.12")]
34+
[assembly: AssemblyVersion("0.9.13")]
35+
[assembly: AssemblyFileVersion("0.9.13")]

Src/SocketIoClientDotNet.Xamarin-Android/SocketIoClientDotNet.Xamarin-Android.csproj

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
1414
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
1515
<AssemblyName>SocketIoClientDotNet</AssemblyName>
16-
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
16+
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
1717
<AndroidLinkMode>None</AndroidLinkMode>
1818
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
1919
</PropertyGroup>
@@ -33,13 +33,13 @@
3333
<Reference Include="System.Core" />
3434
<Reference Include="Mono.Android" />
3535
<Reference Include="WebSocket4Net">
36-
<HintPath>packages\WebSocket4Net.0.13.1\lib\monoandroid23\WebSocket4Net.dll</HintPath>
36+
<HintPath>packages\WebSocket4Net.0.14.1\lib\monoandroid23\WebSocket4Net.dll</HintPath>
3737
</Reference>
3838
<Reference Include="Newtonsoft.Json">
39-
<HintPath>packages\Newtonsoft.Json.7.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
39+
<HintPath>packages\Newtonsoft.Json.8.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
4040
</Reference>
4141
<Reference Include="EngineIoClientDotNet">
42-
<HintPath>packages\EngineIoClientDotNet.0.9.21\lib\monoandroid10\EngineIoClientDotNet.dll</HintPath>
42+
<HintPath>packages\EngineIoClientDotNet.0.9.22\lib\monoandroid10\EngineIoClientDotNet.dll</HintPath>
4343
</Reference>
4444
</ItemGroup>
4545
<ItemGroup>
@@ -82,12 +82,7 @@
8282
</Compile>
8383
</ItemGroup>
8484
<ItemGroup />
85-
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
86-
<ItemGroup>
87-
<Folder Include="Client\" />
88-
<Folder Include="Modules\" />
89-
<Folder Include="Parsers\" />
90-
</ItemGroup>
85+
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
9186
<ItemGroup>
9287
<None Include="packages.config" />
9388
</ItemGroup>
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7+
<ProjectGuid>{3571B0FE-E760-4BCD-B853-0FEBFBE945A4}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<RootNamespace>SocketIoClientDotNet</RootNamespace>
10+
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
11+
<AndroidResgenClass>Resource</AndroidResgenClass>
12+
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
13+
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
14+
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
15+
<AssemblyName>SocketIoClientDotNet</AssemblyName>
16+
<TargetFrameworkVersion>v5.1</TargetFrameworkVersion>
17+
<AndroidLinkMode>None</AndroidLinkMode>
18+
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
19+
</PropertyGroup>
20+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
21+
<DebugSymbols>true</DebugSymbols>
22+
<DebugType>full</DebugType>
23+
<Optimize>true</Optimize>
24+
<OutputPath>bin\Release</OutputPath>
25+
<DefineConstants>TRACE</DefineConstants>
26+
<ErrorReport>prompt</ErrorReport>
27+
<WarningLevel>4</WarningLevel>
28+
<ConsolePause>false</ConsolePause>
29+
</PropertyGroup>
30+
<ItemGroup>
31+
<Reference Include="System" />
32+
<Reference Include="System.Xml" />
33+
<Reference Include="System.Core" />
34+
<Reference Include="Mono.Android" />
35+
<Reference Include="WebSocket4Net">
36+
<HintPath>packages\WebSocket4Net.0.13.1\lib\monoandroid23\WebSocket4Net.dll</HintPath>
37+
</Reference>
38+
<Reference Include="Newtonsoft.Json">
39+
<HintPath>packages\Newtonsoft.Json.7.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
40+
</Reference>
41+
<Reference Include="EngineIoClientDotNet">
42+
<HintPath>packages\EngineIoClientDotNet.0.9.21\lib\monoandroid10\EngineIoClientDotNet.dll</HintPath>
43+
</Reference>
44+
</ItemGroup>
45+
<ItemGroup>
46+
<Compile Include="Properties\AssemblyInfo.cs" />
47+
<Compile Include="..\SocketIoClientDotNet.net45\Client\AckImpl.cs">
48+
<Link>Client\AckImpl.cs</Link>
49+
</Compile>
50+
<Compile Include="..\SocketIoClientDotNet.net45\Client\IAck.cs">
51+
<Link>Client\IAck.cs</Link>
52+
</Compile>
53+
<Compile Include="..\SocketIoClientDotNet.net45\Client\IO.cs">
54+
<Link>Client\IO.cs</Link>
55+
</Compile>
56+
<Compile Include="..\SocketIoClientDotNet.net45\Client\Manager.cs">
57+
<Link>Client\Manager.cs</Link>
58+
</Compile>
59+
<Compile Include="..\SocketIoClientDotNet.net45\Client\On.cs">
60+
<Link>Client\On.cs</Link>
61+
</Compile>
62+
<Compile Include="..\SocketIoClientDotNet.net45\Client\Socket.cs">
63+
<Link>Client\Socket.cs</Link>
64+
</Compile>
65+
<Compile Include="..\SocketIoClientDotNet.net45\Client\SocketIOException.cs">
66+
<Link>Client\SocketIOException.cs</Link>
67+
</Compile>
68+
<Compile Include="..\SocketIoClientDotNet.net45\Client\Url.cs">
69+
<Link>Client\Url.cs</Link>
70+
</Compile>
71+
<Compile Include="..\SocketIoClientDotNet.net45\Modules\HasBinaryData.cs">
72+
<Link>Modules\HasBinaryData.cs</Link>
73+
</Compile>
74+
<Compile Include="..\SocketIoClientDotNet.net45\Parser\Binary.cs">
75+
<Link>Parsers\Binary.cs</Link>
76+
</Compile>
77+
<Compile Include="..\SocketIoClientDotNet.net45\Parser\Packet.cs">
78+
<Link>Parsers\Packet.cs</Link>
79+
</Compile>
80+
<Compile Include="..\SocketIoClientDotNet.net45\Parser\Parser.cs">
81+
<Link>Parsers\Parser.cs</Link>
82+
</Compile>
83+
</ItemGroup>
84+
<ItemGroup />
85+
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
86+
<ItemGroup>
87+
<Folder Include="Client\" />
88+
<Folder Include="Modules\" />
89+
<Folder Include="Parsers\" />
90+
</ItemGroup>
91+
<ItemGroup>
92+
<None Include="packages.config" />
93+
</ItemGroup>
94+
</Project>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<Properties StartupItem="..\SocketIoClientDotNet.Tests.Xamarin-Android.TestApp\SocketIoClientDotNet.Tests.Xamarin-Android.TestApp.csproj">
2+
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release" PreferredExecutionTarget="Android.Xamarin_Android_API_21" />
3+
<MonoDevelop.Ide.Workbench ActiveDocument="Properties\AssemblyInfo.cs">
4+
<Files>
5+
<File FileName="packages.config" Line="1" Column="1" />
6+
<File FileName="Properties\AssemblyInfo.cs" Line="1" Column="1" />
7+
</Files>
8+
</MonoDevelop.Ide.Workbench>
9+
<MonoDevelop.Ide.DebuggingService.Breakpoints>
10+
<BreakpointStore />
11+
</MonoDevelop.Ide.DebuggingService.Breakpoints>
12+
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
13+
</Properties>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EngineIoClientDotNet" version="0.9.21" targetFramework="MonoAndroid50" />
4-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="MonoAndroid50" />
5-
<package id="WebSocket4Net" version="0.13.1" targetFramework="MonoAndroid50" />
3+
<package id="EngineIoClientDotNet" version="0.9.22" targetFramework="MonoAndroid60" />
4+
<package id="Newtonsoft.Json" version="8.0.1" targetFramework="MonoAndroid60" />
5+
<package id="WebSocket4Net" version="0.14.1" targetFramework="MonoAndroid60" />
66
</packages>

Src/SocketIoClientDotNet.Xamarin-MonoTouch/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Quobject Software")]
1111
[assembly: AssemblyProduct("SocketIoClientDotNet")]
12-
[assembly: AssemblyCopyright("Copyright © 2015")]
12+
[assembly: AssemblyCopyright("Copyright © 2016")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.9.12")]
35-
[assembly: AssemblyFileVersion("0.9.12")]
34+
[assembly: AssemblyVersion("0.9.13")]
35+
[assembly: AssemblyFileVersion("0.9.13")]

Src/SocketIoClientDotNet.Xamarin-MonoTouch/SocketIoClientDotNet.Xamarin-MonoTouch.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
<Reference Include="System.Core" />
3535
<Reference Include="monotouch" />
3636
<Reference Include="WebSocket4Net">
37-
<HintPath>packages\WebSocket4Net.0.13.1\lib\monotouch10\WebSocket4Net.dll</HintPath>
37+
<HintPath>packages\WebSocket4Net.0.14.1\lib\monotouch10\WebSocket4Net.dll</HintPath>
3838
</Reference>
3939
<Reference Include="Newtonsoft.Json">
40-
<HintPath>packages\Newtonsoft.Json.7.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
40+
<HintPath>packages\Newtonsoft.Json.8.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
4141
</Reference>
4242
<Reference Include="EngineIoClientDotNet">
43-
<HintPath>packages\EngineIoClientDotNet.0.9.21\lib\monotouch10\EngineIoClientDotNet.dll</HintPath>
43+
<HintPath>packages\EngineIoClientDotNet.0.9.22\lib\monotouch10\EngineIoClientDotNet.dll</HintPath>
4444
</Reference>
4545
</ItemGroup>
4646
<ItemGroup>

0 commit comments

Comments
 (0)