ParkSquare.Gracenote 2.0.14
Pure C# Web API for connecting to the Gracenote music database. Supports searching for albums, singles and artists and artwork download.
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>ParkSquare.Gracenote</id>
<version>2.0.14</version>
<authors>Jon Meesam</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<icon>icon.png</icon>
<readme>README.md</readme>
<projectUrl>https://www.parksq.co.uk/dotnet-core/gracenote</projectUrl>
<description>Pure C# Web API for connecting to the Gracenote music database. Supports searching for albums, singles and artists and artwork download.</description>
<copyright>Copyright © 2021 Park Square Consulting Ltd</copyright>
<tags>gracenote web api music album track artist search parksquare cover art coverart imdb</tags>
<dependencies>
<group targetFramework=".NETStandard2.1" />
</dependencies>
</metadata>
</package>