From a94e261bf164fcbf9be4055a2454bd8c1e79f257 Mon Sep 17 00:00:00 2001 From: JKorf Date: Thu, 8 Oct 2020 09:39:23 +0200 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 4 ++-- README.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index d20579e..e9c55e5 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -6,12 +6,12 @@ CryptoExchange.Net JKorf A base package for implementing cryptocurrency exchange API's - 3.0.15 + 3.1.0 false https://github.com/JKorf/CryptoExchange.Net en true - 3.0.15 - Changed default ShouldCheckObjects to false to prevent spam in logging + 3.1.0 - Added CallResult without type parameter for calls which don't return data, Added GetErrorOrResult method on CallResult to support proper nullability checking, Fix for reading credentials from file, Fix for setting custom base addresses in clients enable 8.0 MIT diff --git a/README.md b/README.md index d2e597a..49e2a75 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,12 @@ The order book will automatically reconnect when the connection is lost and resy To stop synchronizing an order book use the `Stop` method. ## Release notes +* Version 3.1.0 - 08 Oct 2020 + * Added CallResult without type parameter for calls which don't return data + * Added GetErrorOrResult method on CallResult to support proper nullability checking + * Fix for reading credentials from file + * Fix for setting custom base addresses in clients + * Version 3.0.15 - 06 Oct 2020 * Changed default ShouldCheckObjects to false to prevent spam in logging