From c40cd45337eb819562e67ba35ceb510f92d104bb Mon Sep 17 00:00:00 2001 From: JKorf Date: Wed, 1 May 2024 20:57:31 +0200 Subject: [PATCH] Updated version --- Bitfinex.Net/Bitfinex.Net.csproj | 8 ++++---- README.md | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Bitfinex.Net/Bitfinex.Net.csproj b/Bitfinex.Net/Bitfinex.Net.csproj index ba7fb23..355b0aa 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.2.6 - 7.2.6 - 7.2.6 + 7.2.7 + 7.2.7 + 7.2.7 Bitfinex.Net is a client library for accessing the Bitfinex REST and Websocket API. All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false Bitfinex;Bitfinex.Net;Bitfinex Client;Bitfinex API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index ee5763e..c6b8bc5 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,9 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf). ## Release notes +* Version 7.2.7 - 01 May 2024 + * Updated CryptoExchange.Net to v7.5.0, see https://github.com/JKorf/CryptoExchange.Net?tab=readme-ov-file#release-notes for release notes + * Version 7.2.6 - 28 Apr 2024 * Added BitfinexExchange static info class * Added BitfinexOrderBookFactory book creation method