From 99db40d640310b00493eed807eba480a727bc963 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 25 Nov 2024 11:57:43 +0100 Subject: [PATCH] Updated to version 10.11.0 --- Binance.Net/Binance.Net.csproj | 6 +++--- README.md | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index bda6e4ab..7f75e902 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -7,9 +7,9 @@ Binance.Net JKorf - 10.10.0 - 10.10.0 - 10.10.0 + 10.11.0 + 10.11.0 + 10.11.0 Binance.Net is a client library for accessing the Binance 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 Binance;Binance.Net;Binance Client;Binance API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 7d05062e..5d467a5e 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,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 10.11.0 - 25 Nov 2024 + * Added WithdrawInternalMin to restClient.SpotApi.Account.GetUserAssetsAsync response model + * Added EnableFixApiTrade and EnableFixReadOnly to restClient.SpotApi.Account.GetAPIKeyPermissionsAsync response model + * Added IsOptionsEnabled and IsPortfolioMarginRetailEnabled to restClient.SpotApi.Account.GetAccountVipLevelAndStatusAsync response model + * Fixed inverted order side for Shared trades + * Removed restClient.SpotApi.Account.GetAutoConvertStableCoinConfigAsync, SetAutoConvertStableCoinConfigAsync and ConvertBusdAsync as theyre deprecated + * Version 10.10.0 - 19 Nov 2024 * Updated CryptoExchange.Net to version 8.3.0 * Added support for loading client settings from IConfiguration