Skip to content

Commit eb4bb14

Browse files
committed
Updated to version 7.11.0
1 parent ea6bae3 commit eb4bb14

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

HTX.Net/HTX.Net.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;net9.0;netstandard2.0;netstandard2.1</TargetFrameworks>
44
<Nullable>enable</Nullable>
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>JKorf.HTX.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>7.10.0</PackageVersion>
11-
<AssemblyVersion>7.10.0</AssemblyVersion>
12-
<FileVersion>7.10.0</FileVersion>
10+
<PackageVersion>7.11.0</PackageVersion>
11+
<AssemblyVersion>7.11.0</AssemblyVersion>
12+
<FileVersion>7.11.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
161161
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
162162

163163
## Release notes
164+
* Version 7.11.0 - 11 Nov 2025
165+
* Updated CryptoExchange.Net version to 9.13.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
166+
* Added handling of `close` futures websocket message
167+
* Added WaitingTinyAmount to WithdrawDepositStatus enum
168+
* Fixed various restClient.SpotApi.Margin deserialization issues
169+
164170
* Version 7.10.0 - 03 Nov 2025
165171
* Updated CryptoExchange.Net to version 9.12.0
166172
* Added support for using SharedSymbol.UsdOrStable in Shared APIs

0 commit comments

Comments
 (0)