Skip to content

Commit 76bb0ad

Browse files
committed
Updated to version 6.1.0
1 parent b906b84 commit 76bb0ad

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Kucoin.Net/Kucoin.Net.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>Kucoin.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>6.0.2</PackageVersion>
11-
<AssemblyVersion>6.0.2</AssemblyVersion>
12-
<FileVersion>6.0.2</FileVersion>
10+
<PackageVersion>6.1.0</PackageVersion>
11+
<AssemblyVersion>6.1.0</AssemblyVersion>
12+
<FileVersion>6.1.0</FileVersion>
1313
<Description>Kucoin.Net is a client library for accessing the Kucoin REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, client side rate limiting, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.</Description>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageTags>Kucoin;Kucoin.Net;Kucoin.com;Kucoin Client;Kucoin API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
154154
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
155155

156156
## Release notes
157+
* Version 6.1.0 - 24 Mar 2025
158+
* Added restClient.SpotApi.HfTrading.GetOpenOrdersV2Async endpoint
159+
157160
* Version 6.0.2 - 19 Mar 2025
158161
* Added TransactionId property to KucoinUserTrade model
159162
* Added missing value to BizType enum

0 commit comments

Comments
 (0)