Skip to content

Commit e28ec18

Browse files
committed
Updated to version 8.9.1
1 parent 89117c8 commit e28ec18

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

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>8.9.0</PackageVersion>
11-
<AssemblyVersion>8.9.0</AssemblyVersion>
12-
<FileVersion>8.9.0</FileVersion>
10+
<PackageVersion>8.9.1</PackageVersion>
11+
<AssemblyVersion>8.9.1</AssemblyVersion>
12+
<FileVersion>8.9.1</FileVersion>
1313
<Description>A high-performance .NET client library for the HTX REST and WebSocket APIs, providing strongly typed models, automatic WebSocket reconnection, client-side rate limiting, local order book support, and seamless integration with other CryptoExchange.Net based clients.</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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
180180
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
181181

182182
## Release notes
183+
* Version 8.9.1 - 09 Apr 2026
184+
* Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
185+
* Added check in socketClient.SpotApi order book queries for null message
186+
183187
* Version 8.9.0 - 24 Mar 2026
184188
* Updated CryptoExchange.Net to version 11.0.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
185189
* Updated class for supplying API credentials from ApiCredentials to HTXCredentials

0 commit comments

Comments
 (0)