ParkSquare.Discogs 1.0.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package ParkSquare.Discogs --version 1.0.9
NuGet\Install-Package ParkSquare.Discogs -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ParkSquare.Discogs" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ParkSquare.Discogs --version 1.0.9
#r "nuget: ParkSquare.Discogs, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ParkSquare.Discogs as a Cake Addin
#addin nuget:?package=ParkSquare.Discogs&version=1.0.9

// Install ParkSquare.Discogs as a Cake Tool
#tool nuget:?package=ParkSquare.Discogs&version=1.0.9

C# Discogs API

Background

The Discogs API lets developers build their own Discogs-powered applications for the web, desktop, and mobile devices.

The Discogs API v2.0 is a RESTful interface to Discogs data. You can access JSON-formatted information about Database objects such as Artists, Releases, and Labels. Your application can also manage User Collections and Wantlists, create Marketplace Listings, and more.

This Nuget package is a free library written in C# that you can use to access the Discogs API.

Getting Started

First thing you will need to do is register your application. Sign up to get a Discogs account and go to Developer Settings https://www.discogs.com/settings/developers to create a new auth token.

Your application must provide a User-Agent string that identifies itself – preferably something that follows RFC 1945. Some good examples include:

AwesomeDiscogsBrowser/0.1 +http://adb.example.com
LibraryMetadataEnhancer/0.3 +http://example.com/lime
MyDiscogsClient/1.0 +http://mydiscogsclient.org

Rest of content to do!

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.35 209 10/8/2023
1.0.34 1,500 8/22/2022
1.0.33 376 8/22/2022
1.0.31 360 8/19/2022
1.0.30 620 4/14/2022
1.0.28 464 2/19/2022
1.0.26 433 1/27/2022
1.0.24 415 1/12/2022
1.0.22 6,064 11/24/2021
1.0.20 4,923 11/23/2021
1.0.18 4,713 11/23/2021
1.0.16 6,438 11/23/2021
1.0.15 276 11/22/2021
1.0.14 681 11/21/2021
1.0.13 1,053 11/21/2021
1.0.12 1,309 11/21/2021
1.0.9 1,358 11/20/2021