Skip to content

Commit

Permalink
Updated CryptoExchange.Net version to 8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Oct 14, 2024
1 parent 2c5bd40 commit ac85fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Kucoin.Net/Kucoin.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="CryptoExchange.Net" Version="8.0.0" />
<PackageReference Include="CryptoExchange.Net" Version="8.0.3" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Kucoin.Net/Kucoin.Net.xml
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@
<member name="M:Kucoin.Net.Clients.SpotApi.KucoinRestClientSpotApiMargin.GetIsolatedMarginRiskLimitAndConfig(System.String,System.Threading.CancellationToken)">
<inheritdoc />
</member>
<member name="M:Kucoin.Net.Clients.SpotApi.KucoinRestClientSpotApiMargin.BorrowAsync(System.String,Kucoin.Net.Enums.TimeInForce,System.Decimal,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
<member name="M:Kucoin.Net.Clients.SpotApi.KucoinRestClientSpotApiMargin.BorrowAsync(System.String,Kucoin.Net.Enums.BorrowOrderType,System.Decimal,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
<inheritdoc />
</member>
<member name="M:Kucoin.Net.Clients.SpotApi.KucoinRestClientSpotApiMargin.RepayAsync(System.String,System.Decimal,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
Expand Down Expand Up @@ -4254,7 +4254,7 @@
<param name="ct">Cancellation token</param>
<returns></returns>
</member>
<member name="M:Kucoin.Net.Interfaces.Clients.SpotApi.IKucoinRestClientSpotApiMargin.BorrowAsync(System.String,Kucoin.Net.Enums.TimeInForce,System.Decimal,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
<member name="M:Kucoin.Net.Interfaces.Clients.SpotApi.IKucoinRestClientSpotApiMargin.BorrowAsync(System.String,Kucoin.Net.Enums.BorrowOrderType,System.Decimal,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)">
<summary>
Borrow an asset
<para><a href="https://www.kucoin.com/docs/rest/margin-trading/margin-trading-v3-/margin-borrowing" /></para>
Expand Down

0 comments on commit ac85fe1

Please sign in to comment.