Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Oct 24, 2023
1 parent 9f04ed0 commit f3f4014
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Bittrex.Net/Bittrex.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>Bittrex.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>8.0.2</PackageVersion>
<AssemblyVersion>8.0.2</AssemblyVersion>
<FileVersion>8.0.2</FileVersion>
<PackageVersion>8.0.3</PackageVersion>
<AssemblyVersion>8.0.3</AssemblyVersion>
<FileVersion>8.0.3</FileVersion>
<Description>Bittrex.Net is a .Net wrapper for the Bittrex API, including the SignalR websocket. It includes all features the API provides 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>Bittrex Bittrex.Net CryptoCurrency Exchange API wrapper</PackageTags>
Expand All @@ -21,7 +21,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>8.0.2 - Updated CryptoExchange.Net version, Added ISpotClient to DI injection, Updated ISpotClient.GetTickerAsync to return LastPrice as well</PackageReleaseNotes>
<PackageReleaseNotes>8.0.3 - Updated CryptoExchange.Net</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>Bittrex.Net.xml</DocumentationFile>
Expand Down Expand Up @@ -50,7 +50,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="CryptoExchange.Net" Version="6.2.0" />
<PackageReference Include="CryptoExchange.Net" Version="6.2.0" />
</ItemGroup>
<ItemGroup>
<None Include="Icon\icon.png" Pack="true" PackagePath="\" />
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ 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 8.0.3 - 24 Oct 2023
* Updated CryptoExchange.Net

* Version 8.0.2 - 09 Oct 2023
* Updated CryptoExchange.Net version
* Added ISpotClient to DI injection
Expand Down

0 comments on commit f3f4014

Please sign in to comment.