From 1be6fcbe351e8e02fb1b7d50eee1bf3e80749e69 Mon Sep 17 00:00:00 2001 From: JKorf Date: Tue, 2 Jul 2024 21:08:33 +0200 Subject: [PATCH] Updated to version 7.2.1 --- CoinEx.Net/CoinEx.Net.csproj | 8 ++++---- README.md | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CoinEx.Net/CoinEx.Net.csproj b/CoinEx.Net/CoinEx.Net.csproj index 51831bf..f7c365b 100644 --- a/CoinEx.Net/CoinEx.Net.csproj +++ b/CoinEx.Net/CoinEx.Net.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 10.0 @@ -7,9 +7,9 @@ CoinEx.Net JKorf - 7.2.0 - 7.2.0 - 7.2.0 + 7.2.1 + 7.2.1 + 7.2.1 CoinEx.Net is a client library for accessing the CoinEx 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 CoinEx;CoinEx.Net;CoinEx Client;CoinEx API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index ac02ac4..78b3741 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,10 @@ 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.1 - 02 Jul 2024 + * Updated CryptoExchange.Net to V7.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.8.0 + * Added FuturesApi.ExchangeData.GetPremiumIndexPriceHistoryAsync endpoint + * Version 7.2.0 - 23 Jun 2024 * Updated CryptoExchange.Net to version 7.7.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.7.0 * Updated response models from classes to records