From 5dd16fa5bcf9e00a7e38f38de67b0d3c1e94e763 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Fri, 27 Sep 2024 11:40:50 +0200 Subject: [PATCH] Updated to version 10.5.0 --- Binance.Net/Binance.Net.csproj | 8 ++++---- README.md | 7 +++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index 97a1a3e8..22b87030 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 10.0 @@ -7,9 +7,9 @@ Binance.Net JKorf - 10.4.0 - 10.4.0 - 10.4.0 + 10.5.0 + 10.5.0 + 10.5.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 6aa627cc..0e75da73 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,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.5.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, USD-M Futures, Coin-M Futures Rest and Socket clients + * Updated Id property from `string?` to `string` on BinanceWithdrawalPlaced model + * Updated Sourcelink package version + * Marked ISpotClient and IFuturesClient references as deprecated + * Version 10.4.0 - 11 Sep 2024 * Added onTradeUpdate callback for UsdFuturesApi.SubscribeToUserDataUpdatesAsync * Changed CrossUnrealizedPnl field in futures balances to support testnet response