From fedd3ae49af62a8e69ee4c67318fdb1cfb449620 Mon Sep 17 00:00:00 2001 From: JKorf Date: Tue, 20 Feb 2024 18:26:15 +0100 Subject: [PATCH] Updated version --- Mexc.Net/Mexc.Net.csproj | 8 ++++---- README.md | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Mexc.Net/Mexc.Net.csproj b/Mexc.Net/Mexc.Net.csproj index f8e9308..f88f946 100644 --- a/Mexc.Net/Mexc.Net.csproj +++ b/Mexc.Net/Mexc.Net.csproj @@ -7,9 +7,9 @@ JK.Mexc.Net JKorf - 0.0.2-beta3 - 0.0.2 - 0.0.2 + 0.0.2-beta4 + 0.0.2-beta4 + 0.0.2-beta4 JK.Mexc.Net is a .Net wrapper for the Mexc API (https://www.mexc.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 Mexc Mexc.Net C# .Net CryptoCurrency Exchange Rest API and WebSocket API Wrapper @@ -21,7 +21,7 @@ MIT en true - 0.0.2-beta3 - Various small fixes + 0.0.2-beta4 - Reversed Volume and QuoteVolume properties for stream mini tick model as it is returned inversed by the API true diff --git a/README.md b/README.md index 1ce8f40..cae2b53 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,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 0.0.2-beta4 - 20 Feb 2024 + * Reversed Volume and QuoteVolume properties for stream mini tick model as it is returned inversed by the API + * Version 0.0.2-beta3 - 19 Feb 2024 * Various small fixes