Skip to content

Commit

Permalink
Updated to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Jun 2, 2024
1 parent 46c9ca6 commit a9d36bf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 9 deletions.
14 changes: 5 additions & 9 deletions CryptoClients.Net/CryptoClients.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<Nullable>enable</Nullable>
Expand All @@ -10,9 +9,9 @@
<PropertyGroup>
<PackageId>CryptoClients.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>1.1.0</PackageVersion>
<AssemblyVersion>1.1.0</AssemblyVersion>
<FileVersion>1.1.0</FileVersion>
<PackageVersion>1.2.0</PackageVersion>
<AssemblyVersion>1.2.0</AssemblyVersion>
<FileVersion>1.2.0</FileVersion>
<Description>CryptoClients.Net offers API clients for multiple cryptocurrency exchanges. The clients allow for accessing market data as well as managing accounts and trading cryptocurrencies.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>CryptoClients;CryptoClients.Net;OKX;OKX.Net;Mexc;Mexc.Net;Kucoin;Kucoin.Net;Kraken;Kraken.Net;Huobi;Huobi.Net;CoinEx;CoinEx.Net;Bybit;Bybit.Net;Bitget;Bitget.Net;Bitfinex;Bitfinex.Net;BingX;BingX.Net;Binance;Binance.Net;CryptoCurrency;CryptoCurrency Exchange</PackageTags>
Expand All @@ -26,12 +25,10 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>https://github.com/JKorf/CryptoClients.Net?tab=readme-ov-file#release-notes</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<None Include="Icon\icon.png" Pack="true" PackagePath="\" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<PropertyGroup Label="Deterministic Build" Condition="'$(Configuration)' == 'Release'">
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
Expand Down Expand Up @@ -62,5 +59,4 @@
<PropertyGroup>
<DocumentationFile>CryptoClients.Net.xml</DocumentationFile>
</PropertyGroup>

</Project>
</Project>
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,34 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).

## Release notes
* Version 1.2.0 - 02 Jun 2024
* Added missing Huobi API to IExchangeRestClient interface
* Updated Binance to 9.9.8
* Added SpotApi.Account.GetAccountVipLevelAndStatusAsync endpoint
* Added UsdFuturesApi.Account.GetBnbBurnStatusAsync and UsdFuturesApi.Account.SetBnbBurnStatusAsync endpoints
* Added missing GoodTillDate TimeInForce conversion
* Updated BingX to 1.2.0
* Added PerpetualFuturesApi.SubscribeToPartialOrderBookUpdatesAsync, PerpetualFuturesApi.SubscribeToKlineUpdatesAsync and PerpetualFuturesApi.SubscribeToTickerUpdatesAsync subscriptions for all symbols
* Added PerpetualFuturesApi.Trading.GetPositionAndMarginInfoAsync endpoint
* Added optional symbol parameter PerpetualFuturesApi.ExchangeData.GetContractsAsync
* Updated BingXWithdrawal response model
* Updated BingXPosition response model
* Updated Bitget to 1.3.8
* Added simulated product types to BitgetInstrumentType enum
* Updated Bybit to 3.8.9
* Added missing StopLossTakeProfitMode enum value
* Added Status property to V5Api.Account.CreateUniversalTransfer response model
* Added cursor parameter to V5Api.ExchangeData.GetRiskLimitAsync
* Updated Kraken to 4.6.6
* Added margin parameter to websocket SpotApi.PlaceOrderAsync
* Added countryCode parameter to SpotApi.ExchangeData.GetSymbolsAsync
* Updated Mexc to 1.2.5
* Added SpotApi.Account.GetTradeFeeAsync endpoint
* Updated OKX to 1.9.0
* Added UnifiedApi.Account.GetAssetValuationAsync endpoint
* Renamed BestAskSize to BestAskQuantity in OKXTicker model
* Fixed OKXSocketOptions not using OKXApiCredentials

* Version 1.1.0
* Added support for GlobalExchangeOptions when constructing clients without dependency injection
* Updated CryptoExchange.Net to 7.5.2
Expand Down

0 comments on commit a9d36bf

Please sign in to comment.