Skip to content

Commit 2c973b7

Browse files
committed
Updated to version 3.0.0
1 parent 29fc5af commit 2c973b7

File tree

2 files changed

+50
-3
lines changed

2 files changed

+50
-3
lines changed

CryptoClients.Net/CryptoClients.Net.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0;net9.0</TargetFrameworks>
44
<Nullable>enable</Nullable>
@@ -9,9 +9,9 @@
99
<PropertyGroup>
1010
<PackageId>CryptoClients.Net</PackageId>
1111
<Authors>JKorf</Authors>
12-
<PackageVersion>3.0.0-beta1</PackageVersion>
12+
<PackageVersion>3.0.0</PackageVersion>
1313
<AssemblyVersion>3.0.0</AssemblyVersion>
14-
<FileVersion>3.0.0-beta1</FileVersion>
14+
<FileVersion>3.0.0</FileVersion>
1515
<Description>CryptoClients.Net is a collection of multiple cryptocurrency exchange API clients for accessing both the REST API's and WebSocket API's. Supports order and account management and requesting and streaming both public and private data.</Description>
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1717
<PackageTags>CryptoClients;CryptoClients.Net;OKX;OKX.Net;Mexc;Mexc.Net;Kucoin;Kucoin.Net;Kraken;Kraken.Net;Huobi;Huobi.Net;HTX;HTX.Net;DeepCoin.Net;DeepCoin;CoinEx;CoinEx.Net;Bybit;Bybit.Net;Bitget;Bitget.Net;Bitfinex;Bitfinex.Net;BingX;BingX.Net;Binance;Binance.Net;GateIo.Net;Gate.io;BitMart;BitMart.Net;WhiteBit.Net;WhiteBit;XT;XT.Net;HyperLiquid;HyperLiquid.Net;CryptoCurrency;CryptoCurrency Exchange</PackageTags>

README.md

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

250250
## Release notes
251+
* Version 3.0.0 - 14 May 2025
252+
* Added RateLimitUpdated event to Exchanges class
253+
* Added ApiEnvironments property to ExchangeInfo model
254+
* Added ApiEnvironments property to GlobalExchangeOptions
255+
* Added GenerateClientOrderId method to ExchangeRestClient
256+
* Added additional methods to ExchangeRestClient/ExchangeSocketClient for easier access
257+
* Added support for Native AOT compilation
258+
* Added IBookTickerRestClient Shared implementations
259+
* Added ISpotTriggerOrderRestClient Shared implementations
260+
* Added ISpotOrderClientIdClient Shared implementations
261+
* Added IFuturesTriggerOrderRestClient Shared implementations
262+
* Added IFuturesOrderClientIdClient Shared implementations
263+
* Added IFuturesTpSlRestClient Shared implementations
264+
* Added automatic conversion of asset names to commonly used names for some exchanges
265+
* Added SharedSymbol property to response models which is filled when before that call a GetSpotSymbolsAsync/GetFuturesSymbolsAsync has been called
266+
* Updated various Shared response models with additional properties
267+
* Updated Exchange specific ApiCredentials types to base ApiCredentials type which now support a Pass parameter
268+
* Updated IEnumerable response types to Array types
269+
* Updated logging SourceContext to include the client type
270+
* Updated some logging logic, errors no longer contain any data, exception are not logged as string but instead forwarded to structured logging
271+
* Removed legacy ISpotClient support
272+
* Removed Newtonsoft.Json dependency
273+
* Fixed various issues
274+
* Updated reference CryptoExchange.Net version from 8.8.0 to 9.0.0
275+
* Updated Binance.Net from version 10.19.0 to version 11.0.0
276+
* Updated BingX.Net from version 1.21.0 to version 2.0.0
277+
* Updated Bitfinex.Net from version 8.1.1 to version 9.0.0
278+
* Updated Bitget.Net from version 1.22.1 to version 2.0.0
279+
* Updated BitMart.Net from version 1.15.1 to version 2.0.0
280+
* Updated BitMEX.Net from version 1.1.0 to version 2.0.0
281+
* Updated Bybit.Net from version 4.4.1 to version 5.0.0
282+
* Updated Coinbase.Net from version 1.9.1 to version 2.0.0
283+
* Updated CoinEx.Net from version 8.0.1 to version 9.0.0
284+
* Updated CoinGecko.Net from version 3.4.0 to version 4.0.0
285+
* Updated CryptoCom.Net from version 1.6.0 to version 2.0.0
286+
* Updated DeepCoin.Net from version 1.0.5 to version 2.0.0
287+
* Updated GateIo.Net from version 1.22.0 to version 2.0.0
288+
* Updated HTX.Net from version 6.9.1 to version 7.0.0
289+
* Updated HyperLiquid.Net from version 1.1.2 to version 2.0.0
290+
* Updated Kraken.Net from version 5.7.1 to version 6.0.0
291+
* Updated Kucoin.Net from version 6.1.0 to version 7.0.0
292+
* Updated Mexc.Net from version 2.1.0 to version 3.0.0
293+
* Updated OKX.Net from version 2.16.0 to version 3.0.0
294+
* Updated WhiteBit.Net from version 1.5.0 to version 2.0.0
295+
* Updated XT.Net from version 1.2.1 to version 2.0.0
296+
* See exchange specific release notes for more details
297+
251298
* Version 2.14.0 - 28 Mar 2025
252299
* Updated Binance.Net from version 10.18.0 to version 10.19.0
253300
* Added quoteAsset parameter to restClient.SpotApi.Account.GetWalletBalancesAsync endpoint

0 commit comments

Comments
 (0)