diff --git a/HTX.Net/HTX.Net.csproj b/HTX.Net/HTX.Net.csproj index d13d942..dc475a6 100644 --- a/HTX.Net/HTX.Net.csproj +++ b/HTX.Net/HTX.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 enable @@ -7,9 +7,9 @@ JKorf.HTX.Net JKorf - 6.4.1 - 6.4.1 - 6.4.1 + 6.5.0 + 6.5.0 + 6.5.0 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. false HTX;HTX.Net;HTX Client;HTX API;CryptoCurrency;CryptoCurrency Exchange;Huobi;Huobi.Net diff --git a/README.md b/README.md index 875f57a..0399be2 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,14 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf). ## Release notes +* Version 6.5.0 - 19 Nov 2024 + * Updated CryptoExchange.Net to version 8.3.0 + * Added support for loading client settings from IConfiguration + * Added DI registration method for configuring Rest and Socket options at the same time + * Added DisplayName and ImageUrl properties to HTXExchange class + * Updated client constructors to accept IOptions from DI + * Removed redundant HTXSocketClient constructor + * Version 6.4.1 - 11 Nov 2024 * Fixed deserialization issue in restClient.UsdtFuturesApi.ExchangeData.GetTickersAsync endpoint