Skip to content

Commit 0f1e84e

Browse files
committed
Updated to version 7.8.0
1 parent 7c3bc3a commit 0f1e84e

File tree

2 files changed

+7
-3
lines changed

2 files changed

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

161161
## Release notes
162+
* Version 7.8.0 - 30 Sep 2025
163+
* Updated CryptoExchange.Net version to 9.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
164+
* Added ITrackerFactory to TrackerFactory implementation
165+
162166
* Version 7.7.0 - 01 Sep 2025
163167
* Updated CryptoExchange.Net version to 9.7.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
164168
* HTTP REST requests will now use HTTP version 2.0 by default

0 commit comments

Comments
 (0)