From 3adac5ff99f93e1af0bc4a889e9aa529d363a53a Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 25 Feb 2024 14:54:14 +0100 Subject: [PATCH] Updated version info and docs --- Huobi.Net/Huobi.Net.csproj | 8 ++++---- README.md | 15 ++++++--------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/Huobi.Net/Huobi.Net.csproj b/Huobi.Net/Huobi.Net.csproj index 91d9f562..b5338ec4 100644 --- a/Huobi.Net/Huobi.Net.csproj +++ b/Huobi.Net/Huobi.Net.csproj @@ -7,12 +7,12 @@ Huobi.Net JKorf - 5.1.0-beta2 + 5.1.0 5.1.0 5.1.0 - Huobi.Net is a .Net wrapper for the Huobi API. It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds + 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 an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false - Huobi Huobi.Net C# .Net CryptoCurrency Exchange API wrapper + Huobi;Huobi.Net;Huobi Client;Huobi API;CryptoCurrency;CryptoCurrency Exchange git https://github.com/JKorf/Huobi.Net.git https://github.com/JKorf/Huobi.Net @@ -21,7 +21,7 @@ README.md en true - 5.1.0-beta2 - Fixed ping responses websockets, Fixed lower case symbol usdt margin subscription handling + https://github.com/JKorf/Huobi.Net?tab=readme-ov-file#release-notes Huobi.Net.xml diff --git a/README.md b/README.md index c37189e4..30e0b6d3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![.NET](https://img.shields.io/github/actions/workflow/status/JKorf/Huobi.Net/dotnet.yml?style=for-the-badge)](https://github.com/JKorf/Huobi.Net/actions/workflows/dotnet.yml) ![License](https://img.shields.io/github/license/JKorf/Huobi.Net?style=for-the-badge) -Huobi.Net is a wrapper around the Huobi API as described on [Huobi](https://github.com/huobiapi), including all features the API provides using clear and readable objects, both for the REST as the websocket API's. +Huobi.Net is a client library for accessing the [Huobi REST and Websocket API](https://github.com/huobiapi). All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. ## Supported Frameworks The library is targeting both `.NET Standard 2.0` and `.NET Standard 2.1` for optimal compatibility @@ -112,20 +112,17 @@ I develop and maintain this package on my own for free in my spare time, any sup Make a one time donation in a crypto currency of your choice. If you prefer to donate a currency not listed here please contact me. **Btc**: bc1qz0jv0my7fc60rxeupr23e75x95qmlq6489n8gh -**Eth**: 0x8E21C4d955975cB645589745ac0c46ECA8FAE504 +**Eth**: 0xcb1b63aCF9fef2755eBf4a0506250074496Ad5b7 ### Sponsor Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf). ## Release notes -* Version 5.1.0-beta2 - 18 Feb 2024 - * Fixed ping responses websockets - * Fixed lower case symbol usdt margin subscription handling - -* Version 5.1.0-beta1 - 06 Feb 2024 - * Updated CryptoExchange.Net and implemented reworked websocket message handling. For release notes for the CryptoExchange.Net base library see: https://github.com/JKorf/CryptoExchange.Net/tree/beta?tab=readme-ov-file#release-notes +* Version 5.1.0 - 25 Feb 2024 + * Updated CryptoExchange.Net and implemented reworked websocket message handling. For release notes for the CryptoExchange.Net base library see: https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes * Fixed issue in DI registration causing http client to not be correctly injected - * Removed excessive constructor overload for HuobiRestClient + * Removed redundant HuobiRestClient constructor overload + * Updated some namespaces * Version 5.0.5 - 03 Dec 2023 * Updated CryptoExchange.Net