From 374212c8c15c809f9330249814fe9519fcb692cf Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 25 Feb 2024 14:54:46 +0100 Subject: [PATCH] Updated version info and docs --- CoinGecko.Net/CoinGecko.Net.csproj | 8 ++--- CoinGecko.Net/CoinGecko.Net.xml | 40 ++++++++++++++++--------- CoinGecko.Net/CryptoClientExtensions.cs | 5 +--- README.md | 8 +++-- 4 files changed, 36 insertions(+), 25 deletions(-) diff --git a/CoinGecko.Net/CoinGecko.Net.csproj b/CoinGecko.Net/CoinGecko.Net.csproj index a4a0e1b..741614c 100644 --- a/CoinGecko.Net/CoinGecko.Net.csproj +++ b/CoinGecko.Net/CoinGecko.Net.csproj @@ -7,12 +7,12 @@ CoinGecko.Net JKorf - 2.1.0-beta1 + 2.1.0 2.1.0 2.1.0 - CoinGecko.Net is a .Net wrapper for the CoinGecko API. It includes all features the API provides using clear and readable objects. + 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 C# .Net CryptoCurrency Exchange API wrapper + CoinGecko;CoinGecko.Net;CoinGecko Client;CoinGecko API;CryptoCurrency git https://github.com/JKorf/CoinGecko.Net.git https://github.com/JKorf/CoinGecko.Net @@ -21,7 +21,7 @@ README.md en true - 2.1.0-beta1 - Updated CryptoExchange.Net + https://github.com/JKorf/CoinEx.Net?tab=readme-ov-file#release-notes CoinGecko.Net.xml diff --git a/CoinGecko.Net/CoinGecko.Net.xml b/CoinGecko.Net/CoinGecko.Net.xml index ca1b883..825af18 100644 --- a/CoinGecko.Net/CoinGecko.Net.xml +++ b/CoinGecko.Net/CoinGecko.Net.xml @@ -185,19 +185,6 @@ - - - CoinGecko helpers - - - - - Add the ICoinGeckoClient to the sevice collection so they can be injected - - The service collection - Set default options for the rest client - - Client for accessing the CoinGecko Rest API. @@ -2784,12 +2771,37 @@ Extensions for the ICryptoRestClient and ICryptoSocketClient interfaces - + + + Get the CoinGecko REST Api client + + + + + + + Extensions for the ICryptoRestClient and ICryptoSocketClient interfaces + + + Get the CoinGecko REST Api client + + + Extensions for DI + + + + + Add the ICoinGeckoClient to the sevice collection so they can be injected + + The service collection + Set default options for the rest client + + diff --git a/CoinGecko.Net/CryptoClientExtensions.cs b/CoinGecko.Net/CryptoClientExtensions.cs index d9d1073..7010fdf 100644 --- a/CoinGecko.Net/CryptoClientExtensions.cs +++ b/CoinGecko.Net/CryptoClientExtensions.cs @@ -1,9 +1,6 @@ using CoinGecko.Net.Clients; using CoinGecko.Net.Interfaces; -using CryptoExchange.Net.Interfaces.CommonClients; -using System; -using System.Collections.Generic; -using System.Text; +using CryptoExchange.Net.Interfaces; namespace CryptoExchange.Net.Clients { diff --git a/README.md b/README.md index 5c6da08..c299621 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![.NET](https://img.shields.io/github/actions/workflow/status/JKorf/CoinGecko.Net/dotnet.yml?style=for-the-badge)](https://github.com/JKorf/CoinGecko.Net/actions/workflows/dotnet.yml) -CoinGecko.Net is a wrapper around the CoinGecko API as described on [CoinGecko](https://www.coingecko.com/en/api/documentation), including all features the API provides using clear and readable objects. +CoinGecko.Net is a client library for accessing the [CoinGecko REST API](https://www.coingecko.com/en/api/documentation). All data is mapped to readable models and enum values. ## Supported Frameworks The library is targeting both `.NET Standard 2.0` and `.NET Standard 2.1` for optimal compatibility @@ -82,14 +82,16 @@ I develop and maintain this package on my own for free in my spare time, any sup Make a one time donation in a crypto currency of your choice. If you prefer to donate a currency not listed here please contact me. **Btc**: bc1qz0jv0my7fc60rxeupr23e75x95qmlq6489n8gh -**Eth**: 0x8E21C4d955975cB645589745ac0c46ECA8FAE504 +**Eth**: 0xcb1b63aCF9fef2755eBf4a0506250074496Ad5b7 ### Sponsor Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf). ## Release notes -* Version 2.1.0-beta1 - 06 Feb 2024 +* Version 2.1.0 - 25 Feb 2024 * Updated CryptoExchange.Net + * Fixed issue in DI registration causing http client to not be correctly injected + * Updated some namespaces * Version 2.0.6 - 03 Dec 2023 * Updated CryptoExchange.Net