Skip to content

Commit 2b6de72

Browse files
committed
Updated to version 7.10.0
1 parent bf368eb commit 2b6de72

File tree

2 files changed

+9
-3
lines changed

2 files changed

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

163163
## Release notes
164+
* Version 7.10.0 - 03 Nov 2025
165+
* Updated CryptoExchange.Net to version 9.12.0
166+
* Added support for using SharedSymbol.UsdOrStable in Shared APIs
167+
* Fixed exception when initial trade snapshot has no items in TradeTracker
168+
* Removed some unhelpful verbose logs
169+
164170
* Version 7.9.0 - 16 Oct 2025
165171
* Updated CryptoExchange.Net version to 9.10.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
166172
* Added ClientOrderId mapping on SharedUserTrade models

0 commit comments

Comments
 (0)