From fd1a2bbda95314f4b03d1d0e0078171238429c7c Mon Sep 17 00:00:00 2001 From: Jkorf Date: Tue, 25 Jan 2022 13:19:10 +0100 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 6 +++--- README.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 3b1e9c8..15c01fd 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-beta4 + 5.0.0-beta5 5.0.0 - 5.0.0-beta4 + 5.0.0-beta5 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.0.0-beta4 - Fixed dependencies + 5.0.0-beta5 - Fixed DateTime string including nanoseconds deserialization in DateTimeConverter, Refactored SymbolOrderBook to use AsyncResetEvent instead of AutoResetEvent to prevent thread blocking enable 9.0 MIT diff --git a/README.md b/README.md index f238b0f..d08e1c1 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ I develop and maintain this package on my own for free in my spare time. Donatio Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf) ## Release notes +* Version 5.0.0-beta5 - 25 Jan 2022 + * Fixed DateTime string including nanoseconds deserialization in DateTimeConverter + * Refactored SymbolOrderBook to use AsyncResetEvent instead of AutoResetEvent to prevent thread blocking + * Version 5.0.0-beta4 - 24 Jan 2022 * Fixed dependencies