Skip to content

Commit

Permalink
Updated version info and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Feb 25, 2024
1 parent 256a084 commit 374212c
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 25 deletions.
8 changes: 4 additions & 4 deletions CoinGecko.Net/CoinGecko.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<PropertyGroup>
<PackageId>CoinGecko.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>2.1.0-beta1</PackageVersion>
<PackageVersion>2.1.0</PackageVersion>
<AssemblyVersion>2.1.0</AssemblyVersion>
<FileVersion>2.1.0</FileVersion>
<Description>CoinGecko.Net is a .Net wrapper for the CoinGecko API. It includes all features the API provides using clear and readable objects.</Description>
<Description>CoinGecko.Net is a client library for accessing the CoinGecko REST API. All data is mapped to readable models and enum values.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>CoinGecko CoinGecko.Net C# .Net CryptoCurrency Exchange API wrapper</PackageTags>
<PackageTags>CoinGecko;CoinGecko.Net;CoinGecko Client;CoinGecko API;CryptoCurrency</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/JKorf/CoinGecko.Net.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/JKorf/CoinGecko.Net</PackageProjectUrl>
Expand All @@ -21,7 +21,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>2.1.0-beta1 - Updated CryptoExchange.Net</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/JKorf/CoinEx.Net?tab=readme-ov-file#release-notes</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>CoinGecko.Net.xml</DocumentationFile>
Expand Down
40 changes: 26 additions & 14 deletions CoinGecko.Net/CoinGecko.Net.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions CoinGecko.Net/CryptoClientExtensions.cs
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 374212c

Please sign in to comment.