diff --git a/Bitfinex.Net/Bitfinex.Net.csproj b/Bitfinex.Net/Bitfinex.Net.csproj index ec82541..395f2bc 100644 --- a/Bitfinex.Net/Bitfinex.Net.csproj +++ b/Bitfinex.Net/Bitfinex.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 enable @@ -7,9 +7,9 @@ Bitfinex.Net JKorf - 7.0.4 - 7.0.4 - 7.0.4 + 7.0.5 + 7.0.5 + 7.0.5 Bitfinex.Net is a .Net wrapper for the Bitfinex 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 Bitfinex Bitfinex.Net C# .Net CryptoCurrency Exchange API wrapper @@ -21,7 +21,7 @@ README.md en true - 7.0.4 - Updated CryptoExchange.Net + 7.0.5 - Updated CryptoExchange.Net Bitfinex.Net.xml diff --git a/README.md b/README.md index 3836a49..8b11502 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 7.0.5 - 03 Dec 2023 + * Updated CryptoExchange.Net + * Version 7.0.4 - 24 Oct 2023 * Updated CryptoExchange.Net