Skip to content

Commit 0935fe8

Browse files
committed
Updated to version 1.15.0
1 parent fdb4789 commit 0935fe8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

BitMart.Net/BitMart.Net.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>BitMart.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>1.14.0</PackageVersion>
11-
<AssemblyVersion>1.14.0</AssemblyVersion>
12-
<FileVersion>1.14.0</FileVersion>
10+
<PackageVersion>1.15.0</PackageVersion>
11+
<AssemblyVersion>1.15.0</AssemblyVersion>
12+
<FileVersion>1.15.0</FileVersion>
1313
<Description>BitMart.Net is a client library for accessing the BitMart REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, 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>BitMart;BitMart.Net;BitMart.com;BitMart Client;BitMart API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
149149
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
150150

151151
## Release notes
152+
* Version 1.15.0 - 24 Mar 2025
153+
* Added stpMode parameter to restClient.UsdFuturesApi.Trading.PlaceOrderAsync endpoint
154+
* Added restClient.UsdFuturesApi.Trading.EditOrderAsync endpoint
155+
152156
* Version 1.14.0 - 20 Feb 2025
153157
* Added restClient.SpotApi.Account.GetWithdrawalAddressesAsync endpoint
154158
* Added startTime/endTime filter to restClient.SpotApi.Account.GetDepositHistoryAsync and GetWithdrawalHistoryAsync

0 commit comments

Comments
 (0)