Skip to content

Commit

Permalink
Updated version info and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Feb 25, 2024
1 parent ff38021 commit 3adac5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 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,12 +7,12 @@
<PropertyGroup>
<PackageId>Huobi.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>5.1.0-beta2</PackageVersion>
<PackageVersion>5.1.0</PackageVersion>
<AssemblyVersion>5.1.0</AssemblyVersion>
<FileVersion>5.1.0</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>
<Description>Huobi.Net is a client library for accessing the Huobi REST and Websocket API. All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Huobi Huobi.Net C# .Net CryptoCurrency Exchange API wrapper</PackageTags>
<PackageTags>Huobi;Huobi.Net;Huobi Client;Huobi API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/JKorf/Huobi.Net.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/JKorf/Huobi.Net</PackageProjectUrl>
Expand All @@ -21,7 +21,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>5.1.0-beta2 - Fixed ping responses websockets, Fixed lower case symbol usdt margin subscription handling</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/JKorf/Huobi.Net?tab=readme-ov-file#release-notes</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>Huobi.Net.xml</DocumentationFile>
Expand Down
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![.NET](https://img.shields.io/github/actions/workflow/status/JKorf/Huobi.Net/dotnet.yml?style=for-the-badge)](https://github.com/JKorf/Huobi.Net/actions/workflows/dotnet.yml) ![License](https://img.shields.io/github/license/JKorf/Huobi.Net?style=for-the-badge)

Huobi.Net is a wrapper around the Huobi API as described on [Huobi](https://github.com/huobiapi), including all features the API provides using clear and readable objects, both for the REST as the websocket API's.
Huobi.Net is a client library for accessing the [Huobi REST and Websocket API](https://github.com/huobiapi). All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.

## Supported Frameworks
The library is targeting both `.NET Standard 2.0` and `.NET Standard 2.1` for optimal compatibility
Expand Down Expand Up @@ -112,20 +112,17 @@ I develop and maintain this package on my own for free in my spare time, any sup
Make a one time donation in a crypto currency of your choice. If you prefer to donate a currency not listed here please contact me.

**Btc**: bc1qz0jv0my7fc60rxeupr23e75x95qmlq6489n8gh
**Eth**: 0x8E21C4d955975cB645589745ac0c46ECA8FAE504
**Eth**: 0xcb1b63aCF9fef2755eBf4a0506250074496Ad5b7

### Sponsor
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).

## Release notes
* Version 5.1.0-beta2 - 18 Feb 2024
* Fixed ping responses websockets
* Fixed lower case symbol usdt margin subscription handling

* Version 5.1.0-beta1 - 06 Feb 2024
* Updated CryptoExchange.Net and implemented reworked websocket message handling. For release notes for the CryptoExchange.Net base library see: https://github.com/JKorf/CryptoExchange.Net/tree/beta?tab=readme-ov-file#release-notes
* Version 5.1.0 - 25 Feb 2024
* Updated CryptoExchange.Net and implemented reworked websocket message handling. For release notes for the CryptoExchange.Net base library see: https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes
* Fixed issue in DI registration causing http client to not be correctly injected
* Removed excessive constructor overload for HuobiRestClient
* Removed redundant HuobiRestClient constructor overload
* Updated some namespaces

* Version 5.0.5 - 03 Dec 2023
* Updated CryptoExchange.Net
Expand Down

0 comments on commit 3adac5f

Please sign in to comment.