Skip to content

Commit 7d1d8fd

Browse files
committed
Updated to version 2.1.0
1 parent 1e02e5d commit 7d1d8fd

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>2.0.0</PackageVersion>
11-
<AssemblyVersion>2.0.0</AssemblyVersion>
12-
<FileVersion>2.0.0</FileVersion>
10+
<PackageVersion>2.1.0</PackageVersion>
11+
<AssemblyVersion>2.1.0</AssemblyVersion>
12+
<FileVersion>2.1.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
150150
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
151151

152152
## Release notes
153+
* Version 2.1.0 - 02 Jun 2025
154+
* Updated CryptoExchange.Net to version 9.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
155+
* Added (I)BitMartUserClientProvider allowing for easy client management when handling multiple users
156+
* Added Fee and FeeAsset to (Shared) Spot order update stream updates
157+
* Added Unavailable property to BitMartBalance model
158+
153159
* Version 2.0.0 - 13 May 2025
154160
* Updated CryptoExchange.Net to version 9.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
155161
* Added support for Native AOT compilation

0 commit comments

Comments
 (0)