Skip to content

Commit 471f30f

Browse files
committed
0.9.0 nuget package created
1 parent 1c32ea4 commit 471f30f

26 files changed

+113
-53
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ This is the Engine.IO Client Library for C#, which is ported from the [JavaScrip
77

88

99
## Installation
10-
10+
Nuget install:
11+
```
12+
Install-Package EngineIoClientDotNet
13+
```
1114

1215
## Usage
1316
EngineIoClientDotNet has a similar api to those of the [JavaScript client](https://github.com/LearnBoost/engine.io-client).

Src/EngineIoClientDotNet.Tests.net45/EngineIoClientDotNet.Tests.net45.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@
4848
<Project>{842d8b13-daf3-4919-80a0-03efa3c17178}</Project>
4949
<Name>EngineIoClientDotNet.net45</Name>
5050
</ProjectReference>
51-
<ProjectReference Include="..\Quobject.Collections.Immutable\Quobject.Collections.Immutable.csproj">
52-
<Project>{024a2111-4b19-44d7-917e-8514cf632469}</Project>
53-
<Name>Quobject.Collections.Immutable</Name>
54-
</ProjectReference>
5551
</ItemGroup>
5652
<ItemGroup>
5753
<Compile Include="..\EngineIoClientDotNet.Tests.mono\ClientTests\BinaryPollingTest.cs">
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
<AppxManifest Include="Package.appxmanifest">
122122
<SubType>Designer</SubType>
123123
</AppxManifest>
124-
<None Include="EngineIoClientDotNet.Tests.wpa.UnitTestApp_TemporaryKey.pfx" />
125124
<None Include="packages.config" />
126125
</ItemGroup>
127126
<ItemGroup>
@@ -133,7 +132,7 @@
133132
<Content Include="Assets\WideLogo.scale-240.png" />
134133
</ItemGroup>
135134
<ItemGroup>
136-
<ProjectReference Include="..\EngineIoClientDotNet.wpa\EngineIoClientDotNet.wpa.csproj">
135+
<ProjectReference Include="..\EngineIoClientDotNet.wpa81\EngineIoClientDotNet.wpa81.csproj">
137136
<Project>{52922e0f-7300-4970-ba75-e22ef008bea1}</Project>
138137
<Name>EngineIoClientDotNet.wpa</Name>
139138
</ProjectReference>

0 commit comments

Comments
 (0)