From f384c0c3956ef9d752283dc5726fb6bba17fcbd2 Mon Sep 17 00:00:00 2001 From: JKorf Date: Thu, 28 Mar 2024 14:09:48 +0100 Subject: [PATCH] Updated version --- ByBit.Net/Bybit.Net.csproj | 8 ++++---- README.md | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ByBit.Net/Bybit.Net.csproj b/ByBit.Net/Bybit.Net.csproj index 014c053b..c7d3e517 100644 --- a/ByBit.Net/Bybit.Net.csproj +++ b/ByBit.Net/Bybit.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 enable @@ -7,9 +7,9 @@ Bybit.Net JKorf - 3.7.1 - 3.7.1 - 3.7.1 + 3.8.0 + 3.8.0 + 3.8.0 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. false Bybit;Bybit.Net;Bybit Client;Bybit API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index a59c34cc..b6bda03e 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,14 @@ 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.0 - 28 Mar 2024 + * Added HongKong and The Netherlands environments and API addresses + * Added PublishTime to V5Api.ExchangeData.GetAnnouncementsAsync model + * Updated websocket V5OptionsApi.SubscribeToTradeUpdatesAsync and rest V5Api.ExchangeData.GetTradeHistoryAsync models + * Marked V5Api.Account.SetRiskLimitAsync as deprecated + * Fixed V5Api.ExchangeData.GetLeverageTokensAsync deserialization issue + * Fixed V5Api options websocket subscriptions + * Version 3.7.1 - 24 Mar 2024 * Updated CryptoExchange.Net to 7.2.0, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes