From 0314364dda67e259e91c43e86dfea4643f988050 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 3 Dec 2023 16:04:38 +0100 Subject: [PATCH] Updated version --- OKX.Net/OKX.Net.csproj | 10 +++++----- README.md | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/OKX.Net/OKX.Net.csproj b/OKX.Net/OKX.Net.csproj index 3992966..8b4a887 100644 --- a/OKX.Net/OKX.Net.csproj +++ b/OKX.Net/OKX.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 latest @@ -7,9 +7,9 @@ JK.OKX.Net JKorf - 1.4.3 - 1.4.3 - 1.4.3 + 1.4.4 + 1.4.4 + 1.4.4 OKX.Net is a .Net wrapper for the OKX API (https://www.okx.com). 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 OKX OKEx OKEx.Net C# .Net CryptoCurrency Exchange Rest API and WebSocket API Wrapper @@ -18,7 +18,7 @@ README.md en true - 1.4.3 - Updated BrokerId logic so clientOrderId isn't influenced, Fixed order update deserialization issue + 1.4.4 - Updated CryptoExchange.Net OKX.Net.xml diff --git a/README.md b/README.md index 264ae46..3b947d0 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,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 1.4.4 - 03 Dec 2023 + * Updated CryptoExchange.Net + * Version 1.4.3 - 28 Nov 2023 * Updated BrokerId logic so clientOrderId isn't influenced * Fixed order update deserialization issue