From 10915c1674dbd5f55210a4a0bb24a20b084ec489 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Wed, 22 Sep 2021 14:14:03 +0200 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 8 ++++---- CryptoExchange.Net/CryptoExchange.Net.xml | 4 +++- README.md | 3 +++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index e4206da..993c5ac 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.0 - 4.2.0 - 4.2.0 + 4.2.1 + 4.2.1 + 4.2.1 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 4.2.0 - Prevent reconnect spamming when invalid checksum is calculated in SymbolOrderBook, Added default nonce provider implementation + 4.2.1 - Fìx for websocket not automatically reconnecting when connection is closed unexpectedly enable 8.0 MIT diff --git a/CryptoExchange.Net/CryptoExchange.Net.xml b/CryptoExchange.Net/CryptoExchange.Net.xml index cdc0cd0..3154c4d 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.xml +++ b/CryptoExchange.Net/CryptoExchange.Net.xml @@ -3962,7 +3962,9 @@ - + + +System.Diagnostics.CodeAnalysis.AllowNullAttribute"> Specifies that is allowed as an input even if the corresponding type disallows it. diff --git a/README.md b/README.md index 1cc7348..8899aef 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,9 @@ private void SomeMethod() ```` ## Release notes +* Version 4.2.1 - 22 Sep 2021 + * Fìx for websocket not automatically reconnecting when connection is closed unexpectedly + * Version 4.2.0 - 20 Sep 2021 * Prevent reconnect spamming when invalid checksum is calculated in SymbolOrderBook * Added default nonce provider implementation