From c2d2b600bd93da6c3700d29b7216810972d83f99 Mon Sep 17 00:00:00 2001 From: JKorf Date: Mon, 14 Oct 2024 18:42:16 +0200 Subject: [PATCH] Updated to version 2.5.1 --- OKX.Net/OKX.Net.csproj | 6 +++--- README.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/OKX.Net/OKX.Net.csproj b/OKX.Net/OKX.Net.csproj index 9e1f3da..7962210 100644 --- a/OKX.Net/OKX.Net.csproj +++ b/OKX.Net/OKX.Net.csproj @@ -7,9 +7,9 @@ JK.OKX.Net JKorf - 2.5.0 - 2.5.0 - 2.5.0 + 2.5.1 + 2.5.1 + 2.5.1 JK.OKX.Net is client library for accessing the OKX 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 OKX;OKX.Net;OKX Client;OKX API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 849cc78..75f0357 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,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 2.5.1 - 14 Oct 2024 + * Updated CryptoExchange.Net to version 8.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.3 + * Fixed TypeLoadException during initialization + * Version 2.5.0 - 08 Oct 2024 * Added ExchangeData.GetAnnouncementsAsync and GetAnnouncementTypesAsync endpoints * Added asset parameter to Account.GetLeverageAsync endpoint