diff --git a/CoinGecko.Net/CoinGecko.Net.csproj b/CoinGecko.Net/CoinGecko.Net.csproj index f2eae57..88c8235 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 - 3.0.0 - 3.0.0 - 3.0.0 + 3.1.0 + 3.1.0 + 3.1.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 28aafe1..092a164 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,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.1.0 - 19 Nov 2024 + * Updated CryptoExchange.Net to version 8.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.3.0 + * Added support for loading client settings from IConfiguration + * Updated client constructors to accept IOptions from DI + * Version 3.0.0 - 11 Nov 2024 * Switched json (de)serialization from Newtonsoft.Json to System.Text.Json * Added support for setting API key