From 0005534a95cf02f8083dde6b338a86af66198c17 Mon Sep 17 00:00:00 2001 From: JKorf Date: Tue, 14 Feb 2023 20:10:13 +0100 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 8 ++++---- README.md | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 2766fa5..cce5716 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.3.1 - 5.3.1 - 5.3.1 + 5.4.0 + 5.4.0 + 5.4.0 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.3.1 - Added default request parameter ordering before applying authentication, Fixed possible issue where a socket would reconnect when it should close if it was already in reconnecting + 5.4.0 - Added unsubscribing when receiving subscribe answer after the request timeout has passed, Fixed socket options copying, Made TimeSync implementation optional, Cleaned up ApiCredentials and added better support for extending ApiCredentials enable 9.0 MIT diff --git a/README.md b/README.md index 50c6854..d6d8dad 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ 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 5.4.0 - 14 Feb 2023 + * Added unsubscribing when receiving subscribe answer after the request timeout has passed + * Fixed socket options copying + * Made TimeSync implementation optional + * Cleaned up ApiCredentials and added better support for extending ApiCredentials + * Version 5.3.1 - 08 Dec 2022 * Added default request parameter ordering before applying authentication * Fixed possible issue where a socket would reconnect when it should close if it was already in reconnecting