From 6b4a1d77a05a06cd4dc0012482c60bfb14a05d4f Mon Sep 17 00:00:00 2001 From: Jkorf Date: Fri, 3 Jan 2025 10:36:50 +0100 Subject: [PATCH] Updated to version 10.16.0 --- Binance.Net/Binance.Net.csproj | 6 +++--- README.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index 6681a6707..6e76906aa 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -7,9 +7,9 @@ Binance.Net JKorf - 10.15.0 - 10.15.0 - 10.15.0 + 10.16.0 + 10.16.0 + 10.16.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 a0eddff4a..a2385bd7e 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,11 @@ 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.16.0 - 03 Jan 2025 + * Added PriceMatch parameter to UsdFutures order editing + * Added support for premium index klines in socketClient.UsdFuturesApi.ExchangeData.SubscribeToKlineUpdatesAsync + * Updated ETH history response models + * Version 10.15.0 - 23 Dec 2024 * Updated CryptoExchange.Net to version 8.5.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ * Added SetOptions methods on Rest and Socket clients