Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
doghappy committed Sep 24, 2021
1 parent 7b755de commit 83d74cf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.3] - 2021-9-24

### Added

- Regression support for socket.io server v2, for socket.io server v2 users, please explicitly set `EIO = 3`.
- Added `Transport` option, default is Websocket
- EIO option

### Removed

- AutoUpgrade option

## [3.0.2] - 2021-9-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/SocketIOClient.Windows7/SocketIOClient.Windows7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.0.2</Version>
<Version>3.0.3</Version>
<Description>socket.io-client implemention for .NET</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/doghappy/socket.io-client-csharp</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/SocketIOClient/SocketIOClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<RepositoryType>github</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseFile></PackageLicenseFile>
<Version>3.0.3-alpha.1</Version>
<Version>3.0.3</Version>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit 83d74cf

Please sign in to comment.