From a16b19019f78a813d61e31dd87f028e6146ff982 Mon Sep 17 00:00:00 2001 From: JKorf Date: Mon, 18 Sep 2023 20:13:00 +0200 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 8 ++++---- README.md | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 5be50c4..714ab79 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 - 6.1.2 - 6.1.2 - 6.1.2 + 6.1.3 + 6.1.3 + 6.1.3 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 6.1.2 - Added support for multiple of the same ratelimiting type in the same rate limiter, Fixed nullreference on rate limit error if no Retry-After header is returned + 6.1.3 - Fix for concurrency exception in socket subscription enable 10.0 MIT diff --git a/README.md b/README.md index c2596ad..f670bfc 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ 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 6.1.3 - 18 Sep 2023 + * Fix for concurrency exception in socket subscription + * Version 6.1.2 - 11 Sep 2023 * Added support for multiple of the same ratelimiting type in the same rate limiter * Fixed nullreference on rate limit error if no Retry-After header is returned