From 0745bdddb1330df290f3fecea21da228ee1955ba Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 28 Oct 2024 14:41:02 +0100 Subject: [PATCH] Updated to version 3.15.0 --- 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 5ebf0c2f..47009cef 100644 --- a/ByBit.Net/Bybit.Net.csproj +++ b/ByBit.Net/Bybit.Net.csproj @@ -7,9 +7,9 @@ Bybit.Net JKorf - 3.14.3 - 3.14.3 - 3.14.3 + 3.15.0 + 3.15.0 + 3.15.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 automatic websocket (re)connection management, 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 @@ -48,7 +48,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/README.md b/README.md index 2dfe2a42..94c36cfd 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,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.15.0 - 28 Oct 2024 + * Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0 + * Moved FormatSymbol to BybitExchange class + * Added support Side setting on SharedTrade model + * Added BybitTrackerFactory for creating trackers + * Added overload to Create method on BybitOrderBookFactory support SharedSymbol parameter + * Added websocket stream URI for Turkey users + * Version 3.14.3 - 14 Oct 2024 * Updated CryptoExchange.Net to version 8.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.3 * Fixed TypeLoadException during initialization