From 673ca89218df33338a314aa21d0427f3e79d70e7 Mon Sep 17 00:00:00 2001 From: JKorf Date: Wed, 1 May 2024 21:01:59 +0200 Subject: [PATCH] Updated version --- Kucoin.Net/Kucoin.Net.csproj | 8 ++++---- README.md | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Kucoin.Net/Kucoin.Net.csproj b/Kucoin.Net/Kucoin.Net.csproj index 0bd52d4c..77bd5798 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.1 - 5.5.1 - 5.5.1 + 5.5.2 + 5.5.2 + 5.5.2 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 4c9ba134..ff23f1f4 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,10 @@ 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.2 - 01 May 2024 + * Added SpotApi.Trading.GetOcoOrderByClientOrderIdAsync to interface + * Updated CryptoExchange.Net to v7.5.0, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes + * Version 5.5.1 - 28 Apr 2024 * Added Url and ApiDocsUrl to KrakenExchange static info class * Added KucoinOrderBookFactory book creation method