PolyhydraGames.Spotify 1.0.3.171

dotnet add package PolyhydraGames.Spotify --version 1.0.3.171
                    
NuGet\Install-Package PolyhydraGames.Spotify -Version 1.0.3.171
                    
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="PolyhydraGames.Spotify" Version="1.0.3.171" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PolyhydraGames.Spotify" Version="1.0.3.171" />
                    
Directory.Packages.props
<PackageReference Include="PolyhydraGames.Spotify" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PolyhydraGames.Spotify --version 1.0.3.171
                    
#r "nuget: PolyhydraGames.Spotify, 1.0.3.171"
                    
#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.
#:package PolyhydraGames.Spotify@1.0.3.171
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PolyhydraGames.Spotify&version=1.0.3.171
                    
Install as a Cake Addin
#tool nuget:?package=PolyhydraGames.Spotify&version=1.0.3.171
                    
Install as a Cake Tool

PolyhydraGames.Spotify

Spotify Web API integration for Polyhydra Games.

What It Covers

  • OAuth and PKCE auth flow helpers
  • Spotify client registration and retry wiring
  • current-track and artist lookup services
  • deterministic unit tests plus opt-in integration coverage

Layout

  • src/ core library implementation
  • test/ NUnit test project
  • docs/ setup, roadmap, and release notes
  • Proposal/ design notes and earlier exploration

Build And Test

dotnet test PolyhydraGames.Spotify.sln
dotnet pack src/PolyhydraGames.Spotify.csproj --configuration Release

Setup

See Spotify service setup for the auth and configuration path.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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.3.171 104 5/9/2026
1.0.3.170 82 5/6/2026
1.0.3.169 120 5/5/2026
1.0.3.168 88 5/5/2026
1.0.3.167 88 5/4/2026
1.0.3.166 118 4/29/2026
1.0.3.165 109 4/28/2026
1.0.3.164 89 4/28/2026
1.0.3.163 94 4/21/2026
1.0.3.162 96 4/13/2026
1.0.3.161 102 4/12/2026
1.0.3.160 97 4/10/2026
1.0.3.159 130 4/5/2026
1.0.3.158 110 4/4/2026
1.0.3.157 118 4/2/2026
1.0.3.156 104 4/1/2026
1.0.3.155 92 4/1/2026
1.0.3.154 100 4/1/2026
1.0.3.153 110 3/30/2026
1.0.3.152 132 3/26/2026
Loading failed