Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Apr 26, 2024
1 parent f709c32 commit 17e4a51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ByBit.Net/Bybit.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>Bybit.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>3.8.3</PackageVersion>
<AssemblyVersion>3.8.3</AssemblyVersion>
<FileVersion>3.8.3</FileVersion>
<PackageVersion>3.8.4</PackageVersion>
<AssemblyVersion>3.8.4</AssemblyVersion>
<FileVersion>3.8.4</FileVersion>
<Description>Bybit.Net is a client library for accessing the Bybit 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>Bybit;Bybit.Net;Bybit Client;Bybit API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).

## Release notes
* Version 3.8.4 - 26 Apr 2024
* Fix deserialization issue in V5Api.ExchangeData.GetLinearInverseSymbolsAsync

* Version 3.8.3 - 23 Apr 2024
* Updated V5Api.ExchangeData.GetServerTimeAsync to V5 endpoint
* Fixed typo in InternalDepositStatus enum value
Expand Down

0 comments on commit 17e4a51

Please sign in to comment.