From ad7231ec563e05c7a303f7eec0f650e460d8d9f7 Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Sun, 1 May 2022 13:59:56 +0200 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 8 ++++---- README.md | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 56a3613..16df89b 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.7-local - 5.1.7 - 5.1.7 + 5.1.8 + 5.1.8 + 5.1.8 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.1.7 - Moved some Rest parameters from BaseRestClient to RestApiClient to allow different implementations for sub clients + 5.1.8 - Cleanup socket code, fixed an issue which could cause connections to never reconnect when connection was lost, Added support for sending requests which expect an empty response, Fixed issue with the DateTimeConverter date interpretation enable 9.0 MIT diff --git a/README.md b/README.md index 4ecdada..fed92ac 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.8 - 01 May 2022 + * Cleanup socket code, fixed an issue which could cause connections to never reconnect when connection was lost + * Added support for sending requests which expect an empty response + * Fixed issue with the DateTimeConverter date interpretation + * Version 5.1.7 - 14 Apr 2022 * Moved some Rest parameters from BaseRestClient to RestApiClient to allow different implementations for sub clients