From fe3a0afd6ce8f2edd459b072aab08232049d6487 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sat, 24 Feb 2024 19:54:27 +0100 Subject: [PATCH] Docs --- CryptoExchange.Net/CryptoExchange.Net.csproj | 8 ++++---- README.md | 6 +----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 62ef7358..aed0de70 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -1,12 +1,12 @@ - + netstandard2.0;netstandard2.1 CryptoExchange.Net JKorf - A base package for implementing cryptocurrency API's - 7.0.0-beta2 + CryptoExchange.Net is a base package for cryptocurrency exchange client implementations + 7.0.0 7.0.0 7.0.0 false @@ -17,7 +17,7 @@ README.md icon.png true - 7.0.0-beta2 - Updated RevitalizeRequestAsync signature, Removed duplicate logging + 7.0.0 - Websocket message handling refactoring enable 10.0 MIT diff --git a/README.md b/README.md index c29cde37..fb3218d3 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,7 @@ 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.0.0-beta2 - 21 Feb 2024 - * Updated RevitalizeRequestAsync signature - * Removed duplicate logging - -* Version 7.0.0-beta1 - 06 Feb 2024 +* Version 7.0.0 - 24 Feb 2024 * Full overhaul of Websocket message handling * Abstracted out Newtonsoft.Json references in preparation of moving to System.Text.Json * Updated SendPeriodic to operate on connection level instead of client level to prevent looping when there are no connections