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

Commit 895b5c0

Browse files
committed
Merge tag 'v2.0.1' into develop
2 parents 973c074 + 120e066 commit 895b5c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ server.Emit("Event with data and ack, action as method", 42, Console.WriteLine);
387387
Welcome to report issue or create pull request. I will check it happily.
388388

389389
# Dependencies
390-
- [EngineIOSharp v1.0.2](https://github.com/uhm0311/EngineIOSharp)
390+
- [EngineIOSharp v1.0.3](https://github.com/uhm0311/EngineIOSharp)
391391

392392
# License
393393
`SocketIOSharp` is under [The MIT License](https://github.com/uhm0311/SocketIOSharp/blob/master/LICENSE).

SocketIOSharp/SocketIOSharp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<RepositoryUrl>https://github.com/uhm0311/SocketIOSharp.git</RepositoryUrl>
2121
<PackageIcon>icon.png</PackageIcon>
2222
<MinClientVersion>2.12</MinClientVersion>
23-
<PackageVersion>2.0.0</PackageVersion>
24-
<PackageReleaseNotes>Add EngineIOSharp dependency.</PackageReleaseNotes>
23+
<PackageVersion>2.0.1</PackageVersion>
24+
<PackageReleaseNotes>Update EngineIOSharp dependency.</PackageReleaseNotes>
2525
<PackageOutputPath>../nuget</PackageOutputPath>
2626
<IncludeSymbols>true</IncludeSymbols>
2727
<IncludeSource>true</IncludeSource>
@@ -30,6 +30,6 @@
3030
<None Include="..\icon.png" Pack="true" PackagePath="\" />
3131
</ItemGroup>
3232
<ItemGroup>
33-
<PackageReference Include="EngineIOSharp" Version="1.0.2" />
33+
<PackageReference Include="EngineIOSharp" Version="1.0.3" />
3434
</ItemGroup>
3535
</Project>

0 commit comments

Comments
 (0)