From ed5abb6f2266db7cb2ea2935722da11f806b10cf Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Sat, 20 Jun 2020 20:36:15 +0200 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 4 ++-- README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 62bb836..dab827b 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.10 + 3.0.11 false https://github.com/JKorf/CryptoExchange.Net en true - 3.0.10 - Fix for order book synchronization + 3.0.11 - Added support for checksum in SymbolOrderBook enable 8.0 MIT diff --git a/README.md b/README.md index 664643c..3d85219 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,9 @@ 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.0.11 - 20 Jun 2020 + * Added support for checksum in SymbolOrderBook + * Version 3.0.10 - 16 Jun 2020 * Fix for order book synchronization