From f1a2372ddb6815351b70e8502c60d580b6890688 Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Thu, 29 Aug 2019 09:30:35 +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 51025d2..a7744fa 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -5,13 +5,13 @@ CryptoExchange.Net JKorf - 2.1.7 + 2.1.8 false https://github.com/JKorf/CryptoExchange.Net https://github.com/JKorf/CryptoExchange.Net/blob/master/LICENSE en true - 2.1.7 - Fixed bug with socket connection not being disposed after lost connection, Resubscribing after reconnecting socket now in parallel + 2.1.8 - Added array serialization options for implementations CryptoExchange.Net.xml diff --git a/README.md b/README.md index 760c1d5..6fbea0e 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,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 2.1.8 - 29 Aug 2019 + * Added array serialization options for implementations + * Version 2.1.7 - 07 Aug 2019 * Fixed bug with socket connection not being disposed after lost connection * Resubscribing after reconnecting socket now in parallel