diff --git a/CryptoExchange.Net/Clients/BaseRestClient.cs b/CryptoExchange.Net/Clients/BaseRestClient.cs index 1d2fbce..be4f991 100644 --- a/CryptoExchange.Net/Clients/BaseRestClient.cs +++ b/CryptoExchange.Net/Clients/BaseRestClient.cs @@ -136,7 +136,7 @@ namespace CryptoExchange.Net string? paramString = ""; if (paramsPosition == HttpMethodParameterPosition.InBody) - paramString = " with request body " + request.Content; + paramString = $" with request body '{request.Content}'"; if (log.Level == LogLevel.Trace) { diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 4ab0885..19683d7 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 - 4.2.8 - 4.2.8 - 4.2.8 + 5.0.0 + 5.0.0 + 5.0.0 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 4.2.8 - Fixed deadlock in socket receive, Fixed issue in reconnection handling when the client is disconnected again during resubscribing, Added some additional checking of socket state to prevent sending/expecting data when socket is not connected + 5.0.0 enable 9.0 MIT