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