From b707d46daa34642e75d7a1c8ba0b3d2263790e18 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 8 Dec 2024 10:49:20 +0100 Subject: [PATCH] Updated to version 10.13.2 --- Binance.Net/Binance.Net.csproj | 6 +++--- README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index d2b684f0..2005409d 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -7,9 +7,9 @@ Binance.Net JKorf - 10.13.1 - 10.13.1 - 10.13.1 + 10.13.2 + 10.13.2 + 10.13.2 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 6e5fc001..8d569d92 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,9 @@ 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.2 - 08 Dec 2024 + * Updated CryptoExchange.Net to version 8.4.4 to fix deserialization error in .net framework + * Version 10.13.1 - 05 Dec 2024 * Fixed null exception caused by invalid key for copy trading * Fixed BinanceSubAccountTransferSubAccount model deserialization