From acc6e82e276013202ccdd6cc8cc8d90901ecfc89 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Fri, 27 Sep 2024 11:45:18 +0200 Subject: [PATCH] Updated to version 7.7.0 --- CoinEx.Net/CoinEx.Net.csproj | 6 +++--- README.md | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CoinEx.Net/CoinEx.Net.csproj b/CoinEx.Net/CoinEx.Net.csproj index 318267c..8f92690 100644 --- a/CoinEx.Net/CoinEx.Net.csproj +++ b/CoinEx.Net/CoinEx.Net.csproj @@ -7,9 +7,9 @@ CoinEx.Net JKorf - 7.6.1 - 7.6.1 - 7.6.1 + 7.7.0 + 7.7.0 + 7.7.0 CoinEx.Net is a client library for accessing the CoinEx REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false CoinEx;CoinEx.Net;CoinEx Client;CoinEx API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 537f880..b942cb1 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,18 @@ 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 7.7.0 - 27 Sep 2024 + * Updated CryptoExchange.Net to version 8.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.0 + * Added Shared client interfaces implementation for Spot and Futures Rest and Socket clients + * Added memo parameter to SpotApi.Account.WithdrawAsync + * Added Role property to CoinExUserTrade model + * Updated Sourcelink package version + * Updated QuantityPrecision and PricePrecision property types from decimal to int on CoinExFuturesSymbol + * Fixed Quantity property type from long to decimal in CoinExDeposit model + * Fixed QuantityCredited property type from long to decimal? in CoinExDepositModel + * Fixed FuturesApi.SubscribeToTickerUpdatesAsync subscription + * Marked ISpotClient references as deprecated + * Version 7.6.1 - 11 Sep 2024 * Added SpotApiV2.Account.GetTransactionHistoryAsync endpoint