diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index 61a35c409..94c9f96df 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -7,9 +7,9 @@ Binance.Net JKorf - 9.12.0 - 9.12.0 - 9.12.0 + 10.0.0 + 10.0.0 + 10.0.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 a5ac1d8d2..c8c847560 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,18 @@ 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.0.0 - 27 Jul 2024 + * Updated CryptoExchange.Net to version 7.10.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.10.0 + * Switch from Newtonsoft.Json implementation to System.Text.Json for (de)serialization + * Refactored from old per type enum converter to EnumConverter usage + * Added SpotApi.Account.GetCommissionRatesAsync endpoint + * Added UsdFuturesApi.Account.GetSymbolConfigurationAsync endpoint + * Added UsdFuturesApi.Account.GetAccountConfigurationAsync endpoint + * Added UsdFuturesApi.Trading.GetPositionsAsync endpoint + * Added PermissionSets property to SpotApi.ExchangeData.GetExchangeInfoAsync symbol response + * Updated UsdFuturesApi.Account.GetBalancesAsync to V3 + * Updated UsdFuturesApi.Account.GetAccountInfoAsync to V3 + * Version 9.12.0 - 16 Jul 2024 * Updated CryptoExchange.Net to version 7.9.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.9.0 * Updated internal classes to internal access modifier