Skip to content

Commit bfd2c52

Browse files
committed
Updated to version 6.8.0
1 parent 07845bf commit bfd2c52

File tree

2 files changed

+9
-3
lines changed

2 files changed

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

153153
## Release notes
154+
* Version 6.8.0 - 23 Dec 2024
155+
* Updated CryptoExchange.Net to version 8.5.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
156+
* Added SetOptions methods on Rest and Socket clients
157+
* Added setting of DefaultProxyCredentials to CredentialCache.DefaultCredentials on the DI http client
158+
* Improved websocket disconnect detection
159+
154160
* Version 6.7.2 - 08 Dec 2024
155161
* Updated CryptoExchange.Net to version 8.4.4 to fix deserialization error in .net framework
156162

0 commit comments

Comments
 (0)