diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 4d2ae35..431f0ae 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.2.3 - 5.2.3 - 5.2.3 + 5.2.4 + 5.2.4 + 5.2.4 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.2.3 - Fixed socket getting disconnected when `no data` timeout is reached instead of being reconnected + 5.2.4 - Added handling of PlatformNotSupportedException when trying to use websocket from WebAssembly, Changed DataEvent to have a public constructor for testing purposes, Fixed EnumConverter serializing values without proper quotes, Fixed websocket connection reconnecting too quickly when resubscribing/reauthenticating fails enable 9.0 MIT diff --git a/README.md b/README.md index 7a38912..0203790 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ 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.2.4 - 31 Jul 2022 + * Added handling of PlatformNotSupportedException when trying to use websocket from WebAssembly + * Changed DataEvent to have a public constructor for testing purposes + * Fixed EnumConverter serializing values without proper quotes + * Fixed websocket connection reconnecting too quickly when resubscribing/reauthenticating fails + * Version 5.2.3 - 19 Jul 2022 * Fixed socket getting disconnected when `no data` timeout is reached instead of being reconnected