ParkSquare.Discogs 1.0.30
C# client library to query the Discogs API and its underlying audio, CD and recorded music database. Targets .Net Standard 2.1 for compatability with .Net Framework, .Net Core, .Net 5 and .Net6. Comes with automatic page handling and optional retry resilience
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>ParkSquare.Discogs</id>
<version>1.0.30</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/discogs-csharp</projectUrl>
<description>C# client library to query the Discogs API and its underlying audio, CD and recorded music database. Targets .Net Standard 2.1 for compatability with .Net Framework, .Net Core, .Net 5 and .Net6. Comes with automatic page handling and optional retry resilience</description>
<copyright>Copyright © 2021 Park Square Consulting Ltd</copyright>
<tags>discogs web api music album track artist search parksquare cover art coverart record cd release</tags>
<dependencies>
<group targetFramework=".NETStandard2.1">
<dependency id="Newtonsoft.Json" version="13.0.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>