diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index a821296..76e97c1 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-alpha3 + 5.0.0-alpha4 5.0.0 - 5.0.0-alpha3 + 5.0.0-alpha4 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.0.0-alpha3 - Added ExchangeName to IExchangeClient interface + 5.0.0-alpha4 - New comon interface structure, Added Microsoft.Extensions.DependencyInjection.Abstractions to allow a AddXXX extension method on IServiceCollection for implementations enable 9.0 MIT @@ -47,19 +47,18 @@ - - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 4281b44..d4cd021 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,10 @@ private void SomeMethod() ```` ## Release notes +* Version 5.0.0-alpha4 - 01 Jan 2022 + * New comon interface structure + * Added Microsoft.Extensions.DependencyInjection.Abstractions to allow a AddXXX extension method on IServiceCollection for implementations + * Version 5.0.0-alpha3 - 27 Dec 2021 * Added ExchangeName to IExchangeClient interface