DiscogsClient by David Desmaisons

<PackageReference Include="DiscogsClient" Version="2.5.0" />

 DiscogsClient 2.5.0

C# Client library for Discogs API v2.0 Features Include API to authorize user (generating OAuth1.0 token and token secret) Full support to DataBase API including image download Support of identity API Asynchroneous and cancellable API using Tasks Transparent management of pagination using none blocking API (Reactive IObservable) or IEnumerable

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>DiscogsClient</id>
    <version>2.5.0</version>
    <authors>David Desmaisons</authors>
    <owners>David Desmaisons</owners>
    <licenseUrl>https://github.com/David-Desmaisons/DiscogsClient/blob/master/LICENSE</licenseUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>C# Client library for Discogs API v2.0

Features

Include API to authorize user (generating OAuth1.0 token and token secret)
Full support to DataBase API including image download
Support of identity API
Asynchroneous and cancellable API using Tasks
Transparent management of pagination using none blocking API (Reactive IObservable) or IEnumerable</description>
    <releaseNotes>Add master information: most_recent_release_url num_for_sale lowest_price most_recent_release</releaseNotes>
    <tags>DiscogsClient, Asynchronous, Client</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="Newtonsoft.Json" version="11.0.2" exclude="Build,Analyzers" />
        <dependency id="RateLimiter" version="1.1.1" exclude="Build,Analyzers" />
        <dependency id="RestSharp" version="106.3.0" exclude="Build,Analyzers" />
        <dependency id="RestSharpHelper" version="1.1.1" exclude="Build,Analyzers" />
        <dependency id="System.Reactive" version="4.0.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Newtonsoft.Json" version="11.0.2" exclude="Build,Analyzers" />
        <dependency id="RateLimiter" version="1.1.1" exclude="Build,Analyzers" />
        <dependency id="RestSharp" version="106.3.0" exclude="Build,Analyzers" />
        <dependency id="RestSharpHelper" version="1.1.1" exclude="Build,Analyzers" />
        <dependency id="System.Reactive" version="4.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>