diff --git a/ByBit.Net/Bybit.Net.csproj b/ByBit.Net/Bybit.Net.csproj index 0f04fc8..43bd6b7 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.19.2 - 3.19.2 - 3.19.2 + 4.0.0 + 4.0.0 + 4.0.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 diff --git a/README.md b/README.md index e1c9031..d9b0d9d 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,15 @@ 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.0.0 - 07 Jan 2025 + * Updated from Newtonsoft.Json to System.Text.Json + * Added CryptoLoan endpoints + * Added client side ratelimiting + * Added Type property to XTExchange class + * Updated CryptoExchange.Net version + * Updated some namespaces + * Removed deprecated V1/V2/V3 endpoints, models and enums + * Version 3.19.2 - 03 Jan 2025 * Added RiskParameters properties to restClient.V5Api.ExchangeData.GetLinearInverseSymbolsAsync response model