File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.3.1] - 2021-8-3
9+
10+ ### Changed
11+
12+ - fix: first OnReconnectAttempt will not triggered when reconnecting
13+ - fix: incorrect disconnect reason
14+
815## [ 2.3.0] - 2021-7-21
916
1017### Added
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6- <Version >2.3.0 </Version >
6+ <Version >2.3.1 </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 >
Original file line number Diff line number Diff line change 1313 <RepositoryType >github</RepositoryType >
1414 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1515 <PackageLicenseFile ></PackageLicenseFile >
16- <Version >2.3.0 </Version >
16+ <Version >2.3.1 </Version >
1717 <PackageReleaseNotes ></PackageReleaseNotes >
1818 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1919 <SignAssembly >true</SignAssembly >
You can’t perform that action at this time.
0 commit comments