diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 8f16be7..5ad0aac 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 API's - 6.0.0 - 6.0.0 - 6.0.0 + 6.0.1 + 6.0.1 + 6.0.1 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 6.0.0 - Updated ApiCredentials to support RSA signing as well as the default Hmac signature, Removed custom logging implementation in favor of using `Microsoft.Extensions.Logging` ILogger directly, Refactored client options for easier use, Added easier way of switching environments, Added ResponseLength and ToString() override on WebCallResult object, Fixed memory leak in AsyncResetEvent + 6.0.1 - Added LogLevel optional parameter to TraceLoggerProvider enable 10.0 MIT diff --git a/README.md b/README.md index 0bef055..78e4283 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf). ## Release notes +* Version 6.0.1 - 29 Jun 2023 + * Added LogLevel optional parameter to TraceLoggerProvider + * Version 6.0.0 - 25 Jun 2023 * Updated ApiCredentials to support RSA signing as well as the default Hmac signature * Removed custom logging implementation in favor of using `Microsoft.Extensions.Logging` ILogger directly