Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Sep 17, 2023
1 parent 3bff60f commit 04830ac
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Bitfinex.Net/Bitfinex.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>Bitfinex.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>6.0.1</PackageVersion>
<AssemblyVersion>6.0.1</AssemblyVersion>
<FileVersion>6.0.1</FileVersion>
<PackageVersion>7.0.0</PackageVersion>
<AssemblyVersion>7.0.0</AssemblyVersion>
<FileVersion>7.0.0</FileVersion>
<Description>Bitfinex.Net is a .Net wrapper for the Bitfinex API. It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Bitfinex Bitfinex.Net C# .Net CryptoCurrency Exchange API wrapper</PackageTags>
Expand All @@ -20,7 +20,7 @@
<PackageIcon>icon.png</PackageIcon>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>6.0.1 - Updated CryptoExchange.Net</PackageReleaseNotes>
<PackageReleaseNotes>7.0.0 - Updated all endpoints to V2 API (expect for Account.WithdrawAsync), Updated all parameters and response models, Created endpoints for all possible requests for the Configs and Stats endpoints, Split the endpoints and subscriptions for trading symbols and funding symbols where necesarry, Added Account.GetMovementsDetailsAsync endpoint, Added Account.GetLoginHistoryAsync endpoint, Added Account.GetApiKeyPermissionsAsync endpoint, Added Account.GetAccountChangeLogAsync endpoint, Added ExchangeData.GetDerivativesStatusAsync endpoint, Added ExchangeData.GetLiquidationsAsync endpoint, Added ExchangeData.GetFundingStatisticsAsync endpoint, Added Trading.IncreasePositionAsync endpoint, Added Trading.GetIncreasePositionInfoAsync endpoint, Added Trading.GetPositionSnapshotsAsync endpoint, Added SubscribeToLiquidationUpdatesAsync stream, Added SubscribeToDerivativesUpdatesAsync stream, Added SubmitFundingOfferAsync socket request, Added CancelFundingOfferAsync socket request</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>Bitfinex.Net.xml</DocumentationFile>
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,26 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s
A Discord server is available [here](https://discord.gg/MSpeEtSY8t). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries.

## Release notes
* Version 7.0.0 - 17 Sep 2023
* Updated all endpoints to V2 API (expect for Account.WithdrawAsync)
* Updated all parameters and response models
* Created endpoints for all possible requests for the Configs and Stats endpoints
* Split the endpoints and subscriptions for trading symbols and funding symbols where necesarry
* Added Account.GetMovementsDetailsAsync endpoint
* Added Account.GetLoginHistoryAsync endpoint
* Added Account.GetApiKeyPermissionsAsync endpoint
* Added Account.GetAccountChangeLogAsync endpoint
* Added ExchangeData.GetDerivativesStatusAsync endpoint
* Added ExchangeData.GetLiquidationsAsync endpoint
* Added ExchangeData.GetFundingStatisticsAsync endpoint
* Added Trading.IncreasePositionAsync endpoint
* Added Trading.GetIncreasePositionInfoAsync endpoint
* Added Trading.GetPositionSnapshotsAsync endpoint
* Added SubscribeToLiquidationUpdatesAsync stream
* Added SubscribeToDerivativesUpdatesAsync stream
* Added SubmitFundingOfferAsync socket request
* Added CancelFundingOfferAsync socket request

* Version 6.0.1 - 25 Aug 2023
* Updated CryptoExchange.Net

Expand Down

0 comments on commit 04830ac

Please sign in to comment.