From 48e2e6468eb1e8f90fa2348c4f638a550fce1e82 Mon Sep 17 00:00:00 2001 From: JKorf Date: Mon, 4 Sep 2023 18:10:18 +0200 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 8 ++++---- README.md | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 4e8a0d23..6d4f1d78 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.1.0 - 6.1.0 - 6.1.0 + 6.1.1 + 6.1.1 + 6.1.1 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 6.1.0 - Added support for ratelimiting on socket connections, Added rest ratelimit handling and parsing, Added ServerRatelimitError error + 6.1.1 - Fixes for json converters enable 10.0 MIT diff --git a/README.md b/README.md index 9d80ea01..ee5fb114 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,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 6.1.1 - 04 Sep 2023 + * Fixes for json converters + * Version 6.1.0 - 24 Aug 2023 * Added support for ratelimiting on socket connections * Added rest ratelimit handling and parsing