Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Jun 21, 2020
1 parent bb87632 commit 8f64d77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kraken.Net/Kraken.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PropertyGroup>
<PackageId>KrakenExchange.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>1.0.7</PackageVersion>
<PackageVersion>1.0.8</PackageVersion>
<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 @@ -16,7 +16,7 @@
<PackageIcon>icon.png</PackageIcon>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>1.0.7 - Fix for KrakenSymbolOrderBook</PackageReleaseNotes>
<PackageReleaseNotes>1.0.8 - Updated CryptoExchange</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 @@ -87,6 +87,9 @@ After installing it's time to actually use it. To get started you have to add th
Kraken.Net provides two clients to interact with the Kraken API. The `KrakenClient` provides all rest API calls. The `KrakenSocketClient` provides functions to interact with the websocket provided by the Kraken API. Both clients are disposable and as such can be used in a `using` statement.

## Release notes
* Version 1.0.8 - 21 Jun 2020
* Updated CryptoExchange

* Version 1.0.7 - 16 Jun 2020
* Fix for KrakenSymbolOrderBook

Expand Down

0 comments on commit 8f64d77

Please sign in to comment.