From 0987c0f9d14833480e90d038f7c4ed1cb17cdfa4 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sat, 2 Dec 2023 14:22:12 +0100 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 8 ++++---- README.md | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 084a6c1..2f96883 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -6,16 +6,16 @@ CryptoExchange.Net JKorf A base package for implementing cryptocurrency API's - 6.2.1 - 6.2.1 - 6.2.1 + 6.2.2 + 6.2.2 + 6.2.2 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 6.2.1 - Utility methods + 6.2.2 - Added support for specifying the request body content type on a per request basis, Added DecimalStringWriterConverter, Added RequestId to WebCallResult model, Updated response logging enable 10.0 MIT diff --git a/README.md b/README.md index a377af0..8153d98 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ 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 6.2.2 - 02 Dec 2023 + * Added support for specifying the request body content type on a per request basis + * Added DecimalStringWriterConverter + * Added RequestId to WebCallResult model + * Updated response logging + * Version 6.2.1 - 28 Oct 2023 * Utility methods