From e8c936b69dc8805852e04fc404a127e2c94d4f96 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 28 Oct 2024 14:46:08 +0100 Subject: [PATCH] Updated to version 1.10.0 --- GateIo.Net/GateIo.Net.csproj | 8 ++++---- README.md | 7 +++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/GateIo.Net/GateIo.Net.csproj b/GateIo.Net/GateIo.Net.csproj index 2a454f3..f991b5f 100644 --- a/GateIo.Net/GateIo.Net.csproj +++ b/GateIo.Net/GateIo.Net.csproj @@ -7,9 +7,9 @@ GateIo.Net JKorf - 1.9.0 - 1.9.0 - 1.9.0 + 1.10.0 + 1.10.0 + 1.10.0 GateIo.Net is a client library for accessing the GateIo 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. false GateIo;GateIo.Net;GateIo Client;GateIo API;CryptoCurrency;CryptoCurrency Exchange @@ -48,7 +48,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/README.md b/README.md index 032ecd5..b95344b 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,13 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf). ## Release notes +* Version 1.10.0 - 28 Oct 2024 + * Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0 + * Moved FormatSymbol to GateIoExchange class + * Added support Side setting on SharedTrade model + * Added GateIoTrackerFactory for creating trackers + * Added overload to Create method on GateIoOrderBookFactory support SharedSymbol parameter + * Version 1.9.0 - 21 Oct 2024 * Added restClient.SpotApi.Account.GetRateLimitsAsync endpoint * Added support for clientOrderId to restClient.PerpetualFuturesApi.Trading.GetOrderAsync, CancelOrderAsync and EditOrderAsync endpoints