From 30e100d01a835d11460004d84407b13d20d50f1e Mon Sep 17 00:00:00 2001 From: JKorf Date: Wed, 21 Feb 2024 19:42:56 +0100 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 8 ++++---- README.md | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 260cdec..fba38c2 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -6,9 +6,9 @@ CryptoExchange.Net JKorf A base package for implementing cryptocurrency API's - 7.0.0-beta1 - 7.0.0 - 7.0.0 + 7.0.0-beta2 + 7.0.0-beta2 + 7.0.0-beta2 false git https://github.com/JKorf/CryptoExchange.Net.git @@ -17,7 +17,7 @@ README.md icon.png true - 7.0.0-beta1 - Full overhaul of Websocket message handling, Abstracted out Newtonsoft.Json references in preparation of moving to System.Text.Json, Updated SendPeriodic to operate on connection level instead of client level to prevent looping when there are no connections, Added check to not send an unsubscribe message if there is another subscription listening to the same events, Added CryptoRestClient and CryptoSocketClient as aggregate for accessing different exchange APIs, Updated socket client log messages, Updated socket client GetSubscriptionState output + 7.0.0-beta2 - Updated RevitalizeRequestAsync signature, Removed duplicate logging enable 10.0 MIT diff --git a/README.md b/README.md index 0f63b77..c29cde3 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ 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 7.0.0-beta2 - 21 Feb 2024 + * Updated RevitalizeRequestAsync signature + * Removed duplicate logging + * Version 7.0.0-beta1 - 06 Feb 2024 * Full overhaul of Websocket message handling * Abstracted out Newtonsoft.Json references in preparation of moving to System.Text.Json