From fb9e9f9aa65b0fdd5866387316e9277f218482f1 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Fri, 7 Jan 2022 15:10:27 +0100 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 6 +++--- README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 1836654..fb9caef 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 - 5.0.0-alpha6 + 5.0.0-alpha7 5.0.0 - 5.0.0-alpha6 + 5.0.0-alpha7 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.0.0-alpha6 - Fixed typo Comon -> Common + 5.0.0-alpha7 - Fixed SymbolOrderBook ToString() not being threadsafe, Potential fix request timeout unclear error message enable 9.0 MIT diff --git a/README.md b/README.md index dc9aa1a..2b70165 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,9 @@ private void SomeMethod() ```` ## Release notes +* Version 5.0.0-alpha7 - 07 Jan 2022 + * Fixed SymbolOrderBook ToString() not being threadsafe, Potential fix request timeout unclear error message + * Version 5.0.0-alpha6 - 03 Jan 2022 * Fixed typo Comon -> Common