Skip to content

Commit 6e20d66

Browse files
committed
Updated to version 7.5.0
1 parent 3011825 commit 6e20d66

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

HTX.Net/HTX.Net.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>JKorf.HTX.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>7.4.0</PackageVersion>
11-
<AssemblyVersion>7.4.0</AssemblyVersion>
12-
<FileVersion>7.4.0</FileVersion>
10+
<PackageVersion>7.5.0</PackageVersion>
11+
<AssemblyVersion>7.5.0</AssemblyVersion>
12+
<FileVersion>7.5.0</FileVersion>
1313
<Description>HTX.Net is a client library for accessing the HTX REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, client side rate limiting, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.</Description>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageTags>HTX;HTX.Net;HTX.com;HTX Client;HTX API;CryptoCurrency;CryptoCurrency Exchange;Huobi;Huobi.Net;CryptoExchange.Net</PackageTags>

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,13 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
158158
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
159159

160160
## Release notes
161+
* Version 7.5.0 - 20 Aug 2025
162+
* Updated CryptoExchange.Net to version 9.5.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
163+
* Added improved error parsing
164+
* Updated rest request sending too prevent duplicate parameter serialization
165+
* Updated restClient.SpotApi.Trading.PlaceMultipleOrderAsync to return CallResult objects allowing for improved error handling
166+
* Fixed restClient.UsdtFuturesApi.Account.GetTradingStatusAsync endpoint deserialization
167+
161168
* Version 7.4.0 - 04 Aug 2025
162169
* Updated CryptoExchange.Net to version 9.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
163170

0 commit comments

Comments
 (0)