Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Jan 4, 2024
1 parent ebf2a89 commit a0814e5
Show file tree
Hide file tree
Showing 2 changed files with 7 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>4.2.1</PackageVersion>
<AssemblyVersion>4.2.1</AssemblyVersion>
<FileVersion>4.2.1</FileVersion>
<PackageVersion>4.2.2</PackageVersion>
<AssemblyVersion>4.2.2</AssemblyVersion>
<FileVersion>4.2.2</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 @@ -21,7 +21,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>4.2.1 - Added SpotApi.Account.GetWithdrawAddressesAsync, Added SpotApi.Account.GetWithdrawMethodsAsync, Added missing otp parameter SpotApi.Trading.EditOrderAsync, Fixed SpotApi.Trading.EditOrderAsync response deserialization</PackageReleaseNotes>
<PackageReleaseNotes>4.2.2 - Fixed issue deserializing DateTime value in user order updates when running .net framework</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>Kraken.Net.xml</DocumentationFile>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ 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 4.2.2 - 04 Jan 2024
* Fixed issue deserializing DateTime value in user order updates when running .net framework

* Version 4.2.1 - 03 Jan 2024
* Added SpotApi.Account.GetWithdrawAddressesAsync
* Added SpotApi.Account.GetWithdrawMethodsAsync
Expand Down

0 comments on commit a0814e5

Please sign in to comment.