Skip to content

Commit

Permalink
Feature/cryptoclients update (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf authored Apr 28, 2024
1 parent 07d8b88 commit 713b317
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CoinGecko.Net/Clients/CoinGeckoRestClientApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ internal CoinGeckoRestClientApi(ILogger logger, HttpClient? httpClient, CoinGeck
};
}

/// <inheritdoc />
public override string FormatSymbol(string baseAsset, string quoteAsset) => throw new NotImplementedException();

#region Ping

/// <inheritdoc />
Expand Down
4 changes: 2 additions & 2 deletions CoinGecko.Net/CoinGecko.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -52,6 +52,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="CryptoExchange.Net" Version="7.3.3" />
<PackageReference Include="CryptoExchange.Net" Version="7.4.0" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions CoinGecko.Net/CoinGecko.Net.xml

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

0 comments on commit 713b317

Please sign in to comment.