diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index bdd43e6f..5d4e0bba 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.2.1 - 10.2.1 - 10.2.1 + 10.3.0 + 10.3.0 + 10.3.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 7323543b..963d5981 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,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.3.0 - 28 Aug 2024 + * Updated CryptoExchange.Net to version 7.11.2, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.2 + * Added GeneralApi.AutoInvest endpoints + * Added UsdFuturesApi convert endpoints + * Fixed SubAccountId property deserialization in deposit history + * Updated some request weights for ratelimiting + * Version 10.2.1 - 18 Aug 2024 * Fixed walletType serialization on SpotApi.Trading.ConvertQuoteRequestAsync endpoint