From 4accc8039b7f5ac0beef26988ae9d834fbe244ff Mon Sep 17 00:00:00 2001 From: Jkorf Date: Thu, 9 Jul 2026 15:06:09 +0200 Subject: [PATCH] Updated to version 12.1.0 --- CryptoExchange.Net/CryptoExchange.Net.csproj | 6 +++--- README.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index ae2e1e63..223648c8 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -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. - 12.0.2 - 12.0.2 - 12.0.2 + 12.1.0 + 12.1.0 + 12.1.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;CryptoExchange.Net git diff --git a/README.md b/README.md index 92c3e7fc..434acceb 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,11 @@ Various: * PlatformInfo now required support environment names in the constructor ## Release notes +* Version 12.1.0 - 09 Jul 2026 + * Added ExchangeParameters parameter to KlineTracker, TradeTracker and ITrackerFactory methods + * Updated some testing logic + * Fixed nullability operator on Parameters.AddCommaSeperated + * Version 12.0.2 - 01 Jul 2026 * Updated test validation to output a list of issues instead of throwing on the first