Skip to content

Commit c65a950

Browse files
committed
Updated to version 6.7.0
1 parent 3fcfea6 commit c65a950

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.6.0</PackageVersion>
11-
<AssemblyVersion>6.6.0</AssemblyVersion>
12-
<FileVersion>6.6.0</FileVersion>
10+
<PackageVersion>6.7.0</PackageVersion>
11+
<AssemblyVersion>6.7.0</AssemblyVersion>
12+
<FileVersion>6.7.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 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
@@ -146,6 +146,11 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
146146
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
147147

148148
## Release notes
149+
* Version 6.7.0 - 02 Dec 2024
150+
* Added AllowAppendingClientOrderId option
151+
* Updated client order id logic for client reference for the Spot API
152+
* Fix for orderbook creation via HTXOrderBookFactory
153+
149154
* Version 6.6.0 - 28 Nov 2024
150155
* Updated CryptoExchange.Net to version 8.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.4.0
151156
* Added GetFeesAsync Shared REST client implementations

0 commit comments

Comments
 (0)