From 4770a04b446076d4167badf919a09d569cea4457 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 6 Aug 2023 15:38:59 +0200 Subject: [PATCH] Updated version --- Binance.Net/Binance.Net.csproj | 8 ++++---- README.md | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index 837c50e9a..b686b2c2b 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -7,9 +7,9 @@ Binance.Net JKorf - 9.0.4 - 9.0.4 - 9.0.4 + 9.0.5 + 9.0.5 + 9.0.5 Binance.Net is a .Net wrapper for the Binance API, including Binance Futures. 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 Binance Binance.Net C# .Net CryptoCurrency Exchange API wrapper @@ -20,7 +20,7 @@ MIT en true - 9.0.4 - Fixed GetUniversalTransferHistoryAsync deserialization + 9.0.5 - Added Usd Futures EditOrder endpoint, Added cancelRestriction parameter to spot CancelOrder and ReplaceOrder endpoints true diff --git a/README.md b/README.md index 17e186449..98d694744 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s A Discord server is available [here](https://discord.gg/MSpeEtSY8t). For discussion and/or questions around the CryptoExchange.Net and implementation libraries, feel free to join. ## Release notes +* Version 9.0.5 - 06 Aug 2023 + * Added Usd Futures EditOrder endpoint + * Added cancelRestriction parameter to spot CancelOrder and ReplaceOrder endpoints + * Version 9.0.4 - 11 Jul 2023 * Fixed GetUniversalTransferHistoryAsync deserialization