Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Oct 9, 2023
1 parent ede238f commit d395663
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Huobi.Net/Huobi.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>Huobi.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>5.0.1</PackageVersion>
<AssemblyVersion>5.0.1</AssemblyVersion>
<FileVersion>5.0.1</FileVersion>
<PackageVersion>5.0.2</PackageVersion>
<AssemblyVersion>5.0.2</AssemblyVersion>
<FileVersion>5.0.2</FileVersion>
<Description>Huobi.Net is a .Net wrapper for the Huobi 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>Huobi Huobi.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>5.0.1 - Updated CryptoExchange.Net</PackageReleaseNotes>
<PackageReleaseNotes>5.0.2 - Updated CryptoExchange.Net version, Added ISpotClient to DI injection</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>Huobi.Net.xml</DocumentationFile>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ 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 5.0.2 - 09 Oct 2023
* Updated CryptoExchange.Net version
* Added ISpotClient to DI injection

* Version 5.0.1 - 25 Aug 2023
* Updated CryptoExchange.Net

Expand Down

0 comments on commit d395663

Please sign in to comment.