From 78d214d2b6d5dd33ac2a024e2f9afb4073301e36 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 3 Dec 2023 15:59:45 +0100 Subject: [PATCH] Updated version --- CoinGecko.Net/CoinGecko.Net.csproj | 8 ++++---- README.md | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CoinGecko.Net/CoinGecko.Net.csproj b/CoinGecko.Net/CoinGecko.Net.csproj index 3f3ab45..c624e1c 100644 --- a/CoinGecko.Net/CoinGecko.Net.csproj +++ b/CoinGecko.Net/CoinGecko.Net.csproj @@ -7,9 +7,9 @@ CoinGecko.Net JKorf - 2.0.5 - 2.0.5 - 2.0.5 + 2.0.6 + 2.0.6 + 2.0.6 CoinGecko.Net is a .Net wrapper for the CoinGecko API. It includes all features the API provides using clear and readable objects. false CoinGecko CoinGecko.Net C# .Net CryptoCurrency Exchange API wrapper @@ -21,7 +21,7 @@ README.md en true - 2.0.5 - Fix deserialization issue in GetAssetDetailsAsync for certain assets + 2.0.6 - Updated CryptoExchange.Net CoinGecko.Net.xml diff --git a/README.md b/README.md index 94ad114..3feb98a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s A Discord server is available [here](https://discord.gg/MSpeEtSY8t). For discussion and/or questions around the CryptoExchange.Net and implementation libraries, feel free to join. ## Release notes +* Version 2.0.6 - 03 Dec 2023 + * Updated CryptoExchange.Net + * Version 2.0.5 - 07 Nov 2023 * Fix deserialization issue in GetAssetDetailsAsync for certain assets