Skip to content

Commit

Permalink
Updated to version 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Jan 13, 2025
1 parent 481a60a commit 670376f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CryptoClients.Net/CryptoClients.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<PropertyGroup>
<PackageId>CryptoClients.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>2.9.1</PackageVersion>
<AssemblyVersion>2.9.1</AssemblyVersion>
<FileVersion>2.9.1</FileVersion>
<PackageVersion>2.9.2</PackageVersion>
<AssemblyVersion>2.9.2</AssemblyVersion>
<FileVersion>2.9.2</FileVersion>
<Description>CryptoClients.Net is a collection of multiple cryptocurrency exchange API clients for accessing both the REST API's and WebSocket API's. Supports order and account management and requesting and streaming both public and private data.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>CryptoClients;CryptoClients.Net;OKX;OKX.Net;Mexc;Mexc.Net;Kucoin;Kucoin.Net;Kraken;Kraken.Net;Huobi;Huobi.Net;HTX;HTX.Net;CoinEx;CoinEx.Net;Bybit;Bybit.Net;Bitget;Bitget.Net;Bitfinex;Bitfinex.Net;BingX;BingX.Net;Binance;Binance.Net;GateIo.Net;Gate.io;BitMart;BitMart.Net;CryptoCurrency;CryptoCurrency Exchange</PackageTags>
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@ 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 2.9.2 - 13 Jan 2025
* Updated ExchangeOrderBookFactory to use lower update intervals where available
* Updated XT.Net from version 1.1.2 to version 1.1.3
* Various fixes in UsdtFutures trigger/track/stop limit order endpoints

* Version 2.9.1 - 09 Jan 2025
* Updated reference CryptoExchange.Net version from 8.6.0 to 8.6.1
* Fixed websocket connection getting stuck after a ping frame timeout
Expand Down

0 comments on commit 670376f

Please sign in to comment.