Skip to content

Commit 8043e56

Browse files
committed
Updated to version 2.0.0
1 parent 1864a27 commit 8043e56

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

DeepCoin.Net/DeepCoin.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PropertyGroup>
88
<PackageId>DeepCoin.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>2.0.0-beta3</PackageVersion>
10+
<PackageVersion>2.0.0</PackageVersion>
1111
<AssemblyVersion>2.0.0</AssemblyVersion>
1212
<FileVersion>2.0.0</FileVersion>
1313
<Description>DeepCoin.Net is a client library for accessing the DeepCoin REST and Websocket API. All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.</Description>

README.md

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

137137
## Release notes
138+
* Version 2.0.0 - 13 May 2025
139+
* Updated CryptoExchange.Net to version 9.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
140+
* Added support for Native AOT compilation
141+
* Added RateLimitUpdated event
142+
* Added SharedSymbol response property to all Shared interfaces response models returning a symbol name
143+
* Added GenerateClientOrderId method to ExchangeApi Shared clients
144+
* Added IBookTickerRestClient implementation to ExchangeApi Shared client
145+
* Added takeProfitPrice, stopLossPrice support to ExchangeApi Shared PlaceFuturesOrderAsync
146+
* Added TakeProfitPrice, StopLossPrice properties to SharedFuturesOrder model
147+
* Added MaxLongLeverage, MaxShortLeverage to SharedFuturesSymbol model
148+
* Added OptionalExchangeParameters and Supported properties to EndpointOptions
149+
* Added All property to retrieve all available environment on DeepCoinEnvironment
150+
* Refactored Shared clients quantity parameters and responses to use SharedQuantity
151+
* Replaced DeepCoinApiCredentials with ApiCredentials
152+
* Updated all IEnumerable response and model types to array response types
153+
* Removed Newtonsoft.Json dependency
154+
* Fixed incorrect Shared SpotSupportOrderQuantity configuration for limit orders
155+
* Fixed Shared spot PlaceOrder by quote asset quantity
156+
* Fixed DeepCoinExchange.ImageUrl link
157+
* Fixed incorrect DataTradeMode on certain Shared interface responses
158+
* Fixed parsing of order types
159+
* Fixed some typos
160+
138161
* Version 2.0.0-beta3 - 01 May 2025
139162
* Updated CryptoExchange.Net version to 9.0.0-beta5
140163
* Added property to retrieve all available API environments

0 commit comments

Comments
 (0)