From c762aa76ce2e91d4eab363c3d152f24ce23f5209 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 28 Oct 2024 14:43:44 +0100 Subject: [PATCH] Updated to version 7.8.0 --- CoinEx.Net/CoinEx.Net.csproj | 10 +++++----- README.md | 7 +++++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CoinEx.Net/CoinEx.Net.csproj b/CoinEx.Net/CoinEx.Net.csproj index fc8d82a..96b6e59 100644 --- a/CoinEx.Net/CoinEx.Net.csproj +++ b/CoinEx.Net/CoinEx.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 10.0 @@ -7,9 +7,9 @@ CoinEx.Net JKorf - 7.7.2 - 7.7.2 - 7.7.2 + 7.8.0 + 7.8.0 + 7.8.0 CoinEx.Net is a client library for accessing the CoinEx REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false CoinEx;CoinEx.Net;CoinEx Client;CoinEx API;CryptoCurrency;CryptoCurrency Exchange @@ -48,7 +48,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/README.md b/README.md index 98a4fb3..4fa8c83 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,13 @@ 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 7.8.0 - 28 Oct 2024 + * Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0 + * Moved FormatSymbol to CoinExExchange class + * Added support Side setting on SharedTrade model + * Added CoinExTrackerFactory for creating trackers + * Added overload to Create method on CoinExOrderBookFactory support SharedSymbol parameter + * Version 7.7.2 - 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