From c96e75d6c3ef0e28a492755b0c2bf2cc2531f4e1 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Tue, 21 Dec 2021 16:22:51 +0100 Subject: [PATCH] Updated version --- CryptoExchange.Net/CryptoExchange.Net.csproj | 6 +++--- README.md | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index b5fca32..5353dcf 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-alpha1 + 5.0.0-alpha2 5.0.0 - 5.0.0-alpha1 + 5.0.0-alpha2 false git https://github.com/JKorf/CryptoExchange.Net.git https://github.com/JKorf/CryptoExchange.Net en true - 5.0.0.1-alpha - New client structures, multiple improvements and changes. Details will be available later + 5.0.0-alpha2 - Rework authentication provider, support for time syncing, various internal updates enable 9.0 MIT diff --git a/README.md b/README.md index ad198ba..95b3a6f 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,9 @@ private void SomeMethod() ```` ## Release notes +* Version 5.0.0-alpha2 - 21 Dec 2021 + * Rework authentication provider, support for time syncing, various internal updates + * Version 5.0.0-alpha1 - 07 Dec 2021 * New client structures, multiple improvements and changes. Details will be available later