Skip to content

Commit 0066fea

Browse files
committed
Updated to version 2.8.0
1 parent 5e38589 commit 0066fea

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CoinGecko.Net/CoinGecko.Net.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>CoinGecko.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>2.7.0</PackageVersion>
11-
<AssemblyVersion>2.7.0</AssemblyVersion>
12-
<FileVersion>2.7.0</FileVersion>
10+
<PackageVersion>2.8.0</PackageVersion>
11+
<AssemblyVersion>2.8.0</AssemblyVersion>
12+
<FileVersion>2.8.0</FileVersion>
1313
<Description>CoinGecko.Net is a client library for accessing the CoinGecko REST API. All data is mapped to readable models and enum values.</Description>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageTags>CoinGecko;CoinGecko.Net;CoinGecko Client;CoinGecko API;CryptoCurrency</PackageTags>

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
105105
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
106106

107107
## Release notes
108+
* Version 2.8.0 - 06 Nov 2024
109+
* Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
110+
108111
* Version 2.7.0 - 28 Oct 2024
109112
* Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
110113

0 commit comments

Comments
 (0)