diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index eb31401..5d6ba73 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.1.10 - 5.1.10 - 5.1.10 + 5.1.11 + 5.1.11 + 5.1.11 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.1.10 - Fixed order book reconnecting while Diposed, Fixed exception when disposing socket client while reconnecting, Added additional null/default checking in DateTimeConverter, Changed ConnectionLost subscription event to run in seperate task to prevent exception/longer operations from intervering with reconnecting + 5.1.11 - Added KeepAliveInterval setting, Fixed port not being copied when setting parameters on request, Fixed inconsistent PackageReference casing in csproj enable 9.0 MIT diff --git a/README.md b/README.md index 3ddc263..bc504be 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ I develop and maintain this package on my own for free in my spare time. Donatio Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf) ## Release notes +* Version 5.1.11 - 24 May 2022 + * Added KeepAliveInterval setting + * Fixed port not being copied when setting parameters on request + * Fixed inconsistent PackageReference casing in csproj + * Version 5.1.10 - 22 May 2022 * Fixed order book reconnecting while Diposed * Fixed exception when disposing socket client while reconnecting