diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index cf788b3..e4206da 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.1.0 - 4.1.0 - 4.1.0 + 4.2.0 + 4.2.0 + 4.2.0 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 4.1.0 - Added overload for UnsubscribeAsync with id parameter, Added parameter position configuration per HttpMethod type, Added option to send custom headers with each requets, Added option to send custom headers with individual requests, Added debug data on error + 4.2.0 - Prevent reconnect spamming when invalid checksum is calculated in SymbolOrderBook, Added default nonce provider implementation enable 8.0 MIT diff --git a/CryptoExchange.Net/CryptoExchange.Net.xml b/CryptoExchange.Net/CryptoExchange.Net.xml index babdda6..688fe3c 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.xml +++ b/CryptoExchange.Net/CryptoExchange.Net.xml @@ -3976,7 +3976,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 4ec1798..1cc7348 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,10 @@ private void SomeMethod() ```` ## Release notes +* Version 4.2.0 - 20 Sep 2021 + * Prevent reconnect spamming when invalid checksum is calculated in SymbolOrderBook + * Added default nonce provider implementation + * Version 4.1.0 - 15 Sep 2021 * Added overload for UnsubscribeAsync with id parameter * Added parameter position configuration per HttpMethod type