PolyhydraGames.Spotify 1.0.3.180

dotnet add package PolyhydraGames.Spotify --version 1.0.3.180
                    
NuGet\Install-Package PolyhydraGames.Spotify -Version 1.0.3.180
                    
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.180" />
                    
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.180" />
                    
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.180
                    
#r "nuget: PolyhydraGames.Spotify, 1.0.3.180"
                    
#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.180
                    
#: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.180
                    
Install as a Cake Addin
#tool nuget:?package=PolyhydraGames.Spotify&version=1.0.3.180
                    
Install as a Cake Tool

PolyhydraGames.Spotify

Spotify Web API integration for Polyhydra Games.

Tags

  • spotify
  • auth
  • docs
  • ui
  • game
  • testing

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.180 0 6/15/2026
1.0.3.178 134 6/5/2026
1.0.3.177 123 6/5/2026
1.0.3.171 113 5/9/2026
1.0.3.170 91 5/6/2026
1.0.3.169 128 5/5/2026
1.0.3.168 94 5/5/2026
1.0.3.167 95 5/4/2026
1.0.3.166 124 4/29/2026
1.0.3.165 115 4/28/2026
1.0.3.164 98 4/28/2026
1.0.3.163 100 4/21/2026
1.0.3.162 104 4/13/2026
1.0.3.161 113 4/12/2026
1.0.3.160 106 4/10/2026
1.0.3.159 138 4/5/2026
1.0.3.158 118 4/4/2026
1.0.3.157 127 4/2/2026
1.0.3.156 111 4/1/2026
1.0.3.155 100 4/1/2026
Loading failed