Skip to content

Commit 82d5eaf

Browse files
committed
Updated to version 7.9.0
1 parent 6921f14 commit 82d5eaf

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-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.8.1</PackageVersion>
11-
<AssemblyVersion>7.8.1</AssemblyVersion>
12-
<FileVersion>7.8.1</FileVersion>
10+
<PackageVersion>7.9.0</PackageVersion>
11+
<AssemblyVersion>7.9.0</AssemblyVersion>
12+
<FileVersion>7.9.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
160160
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
161161

162162
## Release notes
163+
* Version 7.9.0 - 16 Oct 2025
164+
* Updated CryptoExchange.Net version to 9.10.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
165+
* Added ClientOrderId mapping on SharedUserTrade models
166+
* Added ITransferRestClient.TransferAsync implementation
167+
163168
* Version 7.8.1 - 13 Oct 2025
164169
* Fixed restClient.SpotApi.Account.InternalTransferAsync from and to account parameters serialization
165170
* Fixed Shared IDepositRestClient.GetDepositsAsync Completed property parsing

0 commit comments

Comments
 (0)