Skip to content

Commit

Permalink
Updated to version 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Jan 18, 2025
1 parent 00a876c commit f2d95a4
Show file tree
Hide file tree
Showing 2 changed files with 16 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.2</PackageVersion>
<AssemblyVersion>2.9.2</AssemblyVersion>
<FileVersion>2.9.2</FileVersion>
<PackageVersion>2.9.3</PackageVersion>
<AssemblyVersion>2.9.3</AssemblyVersion>
<FileVersion>2.9.3</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
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,19 @@ 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.3 - 18 Jan 2025
* Updated Bybit.Net from version 4.0.1 to version 4.0.2
* Added DepositLimit, DepositType and FromAddress to restClient.V5Api.Account.GetDepositsAsync response model
* Added DepositLimit and ContractAddress to restClient.V5Api.Account.GetDepositAddressAsync response model
* Added ContractAddress to restClient.V5Api.Account.GetAssetInfoAsync response model
* Added TradeId property to restClient.V5Api.Account.GetBrokerEarningsAsync response model
* Updated restClient.V5Api.ExchangeData.GetSpotSymbolsAsync PricePercentageFilter response model to new x/y limit value properties
* Fixed shared interfaces futures symbols request not returning full data set
* Updated Kraken.Net from version 5.5.2 to version 5.5.3
* Fixed restClient.FuturesApi.Trading.GetUserTradesAsync startTime parameter not being applied
* Updated Kucoin.Net from version 5.23.3 to version 5.23.4
* Fixed shared interfaces balance subscription providing updates for all accounts

* 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
Expand Down

0 comments on commit f2d95a4

Please sign in to comment.