From 0d63829006c9cb6ad2304d0700133cb4ea5b1469 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 11 Nov 2024 10:37:31 +0100 Subject: [PATCH] Updated to version 3.0.0 --- CoinGecko.Net/CoinGecko.Net.csproj | 6 +++--- README.md | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CoinGecko.Net/CoinGecko.Net.csproj b/CoinGecko.Net/CoinGecko.Net.csproj index ecf6d16..6bbece8 100644 --- a/CoinGecko.Net/CoinGecko.Net.csproj +++ b/CoinGecko.Net/CoinGecko.Net.csproj @@ -7,9 +7,9 @@ CoinGecko.Net JKorf - 2.8.0 - 2.8.0 - 2.8.0 + 3.0.0 + 3.0.0 + 3.0.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 diff --git a/README.md b/README.md index 464cf43..28aafe1 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,21 @@ 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 3.0.0 - 11 Nov 2024 + * Switched json (de)serialization from Newtonsoft.Json to System.Text.Json + * Added support for setting API key + * Added error parsing implementation + * Added pro API endpoint to CoinGeckoEnvironment + * Added GetMarketsAsync endpoint + * Added GetCompanyHoldingsAsync endpoint + * Added GetExchangeDerivativesDetailsAsync endpoint + * Added GetApiUsageAsync endpoint + * Added precision parameter to GetMarketChartAsync, GetOhlcAsync + * Updated response models + * Updated API doc references + * Removed includeTickers parameter from GetDerivativesAsync endpoint + * Removed assetPlatformId parameter from GetNftsAsync endpoint + * Version 2.8.0 - 06 Nov 2024 * Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0