From 6b4e468c87cbde58f4d7096b36ef869af22ba08b Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 28 Oct 2024 14:44:22 +0100 Subject: [PATCH] Updated to version 2.7.0 --- 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 404b13a..1ed28e4 100644 --- a/CoinGecko.Net/CoinGecko.Net.csproj +++ b/CoinGecko.Net/CoinGecko.Net.csproj @@ -7,9 +7,9 @@ CoinGecko.Net JKorf - 2.6.1 - 2.6.1 - 2.6.1 + 2.7.0 + 2.7.0 + 2.7.0 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 @@ -48,7 +48,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/README.md b/README.md index b3e5c6b..baf66fe 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,9 @@ 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.7.0 - 28 Oct 2024 + * Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0 + * 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