diff --git a/OKX.Net/OKX.Net.csproj b/OKX.Net/OKX.Net.csproj index 5a27cb4..1dce526 100644 --- a/OKX.Net/OKX.Net.csproj +++ b/OKX.Net/OKX.Net.csproj @@ -7,9 +7,9 @@ JK.OKX.Net JKorf - 1.3.1 - 1.3.1 - 1.3.1 + 1.3.2 + 1.3.2 + 1.3.2 OKX.Net is a .Net wrapper for the OKX API (https://www.okx.com). 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 OKX OKEx OKEx.Net C# .Net CryptoCurrency Exchange Rest API and WebSocket API Wrapper @@ -17,7 +17,7 @@ icon.png en true - 1.3.1 - Added demo environment support + 1.3.2 - Added ISpotClient/CommonSpotClient implementation, Added missing ConfigureAwait(false) statements OKX.Net.xml @@ -43,10 +43,10 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + \ No newline at end of file diff --git a/README.md b/README.md index fbe3975..992614f 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). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries. ## Release notes +* Version 1.3.2 - 20 Sep 2023 + * Added ISpotClient/CommonSpotClient implementation + * Added missing ConfigureAwait(false) statements + * Version 1.3.1 - 17 Sep 2023 * Added demo environment support