From a24c7e008f168c6c2bcdb825f75b4e5bb4066987 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Wed, 29 Sep 2021 14:04:07 +0200 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 8 ++++---- README.md | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 03a96c9..e153a22 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 exchange API's - 4.2.2 - 4.2.2 - 4.2.2 + 4.2.3 + 4.2.3 + 4.2.3 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 4.2.2 - Restored missing request parameters log + 4.2.3 - Added IncomingKbps property to socket/socket client, Updated logging, Socket performance improvements enable 8.0 MIT diff --git a/README.md b/README.md index 4bb3baf..4818739 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,11 @@ private void SomeMethod() ```` ## Release notes +* Version 4.2.3 - 29 Sep 2021 + * Added IncomingKbps property to socket/socket client + * Updated logging + * Socket performance improvements + * Version 4.2.2 - 23 Sep 2021 * Restored missing request parameters log