Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Apr 15, 2023
1 parent 026a33e commit 9aa82a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Kraken.Net/Kraken.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>KrakenExchange.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>3.1.7</PackageVersion>
<AssemblyVersion>3.1.7</AssemblyVersion>
<FileVersion>3.1.7</FileVersion>
<PackageVersion>3.1.8</PackageVersion>
<AssemblyVersion>3.1.8</AssemblyVersion>
<FileVersion>3.1.8</FileVersion>
<Description>Kraken.Net is a .Net wrapper for the Kraken 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>Kraken Kraken.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>3.1.7 - Added reduceOnly and selfTradePreventionType parameters to place order endpoints, Updated CryptoExchange.Net</PackageReleaseNotes>
<PackageReleaseNotes>3.1.8 - Added GetWithdrawalStatusAsync endpoint, Added CancelWithdrawalAsync endpoint, Added TransferAsync endpoint, Updated various response models and endpoint parameters</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>Kraken.Net.xml</DocumentationFile>
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s
A Discord server is available [here](https://discord.gg/MSpeEtSY8t). For discussion and/or questions around the CryptoExchange.Net and implementation libraries, feel free to join.

## Release notes
* Version 3.1.8 - 15 Apr 2023
* Added GetWithdrawalStatusAsync endpoint
* Added CancelWithdrawalAsync endpoint
* Added TransferAsync endpoint
* Updated various response models and endpoint parameters

* Version 3.1.7 - 18 Mar 2023
* Added reduceOnly and selfTradePreventionType parameters to place order endpoints
* Updated CryptoExchange.Net
Expand Down

0 comments on commit 9aa82a5

Please sign in to comment.