PolyhydraGames.Spotify 1.0.3.178

dotnet add package PolyhydraGames.Spotify --version 1.0.3.178
                    
NuGet\Install-Package PolyhydraGames.Spotify -Version 1.0.3.178
                    
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.178" />
                    
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.178" />
                    
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.178
                    
#r "nuget: PolyhydraGames.Spotify, 1.0.3.178"
                    
#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.178
                    
#: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.178
                    
Install as a Cake Addin
#tool nuget:?package=PolyhydraGames.Spotify&version=1.0.3.178
                    
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.178 28 6/5/2026
1.0.3.177 62 6/5/2026
1.0.3.171 111 5/9/2026
1.0.3.170 88 5/6/2026
1.0.3.169 126 5/5/2026
1.0.3.168 92 5/5/2026
1.0.3.167 93 5/4/2026
1.0.3.166 122 4/29/2026
1.0.3.165 114 4/28/2026
1.0.3.164 96 4/28/2026
1.0.3.163 99 4/21/2026
1.0.3.162 103 4/13/2026
1.0.3.161 111 4/12/2026
1.0.3.160 104 4/10/2026
1.0.3.159 137 4/5/2026
1.0.3.158 117 4/4/2026
1.0.3.157 124 4/2/2026
1.0.3.156 108 4/1/2026
1.0.3.155 98 4/1/2026
1.0.3.154 106 4/1/2026
Loading failed