Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Update EngineIOSharp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
uhm0311 committed Nov 23, 2020
1 parent 45ba5fa commit cb900d8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<HintPath>..\packages\EmitterSharp.1.1.1.1\lib\net45\EmitterSharp.dll</HintPath>
</Reference>
<Reference Include="EngineIOSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EngineIOSharp.1.0.4\lib\net45\EngineIOSharp.dll</HintPath>
<HintPath>..\packages\EngineIOSharp.1.0.5\lib\net45\EngineIOSharp.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion SocketIOSharp-Example Client/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EmitterSharp" version="1.1.1.1" targetFramework="net45" />
<package id="EngineIOSharp" version="1.0.4" targetFramework="net45" />
<package id="EngineIOSharp" version="1.0.5" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="SimpleThreadMonitor" version="1.0.2.1" targetFramework="net45" />
<package id="WebSocketSharp.CustomHeaders.CustomHttpServer" version="1.0.2.3" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<HintPath>..\packages\EmitterSharp.1.1.1.1\lib\net45\EmitterSharp.dll</HintPath>
</Reference>
<Reference Include="EngineIOSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EngineIOSharp.1.0.4\lib\net45\EngineIOSharp.dll</HintPath>
<HintPath>..\packages\EngineIOSharp.1.0.5\lib\net45\EngineIOSharp.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion SocketIOSharp-Example Server/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EmitterSharp" version="1.1.1.1" targetFramework="net45" />
<package id="EngineIOSharp" version="1.0.4" targetFramework="net45" />
<package id="EngineIOSharp" version="1.0.5" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="SimpleThreadMonitor" version="1.0.2.1" targetFramework="net45" />
<package id="WebSocketSharp.CustomHeaders.CustomHttpServer" version="1.0.2.3" targetFramework="net45" />
Expand Down
4 changes: 2 additions & 2 deletions SocketIOSharp/SocketIOSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<RepositoryUrl>https://github.com/uhm0311/SocketIOSharp.git</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<MinClientVersion>2.12</MinClientVersion>
<PackageVersion>2.0.2</PackageVersion>
<PackageVersion>2.0.3</PackageVersion>
<PackageReleaseNotes>Update EngineIOSharp dependency.</PackageReleaseNotes>
<PackageOutputPath>../nuget</PackageOutputPath>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -30,6 +30,6 @@
<None Include="..\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="EngineIOSharp" Version="1.0.4" />
<PackageReference Include="EngineIOSharp" Version="1.0.5" />
</ItemGroup>
</Project>

0 comments on commit cb900d8

Please sign in to comment.