From fcd875c5e29265b76f22b06ca8f57114eff3cd29 Mon Sep 17 00:00:00 2001 From: JKorf Date: Thu, 25 Apr 2024 21:21:34 +0200 Subject: [PATCH] wip --- CoinGecko.Net/Clients/CoinGeckoRestClientApi.cs | 3 +++ CoinGecko.Net/CoinGecko.Net.csproj | 6 ++++-- CoinGecko.Net/CoinGecko.Net.xml | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CoinGecko.Net/Clients/CoinGeckoRestClientApi.cs b/CoinGecko.Net/Clients/CoinGeckoRestClientApi.cs index b6e91c6..6556d5c 100644 --- a/CoinGecko.Net/Clients/CoinGeckoRestClientApi.cs +++ b/CoinGecko.Net/Clients/CoinGeckoRestClientApi.cs @@ -30,6 +30,9 @@ internal CoinGeckoRestClientApi(ILogger logger, HttpClient? httpClient, CoinGeck }; } + /// + public override string FormatSymbol(string baseAsset, string quoteAsset) => throw new NotImplementedException(); + #region Ping /// diff --git a/CoinGecko.Net/CoinGecko.Net.csproj b/CoinGecko.Net/CoinGecko.Net.csproj index 7b34616..727072d 100644 --- a/CoinGecko.Net/CoinGecko.Net.csproj +++ b/CoinGecko.Net/CoinGecko.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 enable @@ -52,6 +52,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + + + \ No newline at end of file diff --git a/CoinGecko.Net/CoinGecko.Net.xml b/CoinGecko.Net/CoinGecko.Net.xml index 23fd7c9..1c6afc6 100644 --- a/CoinGecko.Net/CoinGecko.Net.xml +++ b/CoinGecko.Net/CoinGecko.Net.xml @@ -33,6 +33,9 @@ + + +