Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Dec 3, 2023
1 parent 913b8b6 commit 78d214d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CoinGecko.Net/CoinGecko.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>CoinGecko.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>2.0.5</PackageVersion>
<AssemblyVersion>2.0.5</AssemblyVersion>
<FileVersion>2.0.5</FileVersion>
<PackageVersion>2.0.6</PackageVersion>
<AssemblyVersion>2.0.6</AssemblyVersion>
<FileVersion>2.0.6</FileVersion>
<Description>CoinGecko.Net is a .Net wrapper for the CoinGecko API. It includes all features the API provides using clear and readable objects.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>CoinGecko CoinGecko.Net C# .Net CryptoCurrency Exchange API wrapper</PackageTags>
Expand All @@ -21,7 +21,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>2.0.5 - Fix deserialization issue in GetAssetDetailsAsync for certain assets</PackageReleaseNotes>
<PackageReleaseNotes>2.0.6 - Updated CryptoExchange.Net</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>CoinGecko.Net.xml</DocumentationFile>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s
A Discord server is available [here](https://discord.gg/MSpeEtSY8t). For discussion and/or questions around the CryptoExchange.Net and implementation libraries, feel free to join.

## Release notes
* Version 2.0.6 - 03 Dec 2023
* Updated CryptoExchange.Net

* Version 2.0.5 - 07 Nov 2023
* Fix deserialization issue in GetAssetDetailsAsync for certain assets

Expand Down

0 comments on commit 78d214d

Please sign in to comment.