From 94756db6946db98cbf858691f65fb152a75736c4 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Thu, 28 Nov 2024 15:17:27 +0100 Subject: [PATCH] Updated to version 10.12.0 --- Binance.Net/Binance.Net.csproj | 6 +++--- README.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index b480fb1c..5673f178 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -7,9 +7,9 @@ Binance.Net JKorf - 10.11.0 - 10.11.0 - 10.11.0 + 10.12.0 + 10.12.0 + 10.12.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 5d467a5e..87c6cc9e 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,12 @@ 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.12.0 - 28 Nov 2024 + * Updated CryptoExchange.Net to version 8.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.4.0 + * Added GetFeesAsync Shared REST client implementations + * Updated BinanceOptions to LibraryOptions implementation + * Updated test and analyzer package versions + * 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