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