From 9ec3a6f35e388027f791f8f39d9b97e6cd13934e Mon Sep 17 00:00:00 2001 From: JKorf Date: Thu, 8 Aug 2024 09:11:07 +0200 Subject: [PATCH] Updated to version 1.7.1 --- Mexc.Net/Mexc.Net.csproj | 6 +++--- README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Mexc.Net/Mexc.Net.csproj b/Mexc.Net/Mexc.Net.csproj index e1f4141..1ffb1e7 100644 --- a/Mexc.Net/Mexc.Net.csproj +++ b/Mexc.Net/Mexc.Net.csproj @@ -7,9 +7,9 @@ JK.Mexc.Net JKorf - 1.7.0 - 1.7.0 - 1.7.0 + 1.7.1 + 1.7.1 + 1.7.1 JK.Mexc.Net is a client library for accessing the Mexc 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 Mexc;Mexc.Net;Mexc Client;Mexc API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 5160516..1436517 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,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 1.7.1 - 08 Aug 2024 + * Fixed deserialization issues caused by too big number value + * Version 1.7.0 - 07 Aug 2024 * Updated CryptoExchange.Net to version 7.11.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.0 * Updated XML code comments