Skip to content

Commit 363385d

Browse files
committed
Updated to version 7.1.0
1 parent b63b6bf commit 363385d

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.0.0</PackageVersion>
11-
<AssemblyVersion>7.0.0</AssemblyVersion>
12-
<FileVersion>7.0.0</FileVersion>
10+
<PackageVersion>7.1.0</PackageVersion>
11+
<AssemblyVersion>7.1.0</AssemblyVersion>
12+
<FileVersion>7.1.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</PackageTags>

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
155155
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
156156

157157
## Release notes
158+
* Version 7.1.0 - 02 Jun 2025
159+
* Updated CryptoExchange.Net to version 9.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
160+
* Added (I)HTXUserClientProvider allowing for easy client management when handling multiple users
161+
158162
* Version 7.0.0 - 13 May 2025
159163
* Updated CryptoExchange.Net to version 9.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
160164
* Added support for Native AOT compilation

0 commit comments

Comments
 (0)