Spotify.Uwp 1.0.0

dotnet add package Spotify.Uwp --version 1.0.0
NuGet\Install-Package Spotify.Uwp -Version 1.0.0
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="Spotify.Uwp" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spotify.Uwp --version 1.0.0
#r "nuget: Spotify.Uwp, 1.0.0"
#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 Spotify.Uwp as a Cake Addin
#addin nuget:?package=Spotify.Uwp&version=1.0.0

// Install Spotify.Uwp as a Cake Tool
#tool nuget:?package=Spotify.Uwp&version=1.0.0

Spotify.Uwp

Spotify API .NET Standard SDK Library for Universal Windows Platform Extensions

Documentation and Source Code

Project Documentation and Source Code can be found at https://github.com/RoguePlanetoid/Spotify-Uwp

NuGet

To add to your project from nuget.org use:

Install-Package Spotify.Uwp

Example

using Spotify.Uwp;
using Spotify.NetStandard.Sdk;

var client = SpotifySdkClientFactory
    .CreateSpotifySdkClient(
        "client-id",
        "client-secret");

var model = new ListAlbumViewModel(client, AlbumType.NewReleases);

Client Id and Client Secret

You can get a "client-id" and "client-secret" from developer.spotify.com/dashboard by signing in with your Spotify Id then creating an Application.

Change Log

Version 1.0.0

  • Initial Release
Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 is compatible. 
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.0 527 8/30/2020
0.7.6 573 6/9/2019
0.7.5 510 6/9/2019
0.5.0 519 5/5/2019

1.0.0 Initial Release