Skip to content

Commit

Permalink
Feature/cc upd (#113)
Browse files Browse the repository at this point in the history
* Update cc

* Version ref
  • Loading branch information
JKorf authored Jun 23, 2024
1 parent 63ec24f commit 8d2286d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Huobi.Net/Clients/SpotApi/HuobiSocketClientSpotApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected override AuthenticationProvider CreateAuthenticationProvider(ApiCreden
=> new HuobiAuthenticationProvider(credentials, false);

/// <inheritdoc />
protected override Query GetAuthenticationRequest()
protected override Query GetAuthenticationRequest(SocketConnection connection)
{
return new HuobiAuthQuery(new HuobiAuthRequest<HuobiAuthParams>
{
Expand Down
2 changes: 1 addition & 1 deletion Huobi.Net/Huobi.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="CryptoExchange.Net" Version="7.6.0" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="CryptoExchange.Net" Version="7.7.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Huobi.Net/Huobi.Net.xml

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

0 comments on commit 8d2286d

Please sign in to comment.