diff --git a/ByBit.Net/Bybit.Net.csproj b/ByBit.Net/Bybit.Net.csproj index 2e329c36..9eb623dd 100644 --- a/ByBit.Net/Bybit.Net.csproj +++ b/ByBit.Net/Bybit.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 enable @@ -7,9 +7,9 @@ Bybit.Net JKorf - 3.2.0 - 3.2.0 - 3.2.0 + 3.2.1 + 3.2.1 + 3.2.1 Bybit.Net is a .Net wrapper for the Bybit API. 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 Bybit Bybit.Net C# .Net CryptoCurrency Exchange API wrapper @@ -21,7 +21,7 @@ README.md en true - 3.2.0 - Added V5 SubAccount endpoints, Added V5 ApiKey endpoints, Added LeverageToken endpoints, Added notice of deprecation to old endpoints, Updated Referer header + 3.2.1 - Fix order parameter serialization, Updated CryptoExchange.Net Bybit.Net.xml diff --git a/README.md b/README.md index e265c98c..124748a9 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s A Discord server is available [here](https://discord.gg/MSpeEtSY8t). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries. ## Release notes +* Version 3.2.1 - 24 Oct 2023 + * Fix order parameter serialization + * Updated CryptoExchange.Net + * Version 3.2.0 - 12 Oct 2023 * Added V5 SubAccount endpoints * Added V5 ApiKey endpoints