From 2a56bf3e56a8e1e623f37ad1ac49ec90b0b34df8 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 23 Dec 2024 16:20:04 +0100 Subject: [PATCH] Updated to version 3.3.0 --- CoinGecko.Net/CoinGecko.Net.csproj | 6 +++--- README.md | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CoinGecko.Net/CoinGecko.Net.csproj b/CoinGecko.Net/CoinGecko.Net.csproj index 8f087f1..d38441f 100644 --- a/CoinGecko.Net/CoinGecko.Net.csproj +++ b/CoinGecko.Net/CoinGecko.Net.csproj @@ -7,9 +7,9 @@ CoinGecko.Net JKorf - 3.2.0 - 3.2.0 - 3.2.0 + 3.3.0 + 3.3.0 + 3.3.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 91a10bb..49a461f 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,11 @@ 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.3.0 - 23 Dec 2024 + * Updated CryptoExchange.Net to version 8.5.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ + * Added SetOptions methods on Rest client + * Added setting of DefaultProxyCredentials to CredentialCache.DefaultCredentials on the DI http client + * Version 3.2.0 - 28 Nov 2024 * Updated CryptoExchange.Net to version 8.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.4.0 * Updated test and analyzer package versions