From 5c8c3e5653d6bf82ba57b7fd823eb3dbe2d9fa30 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Tue, 3 Dec 2024 09:52:47 +0100 Subject: [PATCH] Updated to version 10.13.0 --- Binance.Net/Binance.Net.csproj | 8 ++++---- README.md | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index eb8b44f6..f53c706a 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 12.0 @@ -7,9 +7,9 @@ Binance.Net JKorf - 10.12.0 - 10.12.0 - 10.12.0 + 10.13.0 + 10.13.0 + 10.13.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 87c6cc9e..1aaa25ba 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,14 @@ 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.13.0 - 03 Dec 2024 + * Updated client order id logic + * Added AllowAppendingClientOrderId option + * Added listClientOrderId parameter to restClient.SpotApi.Trading.PlaceOcoOrderListAsync + * Removed BrokerId option + * Fixed restClient.GeneralApi.SimpleEarn.GetLockedProductPositionsAsync deserialization + * Fixed orderbook creation via BinanceOrderBookFactory + * 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