From 9b05dd88731dd25ac100492f1fcfc74ed5a9c8e7 Mon Sep 17 00:00:00 2001 From: JKorf Date: Tue, 11 Jun 2024 20:04:48 +0200 Subject: [PATCH] Updated to version 2.2.8 --- 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 b08d9bf..5df3b59 100644 --- a/CoinGecko.Net/CoinGecko.Net.csproj +++ b/CoinGecko.Net/CoinGecko.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 enable @@ -7,9 +7,9 @@ CoinGecko.Net JKorf - 2.2.7 - 2.2.7 - 2.2.7 + 2.2.8 + 2.2.8 + 2.2.8 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 2d3894c..d8db6cc 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,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.2.8 - 11 Jun 2024 + * Updated CryptoExchange.Net to v7.6.0, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes + * Version 2.2.7 - 07 May 2024 * Updated CryptoExchange.Net to v7.5.2, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes