From c29b2d0cf1cc70db73272b137afc7b3fbf11ad58 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Fri, 20 Aug 2021 16:28:48 +0200 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 6 +++--- CryptoExchange.Net/CryptoExchange.Net.xml | 4 +--- README.md | 3 +++ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 037bcf1..bdd4c1a 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.0.2 + 4.0.3 4.0.0 - 4.0.2 + 4.0.3 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 4.0.2 - Fixed socket client continuing before the send/receive loops have been started, which could cause issues when doing concurrent connections + 4.0.3 - Fix for concurrent sent socket issue enable 8.0 MIT diff --git a/CryptoExchange.Net/CryptoExchange.Net.xml b/CryptoExchange.Net/CryptoExchange.Net.xml index de29b82..f9a1a0f 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.xml +++ b/CryptoExchange.Net/CryptoExchange.Net.xml @@ -3818,9 +3818,7 @@ - - -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 3949567..94b256c 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,9 @@ private void SomeMethod() ```` ## Release notes +* Version 4.0.3 - 20 Aug 2021 + * Fix for concurrent sent socket issue + * Version 4.0.2 - 20 Aug 2021 * Fixed socket client continuing before the send/receive loops have been started, which could cause issues when doing concurrent connections