From 120132c45b9b8cc7703d0b9a9bbdba1f54e92f9b Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Sat, 1 Jan 2022 20:30:35 +0100 Subject: [PATCH] Reverted conditional refs --- CryptoExchange.Net/CryptoExchange.Net.csproj | 24 ++++++-------------- README.md | 3 +++ 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 76e97c1..cd39ce6 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 exchange API's - 5.0.0-alpha4 + 5.0.0-alpha5 5.0.0 - 5.0.0-alpha4 + 5.0.0-alpha5 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.0.0-alpha4 - New comon interface structure, Added Microsoft.Extensions.DependencyInjection.Abstractions to allow a AddXXX extension method on IServiceCollection for implementations + 5.0.0-alpha5 - Reverted conditional dependencies, not working as expected enable 9.0 MIT @@ -47,18 +47,8 @@ - - - - - - - - - - - - - - + + + + \ No newline at end of file diff --git a/README.md b/README.md index d4cd021..d811f7f 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,9 @@ private void SomeMethod() ```` ## Release notes +* Version 5.0.0-alpha5 - 01 Jan 2022 + * Reverted conditional dependencies, not working as expected + * 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