Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Feb 28, 2024
1 parent f643cca commit bf1707f
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.5.1</PackageVersion>
<AssemblyVersion>3.5.1</AssemblyVersion>
<FileVersion>3.5.1</FileVersion>
<PackageVersion>3.5.2</PackageVersion>
<AssemblyVersion>3.5.2</AssemblyVersion>
<FileVersion>3.5.2</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 @@ -127,6 +127,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.5.2 - 28 Feb 2024
* Fixed V5Api.Trading.GetPositionAsync model deserialization

* Version 3.5.1 - 27 Feb 2024
* Updated V5 Linear/Inverse Symbol model
* Fixed PositionIdx property in V5 order updates
Expand Down

0 comments on commit bf1707f

Please sign in to comment.