Skip to content

Commit

Permalink
Updated to version 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Dec 8, 2024
1 parent 0a00056 commit 1060f18
Show file tree
Hide file tree
Showing 2 changed files with 23 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.7.0</PackageVersion>
<AssemblyVersion>2.7.0</AssemblyVersion>
<FileVersion>2.7.0</FileVersion>
<PackageVersion>2.7.1</PackageVersion>
<AssemblyVersion>2.7.1</AssemblyVersion>
<FileVersion>2.7.1</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
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,26 @@ 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.7.1 - 08 Dec 2024
* Updated reference CryptoExchange.Net version from 8.4.3 to 8.4.4
* Changed JsonConverterCtorAttribute to use constructor type parameter instead of generic type parameter to support .net framework
* Updated Binance from version 10.13.0 to version 10.13.2
* Fixed deserialization error in .net framework
* Fixed null exception caused by invalid key for copy trading
* Fixed BinanceSubAccountTransferSubAccount model deserialization
* Updated Bitfinex from version 7.12.1 to version 7.12.2
* Fixed Shared balance subscription also sending funding balances
* Updated BitMart from version 1.10.1 to version 1.10.1
* Fixed clientOrderId parameter serialization in restClient.SpotApi.Trading.PlaceMultipleOrdersAsync
* Updated CoinEx from version7.12.0 to version 7.12.1
* Fixed deserialization error in .net framework
* Updated HTX from version 6.7.1 to version 6.7.2
* Fixed deserialization error in .net framework
* Updated OKX from version 2.12.0 to version 2.12.1
* Fixed deserialization error in .net framework
* Updated XT from version 1.0.0 to version 1.0.1
* Fixed change percentage response in Shared spot symbol response not being actual percentage

* Version 2.7.0 - 04 Dec 2024
* Added XT.Net 1.0.0
* Added DisplayName and ImageUrl to ExchangeInfo model
Expand Down

0 comments on commit 1060f18

Please sign in to comment.