From 3ed2b7a9598d3f1ae8330f72e47302d4fc37c1b1 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Wed, 28 Apr 2021 13:16:18 +0200 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 50af7c6..ac3304b 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 - 3.8.1 - 3.8.0 - 3.8.1 + 3.9.0 + 3.9.0 + 3.9.0 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 3.8.1 - Added additional debug messages, Added ValidateNullOrNotEmpty method extension + 3.9.0 - Added optional JsonSerializer parameter to SendRequest to use during deserialization, Fix for unhandled message warning when unsubscribing a socket subscription enable 8.0 MIT diff --git a/README.md b/README.md index 648ba6a..c4b5637 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,10 @@ static async Task GetExchangeData(IExchangeClient client) ```` ## Release notes +* Version 3.9.0 - 28 apr 2021 + * Added optional JsonSerializer parameter to SendRequest to use during deserialization + * Fix for unhandled message warning when unsubscribing a socket subscription + * Version 3.8.1 - 19 apr 2021 * Added debug logs * Added ValidateNullOrNotEmpty extension method