diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index bd2bb34..8f16be7 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 @@ -15,7 +15,7 @@ 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 enable 10.0 MIT diff --git a/README.md b/README.md index 72a6e27..0bef055 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ 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.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 + * 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 + * Version 5.4.3 - 14 Apr 2023 * Fixed potential threading exception in socket connection