Skip to content

Commit 630f85e

Browse files
committed
Updated to version 7.8.0
1 parent 9ec4f22 commit 630f85e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CryptoExchange.Net/CryptoExchange.Net.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<PackageId>CryptoExchange.Net</PackageId>
77
<Authors>JKorf</Authors>
88
<Description>CryptoExchange.Net is a base library which is used to implement different cryptocurrency (exchange) API's. It provides a standardized way of implementing different API's, which results in a very similar experience for users of the API implementations.</Description>
9-
<PackageVersion>7.7.3</PackageVersion>
10-
<AssemblyVersion>7.7.3</AssemblyVersion>
11-
<FileVersion>7.7.3</FileVersion>
9+
<PackageVersion>7.8.0</PackageVersion>
10+
<AssemblyVersion>7.8.0</AssemblyVersion>
11+
<FileVersion>7.8.0</FileVersion>
1212
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1313
<PackageTags>OKX;OKX.Net;Mexc;Mexc.Net;Kucoin;Kucoin.Net;Kraken;Kraken.Net;Huobi;Huobi.Net;CoinEx;CoinEx.Net;Bybit;Bybit.Net;Bitget;Bitget.Net;Bitfinex;Bitfinex.Net;Binance;Binance.Net;CryptoCurrency;CryptoCurrency Exchange</PackageTags>
1414
<RepositoryType>git</RepositoryType>

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
4646
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
4747

4848
## Release notes
49+
* Version 7.8.0 - 02 Jul 2024
50+
* Updated single endpoint limit configuration
51+
* Added LongConverter for nullable longs
52+
* Updated SystemTextJsonComparer logic
53+
4954
* Version 7.7.3 - 26 Jun 2024
5055
* Fixed request ids not matching in logging
5156
* Added nullable int converter for System.Text.Json

0 commit comments

Comments
 (0)