Skip to content

Commit

Permalink
Updated to version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Feb 11, 2025
1 parent beb22c1 commit b1adaa2
Show file tree
Hide file tree
Showing 2 changed files with 9 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>4.0.2</PackageVersion>
<AssemblyVersion>4.0.2</AssemblyVersion>
<FileVersion>4.0.2</FileVersion>
<PackageVersion>4.1.0</PackageVersion>
<AssemblyVersion>4.1.0</AssemblyVersion>
<FileVersion>4.1.0</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 automatic websocket (re)connection management, 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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ 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 4.1.0 - 11 Feb 2025
* Updated CryptoExchange.Net to version 8.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
* Added support for more SharedKlineInterval values
* Added setting of DataTime value on websocket DataEvent updates
* Fix Mono runtime exception on rest client construction using DI

* Version 4.0.2 - 18 Jan 2025
* Added DepositLimit, DepositType and FromAddress to restClient.V5Api.Account.GetDepositsAsync response model
* Added DepositLimit and ContractAddress to restClient.V5Api.Account.GetDepositAddressAsync response model
Expand Down

0 comments on commit b1adaa2

Please sign in to comment.