From 2cc2dc6ceb124491f2cabe9f1d33f5212c258bc8 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Tue, 20 May 2025 14:51:19 +0200 Subject: [PATCH] Updated to version 9.0.1 --- 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 13a12ad..31d8d96 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. - 9.0.0 - 9.0.0 - 9.0.0 + 9.0.1 + 9.0.1 + 9.0.1 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 4ade401..1bf6946 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ 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 9.0.1 - 20 May 2025 + * Improved response time on CancellationToken cancel during subscribing + * Added support for sending query without expecting a response + * Version 9.0.0 - 13 May 2025 * Added support for Native AOT compilation * Updated all IEnumerable response types to array response types