From 4cc0f20e9158b0e9b9b8d05cb0f3b81571cc4c61 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sat, 27 Jul 2024 15:26:06 +0200 Subject: [PATCH] Updated to version 5.6.0 --- Huobi.Net/Huobi.Net.csproj | 6 +++--- README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Huobi.Net/Huobi.Net.csproj b/Huobi.Net/Huobi.Net.csproj index 0ddfeaaf..536522fb 100644 --- a/Huobi.Net/Huobi.Net.csproj +++ b/Huobi.Net/Huobi.Net.csproj @@ -7,9 +7,9 @@ Huobi.Net JKorf - 5.5.0 - 5.5.0 - 5.5.0 + 5.6.0 + 5.6.0 + 5.6.0 Huobi.Net is a client library for accessing the Huobi REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false Huobi;Huobi.Net;Huobi Client;Huobi API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index e800b331..40b4d446 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,9 @@ 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 5.6.0 - 27 Jul 2024 + * Updated CryptoExchange.Net to version 7.10.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.10.0 + * Version 5.5.0 - 16 Jul 2024 * Updated CryptoExchange.Net to version 7.9.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.9.0 * Updated internal classes to internal access modifier