From ea9375d582be210e8dcfdbe3fe0bacf2128b160c Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 12 Jun 2022 15:36:04 +0200 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index f024d88..8f41879 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -15,7 +15,7 @@ https://github.com/JKorf/CryptoExchange.Net en true - 5.1.12 - Changed time sync so requests no longer wait for it to complete unless it's the first time, Made log client options changable after client creation, Fixed proxy setting not used when reconnecting socket, Updated socket reconnection logic + 5.1.12 - Changed time sync so requests no longer wait for it to complete unless it's the first time, Made log client options changable after client creation, Fixed proxy setting not used when reconnecting socket, Changed MaxSocketConnections to a client options, Updated socket reconnection logic enable 9.0 MIT diff --git a/README.md b/README.md index feabf8a..b6b02b7 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ 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.12 - 12 Jun 2022 + * Changed time sync so requests no longer wait for it to complete unless it's the first time + * Made log client options changable after client creation + * Fixed proxy setting not used when reconnecting socket + * Changed MaxSocketConnections to a client options + * Updated socket reconnection logic + * Version 5.1.12 - 12 Jun 2022 * Changed time sync so requests no longer wait for it to complete unless it's the first time * Made log client options changable after client creation