MarcoPNS / Spotify-Stream-Widget

Stream Widget for Spotify is a small Tool for Streamers to show the current Track of Spotify to your Viewers! Used by hundreds of Streamers daily 🚀 ❤️
https://widgetapp.stream/
GNU General Public License v3.0
141 stars 17 forks source link

Bump SpotifyAPI.Web.Auth from 6.0.0 to 6.1.0 #47

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps SpotifyAPI.Web.Auth from 6.0.0 to 6.1.0.

Release notes

Sourced from SpotifyAPI.Web.Auth's releases.

SpotifyAPI Web 6.1.0

➕ Additions

  • Added NextPage and PreviousPage.
var browse = await spotify.Browse.GetCategoryPlaylists("at_home", new CategoriesPlaylistsRequest { Limit = 10 });
var browse2 = await spotify.NextPage(browse.Playlists);

🏗 Fixes:

  • Fixed query/body params An item with the same key has already been added. Key: limit (#567 )
  • Paginate methods were only available in .NET Standard 2.1. It's now available for all versions > .NET Standard 2.1 (e.g .NET 5)
Commits
  • bd0bfca Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 (#569)
  • fb64965 Bump prismjs from 1.21.0 to 1.23.0 in /SpotifyAPI.Docs (#570)
  • 85007ae Bump Moq from 4.16.0 to 4.16.1 (#568)
  • 3a9e1d4 Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer (#563)
  • aab8c5d Fix potential race condition inside RequestParams (#571)
  • 81245b2 Fix Paginate not being available in >NETSTANDARD2_1
  • e76577f Bump Microsoft.AspNetCore.Components.WebAssembly from 5.0.2 to 5.0.3 (#564)
  • df017f9 Bump Microsoft.NETCore.UniversalWindowsPlatform from 6.2.11 to 6.2.12 (#562)
  • 34db35c Bump AspNet.Security.OAuth.Spotify from 3.1.6 to 5.0.1 (#558)
  • dcd4a67 Bump NUnit from 3.13.0 to 3.13.1 (#557)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #49.