From 7af16e2c28d4dab3870ba55b6f6d0286cc4cb6c2 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sat, 4 May 2024 15:03:58 +0200 Subject: [PATCH] Updated version --- Kucoin.Net/Kucoin.Net.csproj | 8 ++++---- README.md | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Kucoin.Net/Kucoin.Net.csproj b/Kucoin.Net/Kucoin.Net.csproj index 5d57f3b9..d706a4bb 100644 --- a/Kucoin.Net/Kucoin.Net.csproj +++ b/Kucoin.Net/Kucoin.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 10.0 @@ -7,9 +7,9 @@ Kucoin.Net JKorf - 5.5.3 - 5.5.3 - 5.5.3 + 5.5.4 + 5.5.4 + 5.5.4 Kucoin.Net is a client library for accessing the Kucoin 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 Kucoin;Kucoin.Net;Kucoin Client;Kucoin API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 18be6b00..1f6a3cc6 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,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.5.4 - 04 May 2024 + * Fixed CryptoExchange.Net reference + * Version 5.5.3 - 04 May 2024 * Fixed universal transfer endpoint * Fixed FuturesApi.SubscribeToStopOrderUpdatesAsync deserialization