From b5b09432b3435e9752db5b6a545857733a509cb5 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Fri, 24 Aug 2018 14:30:50 +0200 Subject: [PATCH] Enable XML Docs and nuget specs --- .../SpotifyAPI.Web.Auth.csproj | 4 +++ .../SpotifyAPI.Web.Auth.nuspec | 26 +++++++++++++++++++ SpotifyAPI.Web/SpotifyAPI.Web.csproj | 4 +++ SpotifyAPI.Web/SpotifyAPI.Web.nuspec | 26 +++++++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.nuspec create mode 100644 SpotifyAPI.Web/SpotifyAPI.Web.nuspec diff --git a/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj b/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj index 74dea624..0556ddd4 100644 --- a/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj +++ b/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.csproj @@ -4,6 +4,10 @@ netstandard2.0 + + bin\Debug\netstandard2.0\SpotifyAPI.Web.Auth.xml + + diff --git a/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.nuspec b/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.nuspec new file mode 100644 index 00000000..d47b046c --- /dev/null +++ b/SpotifyAPI.Web.Auth/SpotifyAPI.Web.Auth.nuspec @@ -0,0 +1,26 @@ + + + + + SpotifyAPI.Web.Auth + 3.0.0 + SpotifyAPI.Web.Auth + JohnnyCrazy + JohnnyCrazy + https://github.com/JohnnyCrazy/SpotifyAPI-NET/blob/master/LICENSE + https://github.com/JohnnyCrazy/SpotifyAPI-NET/ + false + + 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 + + + + + + + diff --git a/SpotifyAPI.Web/SpotifyAPI.Web.csproj b/SpotifyAPI.Web/SpotifyAPI.Web.csproj index afada826..dd58774c 100644 --- a/SpotifyAPI.Web/SpotifyAPI.Web.csproj +++ b/SpotifyAPI.Web/SpotifyAPI.Web.csproj @@ -4,6 +4,10 @@ netstandard2.0 + + bin\Debug\netstandard2.0\SpotifyAPI.Web.xml + + diff --git a/SpotifyAPI.Web/SpotifyAPI.Web.nuspec b/SpotifyAPI.Web/SpotifyAPI.Web.nuspec new file mode 100644 index 00000000..8d99888e --- /dev/null +++ b/SpotifyAPI.Web/SpotifyAPI.Web.nuspec @@ -0,0 +1,26 @@ + + + + + SpotifyAPI.Web + 3.0.0 + SpotifyAPI.Web + JohnnyCrazy + JohnnyCrazy + https://github.com/JohnnyCrazy/SpotifyAPI-NET/blob/master/LICENSE + https://github.com/JohnnyCrazy/SpotifyAPI-NET/ + false + + Authorization Flows for the Spotify's Web API, written in .NET + + For more infos, visit https://github.com/JohnnyCrazy/SpotifyAPI-NET + + + spotify api music .net c# spotify-client + + + + + + + \ No newline at end of file