diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index a036fb053..c44270ce3 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 8.0 @@ -7,9 +7,9 @@ Binance.Net JKorf - 9.1.7 - 9.1.7 - 9.1.7 + 9.2.0 + 9.2.0 + 9.2.0 Binance.Net is a .Net wrapper for the Binance API, including Binance Futures. It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds false Binance Binance.Net C# .Net CryptoCurrency Exchange API wrapper @@ -21,7 +21,7 @@ MIT en true - 9.1.7 - Added missing BreakEvenPrice property on PositionInfo model, Fixed deserialization issue on ratelimiters socket client GetExchangeInfoAsync + 9.2.0 - Added Convert endpoints, Updated default ratelimits, Fixed handling of ratelimit errors, Added missing trade group enum values true diff --git a/README.md b/README.md index d9334f9fd..647699ee9 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s A Discord server is available [here](https://discord.gg/MSpeEtSY8t). For discussion and/or questions around the CryptoExchange.Net and implementation libraries, feel free to join. ## Release notes +* Version 9.2.0 - 03 Dec 2023 + * Added Convert endpoints + * Updated default ratelimits + * Fixed handling of ratelimit errors + * Added missing trade group enum values + * Version 9.1.7 - 24 Nov 2023 * Added missing BreakEvenPrice property on PositionInfo model * Fixed deserialization issue on ratelimiters socket client GetExchangeInfoAsync