diff --git a/CoinEx.Net/CoinEx.Net.csproj b/CoinEx.Net/CoinEx.Net.csproj index 80668e6..1f3d5e2 100644 --- a/CoinEx.Net/CoinEx.Net.csproj +++ b/CoinEx.Net/CoinEx.Net.csproj @@ -7,9 +7,9 @@ CoinEx.Net JKorf - 6.0.4 - 6.0.4 - 6.0.4 + 6.0.5 + 6.0.5 + 6.0.5 CoinEx.Net is a .Net wrapper for the CoinEx 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 CoinEx CoinEx.Net C# .Net CryptoCurrency Exchange API wrapper @@ -21,7 +21,7 @@ MIT en true - 6.0.4 - Added broker reference option + 6.0.5 - Fix for broker reference CoinEx.Net.xml diff --git a/README.md b/README.md index 7a565af..71522ca 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,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 6.0.5 - 14 Nov 2023 + * Fix for broker reference + * Version 6.0.4 - 29 Oct 2023 * Added broker reference option