diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index d1f7d68c..637fc11f 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.13.0 - 10.13.0 - 10.13.0 + 10.13.1 + 10.13.1 + 10.13.1 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 bfa6ba5d..6e5fc001 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,10 @@ 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.1 - 05 Dec 2024 + * Fixed null exception caused by invalid key for copy trading + * Fixed BinanceSubAccountTransferSubAccount model deserialization + * Version 10.13.0 - 03 Dec 2024 * Updated client order id logic * Added AllowAppendingClientOrderId option