diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index e78f491..3b1e9c8 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-beta3 + 5.0.0-beta4 5.0.0 - 5.0.0-beta3 + 5.0.0-beta4 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.0.0-beta3 - Re-added Common- prefixes for Common client enums to avoid Ambiguous references + 5.0.0-beta4 - Fixed dependencies enable 9.0 MIT @@ -48,7 +48,7 @@ - - + + \ No newline at end of file diff --git a/README.md b/README.md index 043eb40..f238b0f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ I develop and maintain this package on my own for free in my spare time. Donatio Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf) ## Release notes +* Version 5.0.0-beta4 - 24 Jan 2022 + * Fixed dependencies + * Version 5.0.0-beta3 - 24 Jan 2022 * Re-added Common- prefixes for Common client enums to avoid Ambiguous references