From 4426a569ad8785bdf4ca350914db454f2f6cf8c7 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Wed, 11 Sep 2024 15:26:57 +0200 Subject: [PATCH] Updated to version 5.13.2 --- Kucoin.Net/Kucoin.Net.csproj | 6 +++--- Kucoin.Net/Kucoin.Net.xml | 5 ----- README.md | 3 +++ 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Kucoin.Net/Kucoin.Net.csproj b/Kucoin.Net/Kucoin.Net.csproj index cca37e5..ef0d4f0 100644 --- a/Kucoin.Net/Kucoin.Net.csproj +++ b/Kucoin.Net/Kucoin.Net.csproj @@ -7,9 +7,9 @@ Kucoin.Net JKorf - 5.13.1 - 5.13.1 - 5.13.1 + 5.13.2 + 5.13.2 + 5.13.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 automatic websocket (re)connection management, client side rate limiting, 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/Kucoin.Net/Kucoin.Net.xml b/Kucoin.Net/Kucoin.Net.xml index a017557..d57d019 100644 --- a/Kucoin.Net/Kucoin.Net.xml +++ b/Kucoin.Net/Kucoin.Net.xml @@ -5905,11 +5905,6 @@ Order result - - - Client order id - - Symbol diff --git a/README.md b/README.md index f638aaa..58c8aef 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,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.13.2 - 11 Sep 2024 + * Added SpotApi.ExchangeData.GetSymbolAsync endpoint + * Version 5.13.1 - 28 Aug 2024 * Updated CryptoExchange.Net to version 7.11.2, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.2 * Added FuturesApi.Trading.PlaceTpSlOrderAsync endpoint, added ClientOrderId property to futures order placement response