Skip to content

Commit 81a1950

Browse files
committed
update version
[skip ci]
1 parent 378af66 commit 81a1950

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

src/SocketIOClient.Newtonsoft.Json/SocketIOClient.Newtonsoft.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>2.3.1</Version>
6+
<Version>3.0.0</Version>
77
<Description>socket.io-client json serialization/deserialization for Newtonsoft.Json</Description>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<PackageProjectUrl>https://github.com/doghappy/socket.io-client-csharp</PackageProjectUrl>

src/SocketIOClient.Sample/SocketIOClient.Sample.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10+
<ProjectReference Include="..\SocketIOClient.Newtonsoft.Json\SocketIOClient.Newtonsoft.Json.csproj" />
11+
<ProjectReference Include="..\SocketIOClient.Windows7\SocketIOClient.Windows7.csproj" />
1012
<ProjectReference Include="..\SocketIOClient\SocketIOClient.csproj" />
1113
</ItemGroup>
1214

src/SocketIOClient.Windows7/SocketIOClient.Windows7.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>2.3.1</Version>
6+
<Version>3.0.0</Version>
77
<Description>socket.io-client implemention for .NET</Description>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<PackageProjectUrl>https://github.com/doghappy/socket.io-client-csharp</PackageProjectUrl>

src/SocketIOClient/SocketIOClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<RepositoryType>github</RepositoryType>
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1515
<PackageLicenseFile></PackageLicenseFile>
16-
<Version>2.3.1</Version>
16+
<Version>3.0.0</Version>
1717
<PackageReleaseNotes></PackageReleaseNotes>
1818
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1919
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)