Skip to content

Commit 78691b2

Browse files
committed
Updated to version 6.3.0
1 parent 53b09b7 commit 78691b2

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

HTX.Net/HTX.Net.csproj

Lines changed: 5 additions & 5 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>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>6.2.0</PackageVersion>
11-
<AssemblyVersion>6.2.0</AssemblyVersion>
12-
<FileVersion>6.2.0</FileVersion>
10+
<PackageVersion>6.3.0</PackageVersion>
11+
<AssemblyVersion>6.3.0</AssemblyVersion>
12+
<FileVersion>6.3.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>
@@ -48,7 +48,7 @@
4848
<PrivateAssets>all</PrivateAssets>
4949
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5050
</PackageReference>
51-
<PackageReference Include="CryptoExchange.Net" Version="8.1.0" />
51+
<PackageReference Include="CryptoExchange.Net" Version="8.1.0" />
5252
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
5353
<PrivateAssets>all</PrivateAssets>
5454
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

README.md

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

147147
## Release notes
148+
* Version 6.3.0 - 28 Oct 2024
149+
* Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
150+
* Moved FormatSymbol to HTXExchange class
151+
* Added support Side setting on SharedTrade model
152+
* Added HTXTrackerFactory for creating trackers
153+
* Added overload to Create method on HTXOrderBookFactory support SharedSymbol parameter
154+
* Fixed rate limiting incorrectly applied to websocket market data connections
155+
148156
* Version 6.2.0 - 21 Oct 2024
149157
* Added socketClient.SpotApi Order management requests
150158
* Added restClient.UsdtFuturesApi.ExchangeData.GetInsuranceFundInfoAsync endpoint

0 commit comments

Comments
 (0)