From dfee50f8fab9b734e8e981b7bbf6b36afce34b48 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Fri, 25 Aug 2023 13:03:43 +0200 Subject: [PATCH] Updated version --- ByBit.Net/Bybit.Net.csproj | 8 ++++---- README.md | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ByBit.Net/Bybit.Net.csproj b/ByBit.Net/Bybit.Net.csproj index 7d3a2762..5187e675 100644 --- a/ByBit.Net/Bybit.Net.csproj +++ b/ByBit.Net/Bybit.Net.csproj @@ -7,9 +7,9 @@ Bybit.Net JKorf - 3.0.5 - 3.0.5 - 3.0.5 + 3.0.6 + 3.0.6 + 3.0.6 Bybit.Net is a .Net wrapper for the Bybit API. It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds false Bybit Bybit.Net C# .Net CryptoCurrency Exchange API wrapper @@ -20,7 +20,7 @@ icon.png en true - 3.0.5 - Fixed default values V5 PlaceOrder parameters + 3.0.6 - Changed V5 API body content type from formdata to json Bybit.Net.xml diff --git a/README.md b/README.md index aa2f0c7c..83b0681d 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s A Discord server is available [here](https://discord.gg/MSpeEtSY8t). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries. ## Release notes +* Version 3.0.6 - 25 Aug 2023 + * Changed V5 API body content type from formdata to json + * Version 3.0.5 - 05 Aug 2023 * Fixed default values V5 PlaceOrder parameters