From 02c1f874e17a9fae1579ed2ce5e8a6db99377738 Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Mon, 27 Dec 2021 15:32:07 +0100 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 5353dcf..2d64426 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 @@ -6,16 +6,16 @@ CryptoExchange.Net JKorf A base package for implementing cryptocurrency exchange API's - 5.0.0-alpha2 + 5.0.0-alpha3 5.0.0 - 5.0.0-alpha2 + 5.0.0-alpha3 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.0.0-alpha2 - Rework authentication provider, support for time syncing, various internal updates + 5.0.0-alpha3 - Added ExchangeName to IExchangeClient interface enable 9.0 MIT diff --git a/README.md b/README.md index 95b3a6f..4281b44 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,9 @@ private void SomeMethod() ```` ## Release notes +* Version 5.0.0-alpha3 - 27 Dec 2021 + * Added ExchangeName to IExchangeClient interface + * Version 5.0.0-alpha2 - 21 Dec 2021 * Rework authentication provider, support for time syncing, various internal updates