Skip to content

Commit 7937fb3

Browse files
committed
Updated to version 1.13.0
1 parent b631327 commit 7937fb3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-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.12.2</PackageVersion>
11-
<AssemblyVersion>1.12.2</AssemblyVersion>
12-
<FileVersion>1.12.2</FileVersion>
10+
<PackageVersion>1.13.0</PackageVersion>
11+
<AssemblyVersion>1.13.0</AssemblyVersion>
12+
<FileVersion>1.13.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 Client;BitMart API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>

README.md

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

150150
## Release notes
151+
* Version 1.13.0 - 11 Feb 2025
152+
* Updated CryptoExchange.Net to version 8.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
153+
* Added support for more SharedKlineInterval values
154+
* Added setting of DataTime value on websocket DataEvent updates
155+
* Fix Mono runtime exception on rest client construction using DI
156+
151157
* Version 1.12.2 - 22 Jan 2025
152158
* Added BuyerIsMaker property to socketClient.UsdFuturesApi.SubscribeToTradeUpdatesAsync update model
153159
* Added Side to futures API shared interfaces trade subscription

0 commit comments

Comments
 (0)