From aba80e069931d3d12178f59da61881f83bb696de Mon Sep 17 00:00:00 2001 From: Jkorf Date: Tue, 30 Mar 2021 13:54:45 +0200 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 8 ++++---- CryptoExchange.Net/CryptoExchange.Net.xml | 18 +++++++++++++++++- README.md | 4 ++++ 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index c2619e1..aeb0426 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 - 3.7.1 - 3.7.0 - 3.7.1 + 3.8.0 + 3.8.0 + 3.8.0 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 3.7.1 - Performance improvemnt for the ArrayConverter + 3.8.0 - Better handling of json errors while deserializing stream, Added string datetime converter enable 8.0 MIT diff --git a/CryptoExchange.Net/CryptoExchange.Net.xml b/CryptoExchange.Net/CryptoExchange.Net.xml index 8645291..2717450 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.xml +++ b/CryptoExchange.Net/CryptoExchange.Net.xml @@ -434,6 +434,20 @@ + + + converter for datetime string (yyyymmdd) to datetime + + + + + + + + + + + Converter for utc datetime @@ -3498,7 +3512,9 @@ - + + +System.Diagnostics.CodeAnalysis.AllowNullAttribute"> Specifies that is allowed as an input even if the corresponding type disallows it. diff --git a/README.md b/README.md index bcd17a6..cc3c881 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,10 @@ static async Task GetExchangeData(IExchangeClient client) ```` ## Release notes +* Version 3.8.0 - 30 mrt 2021 + * Better handling of json errors while deserializing stream + * Added string datetime converter + * Version 3.7.1 - 10 mrt 2021 * Performance improvemnt for the ArrayConverter