From ca768012ff163fc2e5591d6b9405ae326adfa8ef Mon Sep 17 00:00:00 2001 From: JKorf Date: Mon, 14 Oct 2024 18:38:54 +0200 Subject: [PATCH] Updated to version 2.6.1 --- CoinGecko.Net/CoinGecko.Net.csproj | 6 +++--- README.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CoinGecko.Net/CoinGecko.Net.csproj b/CoinGecko.Net/CoinGecko.Net.csproj index a215b02..327b59f 100644 --- a/CoinGecko.Net/CoinGecko.Net.csproj +++ b/CoinGecko.Net/CoinGecko.Net.csproj @@ -7,9 +7,9 @@ CoinGecko.Net JKorf - 2.6.0 - 2.6.0 - 2.6.0 + 2.6.1 + 2.6.1 + 2.6.1 CoinGecko.Net is a client library for accessing the CoinGecko REST API. All data is mapped to readable models and enum values. false CoinGecko;CoinGecko.Net;CoinGecko Client;CoinGecko API;CryptoCurrency diff --git a/README.md b/README.md index df8bae3..febad1e 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,10 @@ 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 2.6.1 - 14 Oct 2024 + * Updated CryptoExchange.Net to version 8.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.3 + * Fixed TypeLoadException during initialization + * Version 2.6.0 - 27 Sep 2024 * Updated CryptoExchange.Net to version 8.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.0 * Updated Sourcelink package version