From f8f2d4f26496738e6459b2e67dbcd629f5184bbc Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 19 Nov 2023 21:15:51 +0100 Subject: [PATCH] Updated version --- Huobi.Net/Huobi.Net.csproj | 8 ++++---- README.md | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Huobi.Net/Huobi.Net.csproj b/Huobi.Net/Huobi.Net.csproj index fde89747..0343a3bf 100644 --- a/Huobi.Net/Huobi.Net.csproj +++ b/Huobi.Net/Huobi.Net.csproj @@ -7,9 +7,9 @@ Huobi.Net JKorf - 5.0.3 - 5.0.3 - 5.0.3 + 5.0.4 + 5.0.4 + 5.0.4 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 false Huobi Huobi.Net C# .Net CryptoCurrency Exchange API wrapper @@ -21,7 +21,7 @@ README.md en true - 5.0.3 - Updated CryptoExchange.Net + 5.0.4 - Added support for sending broker id Huobi.Net.xml diff --git a/README.md b/README.md index 27a63a3f..0a5d6bc6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s A Discord server is available [here](https://discord.gg/MSpeEtSY8t). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries. ## Release notes +* Version 5.0.4 - 19 Nov 2023 + * Added support for sending broker id + * Version 5.0.3 - 24 Oct 2023 * Updated CryptoExchange.Net