From 4870d15c76ea15cde472927f519e9c9062f8d54c Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Tue, 19 Feb 2019 22:18:24 +0100 Subject: [PATCH] Updated versions --- SpotifyAPI.Web.Auth/AuthorizationCodeAuth.cs | 4 ++-- SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj | 2 +- SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.nuspec | 4 ++-- SpotifyAPI.Web/SpotifyAPI.Web.nuspec | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/SpotifyAPI.Web.Auth/AuthorizationCodeAuth.cs b/SpotifyAPI.Web.Auth/AuthorizationCodeAuth.cs index c4ef759d..157b8108 100644 --- a/SpotifyAPI.Web.Auth/AuthorizationCodeAuth.cs +++ b/SpotifyAPI.Web.Auth/AuthorizationCodeAuth.cs @@ -113,9 +113,9 @@ namespace SpotifyAPI.Web.Auth } [WebApiHandler(HttpVerbs.Post, "/")] - public bool PostValues() + public async Task PostValues() { - Dictionary formParams = this.RequestFormDataDictionary(); + Dictionary formParams = await this.RequestFormDataDictionaryAsync(); string state = (string) formParams["state"]; AuthorizationCodeAuth.Instances.TryGetValue(state, out SpotifyAuthServer authServer); diff --git a/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj b/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj index 5b1e162d..f6444e45 100644 --- a/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj +++ b/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj @@ -15,7 +15,7 @@ - + diff --git a/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.nuspec b/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.nuspec index 11cdbe9a..6675c4d4 100644 --- a/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.nuspec +++ b/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.nuspec @@ -11,7 +11,7 @@ https://github.com/JohnnyCrazy/SpotifyAPI-NET/ false - An API for Spotify's Web API, written in .NET + Authorization Flows for the Spotify's Web API, written in .NET For more infos, visit https://github.com/JohnnyCrazy/SpotifyAPI-NET @@ -19,7 +19,7 @@ spotify api music .net c# spotify-client - + diff --git a/SpotifyAPI.Web/SpotifyAPI.Web.nuspec b/SpotifyAPI.Web/SpotifyAPI.Web.nuspec index 9ceee6e5..a154e5b1 100644 --- a/SpotifyAPI.Web/SpotifyAPI.Web.nuspec +++ b/SpotifyAPI.Web/SpotifyAPI.Web.nuspec @@ -11,14 +11,14 @@ https://github.com/JohnnyCrazy/SpotifyAPI-NET/ false - Authorization Flows for the Spotify's Web API, written in .NET + An API for Spotify's Web API, written in .NET For more infos, visit https://github.com/JohnnyCrazy/SpotifyAPI-NET spotify api music .net c# spotify-client - +