From 46fbc1eb85b93e7c1f220d3ccb462c1417556164 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 24 Mar 2024 11:49:29 +0100 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 8 ++++---- README.md | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index eef121a..c2de3c1 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 @@ -6,9 +6,9 @@ CryptoExchange.Net JKorf CryptoExchange.Net is a base library which is used to implement different cryptocurrency (exchange) API's. It provides a standardized way of implementing different API's, which results in a very similar experience for users of the API implementations. - 7.1.0 - 7.1.0 - 7.1.0 + 7.2.0 + 7.2.0 + 7.2.0 false OKX;OKX.Net;Mexc;Mexc.Net;Kucoin;Kucoin.Net;Kraken;Kraken.Net;Huobi;Huobi.Net;CoinEx;CoinEx.Net;Bybit;Bybit.Net;Bitget;Bitget.Net;Bitfinex;Bitfinex.Net;Binance;Binance.Net;CryptoCurrency;CryptoCurrency Exchange git diff --git a/README.md b/README.md index c2983b6..4a64041 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,14 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf). ## Release notes +* Version 7.2.0 - 24 Mar 2024 + * Added ArrayParametersSerialization.JsonArray support + * Refactored to high-performance logging for hot paths + * Updated SymbolOrderBook to use LoggerFactory + * Performance improvements + * Small bug fixes + * Updated logging + * Version 7.1.0 - 16 Mar 2024 * Added initial System.Text.Json deserialization support * Added support for setting MessageSendSizeLimit for websocket clients to limit message size