Skip to content

Commit fef57d9

Browse files
committed
Updated to version 3.3.1
1 parent d266f06 commit fef57d9

2 files changed

Lines changed: 6 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.3.0</PackageVersion>
11-
<AssemblyVersion>3.3.0</AssemblyVersion>
12-
<FileVersion>3.3.0</FileVersion>
10+
<PackageVersion>3.3.1</PackageVersion>
11+
<AssemblyVersion>3.3.1</AssemblyVersion>
12+
<FileVersion>3.3.1</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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ 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.3.1 - 26 Jan 2026
178+
* Fixed Shared Spot websocket order and trades updates client order id removing t- prefix
179+
177180
* Version 3.3.0 - 22 Jan 2026
178181
* Updated CryptoExchange.Net to version 10.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
179182
* Removed legacy websocket message handling and the corresponding UseUpdatedDeserialization client option

0 commit comments

Comments
 (0)