Skip to content

Commit 46391fa

Browse files
committed
Updated to version 3.6.0
1 parent 0ffc1ac commit 46391fa

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

GateIo.Net/GateIo.Net.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>GateIo.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>3.5.0</PackageVersion>
11-
<AssemblyVersion>3.5.0</AssemblyVersion>
12-
<FileVersion>3.5.0</FileVersion>
10+
<PackageVersion>3.6.0</PackageVersion>
11+
<AssemblyVersion>3.6.0</AssemblyVersion>
12+
<FileVersion>3.6.0</FileVersion>
1313
<Description>GateIo.Net is a high performance client library for accessing the Gate REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, client side rate limiting, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.</Description>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageTags>GateIo;Gate;GateIo.Net;Gate.io;Gate.com;GateIo Client;GateIo API;CryptoCurrency;CryptoCurrency Exchange;CryptoExchange.Net</PackageTags>

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
174174
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
175175

176176
## Release notes
177+
* Version 3.6.0 - 16 Feb 2026
178+
* Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
179+
* Fixed SymbolOrderBook websocket subscription not getting closed if when waiting for initial data times out
180+
177181
* Version 3.5.0 - 10 Feb 2026
178182
* Updated CryptoExchange.Net to version 10.5.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
179183
* Fixed Spot websocket V2 order book topic mapping

0 commit comments

Comments
 (0)