From 42f95243d94ad46a1e092b693ce71ff2a2cb52a5 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Tue, 1 Mar 2022 16:11:29 +0100 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 6 +++--- README.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 21fc53b..d26855b 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.2 + 5.1.3 5.1.1 - 5.1.2 + 5.1.3 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.1.2 - Fixed issue where the rate limiter was messing with time syncing, Added support for delegate parameters, Added `ignoreRateLimit` paramter in `SendRequestAsync` + 5.1.3 - Fixed some issues in websocket reconnection, should be more robust now, Prevent duplicate data reading on error in rest request, Added ApiName to time sync state to improve log feedback enable 9.0 MIT diff --git a/README.md b/README.md index 73b714c..000b059 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.3 - 01 Mar 2022 + * Fixed some issues in websocket reconnection, should be more robust now + * Prevent duplicate data reading on error in rest request + * Added ApiName to time sync state to improve log feedback + * Version 5.1.2 - 27 Feb 2022 * Fixed issue where the rate limiter was messing with time syncing * Added support for delegate parameters