Skip to content

Commit c0570a3

Browse files
committed
Updated to version 8.6.0
1 parent b632728 commit c0570a3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-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>8.5.0</PackageVersion>
11-
<AssemblyVersion>8.5.0</AssemblyVersion>
12-
<FileVersion>8.5.0</FileVersion>
10+
<PackageVersion>8.6.0</PackageVersion>
11+
<AssemblyVersion>8.6.0</AssemblyVersion>
12+
<FileVersion>8.6.0</FileVersion>
1313
<Description>HTX.Net is a high performance 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
163163
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
164164

165165
## Release notes
166+
* Version 8.6.0 - 16 Feb 2026
167+
* Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
168+
166169
* Version 8.5.0 - 10 Feb 2026
167170
* Updated CryptoExchange.Net to version 10.5.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
168171
* Updated UserClientProvider internal client cache to non-static to prevent cleanup issues

0 commit comments

Comments
 (0)