diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index c623bab..2766fa5 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -6,16 +6,16 @@ CryptoExchange.Net JKorf A base package for implementing cryptocurrency API's - 5.3.0 - 5.3.0 - 5.3.0 + 5.3.1 + 5.3.1 + 5.3.1 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.3.0 - Reworked client architecture, shifting funcationality to the ApiClient, Fixed ArrayConverter exponent parsing, Fixed ArrayConverter not checking null, Added optional delay setting after establishing socket connection, Added callback for revitalizing a socket request when reconnecting, Fixed proxy setting websocket + 5.3.1 - Added default request parameter ordering before applying authentication, Fixed possible issue where a socket would reconnect when it should close if it was already in reconnecting enable 9.0 MIT diff --git a/README.md b/README.md index 3718f87..50c6854 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,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 5.3.1 - 08 Dec 2022 + * Added default request parameter ordering before applying authentication + * Fixed possible issue where a socket would reconnect when it should close if it was already in reconnecting + * Version 5.3.0 - 14 Nov 2022 * Reworked client architecture, shifting funcationality to the ApiClient * Fixed ArrayConverter exponent parsing