Skip to content

Commit c03cbb6

Browse files
committed
Updated to version 6.9.1
1 parent d108d79 commit c03cbb6

File tree

2 files changed

+8
-3
lines changed

2 files changed

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

156156
## Release notes
157+
* Version 6.9.1 - 28 Mar 2025
158+
* Added QuoteQuantity to socketClient.SpotApi.SubscribeToOrderUpdatesAsync canceled order update
159+
* Fixed restClient.SpotApi.Trading.CancelAllOrdersAsync endpoint
160+
* Fixed shared client balance subscription updates
161+
157162
* Version 6.9.0 - 11 Feb 2025
158163
* Updated CryptoExchange.Net to version 8.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
159164
* Added support for more SharedKlineInterval values

0 commit comments

Comments
 (0)