Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Jul 26, 2021
1 parent 6e9dfc0 commit fefaf26
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>2.0.0-beta1</PackageVersion>
<PackageVersion>2.0.0-beta2</PackageVersion>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0-beta1</FileVersion>
<FileVersion>2.0.0-beta2</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>2.0.0-beta1 - Fixed unsubscribing user streams, Added Async postfix for async methods, Updated CryptoExchange.Net</PackageReleaseNotes>
<PackageReleaseNotes>2.0.0-beta2 - Updated CryptoExchange.Net</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>Kraken.Net.xml</DocumentationFile>
Expand Down Expand Up @@ -49,7 +49,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="CryptoExchange.Net" Version="4.0.0-beta11" />
<PackageReference Include="CryptoExchange.Net" Version="4.0.0-beta12" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ For the basic client options see also the CryptoExchange.Net [docs](https://gith
|`AuthBaseAddress`|The base address for authenticated subscriptions|`wss://ws-auth.kraken.com/`

## Release notes
* Version 2.0.0-beta2 - 26 Jul 2021
* Updated CryptoExchange.Net

* Version 2.0.0-beta1 - 09 Jul 2021
* Fixed unsubscribing user streams
* Added Async postfix for async methods
Expand Down

0 comments on commit fefaf26

Please sign in to comment.