2018-08-24 13:30:50 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
|
|
<metadata>
|
|
|
|
<id>SpotifyAPI.Web.Auth</id>
|
|
|
|
<version>3.0.0</version>
|
|
|
|
<title>SpotifyAPI.Web.Auth</title>
|
|
|
|
<authors>JohnnyCrazy</authors>
|
|
|
|
<owners>JohnnyCrazy</owners>
|
|
|
|
<licenseUrl>https://github.com/JohnnyCrazy/SpotifyAPI-NET/blob/master/LICENSE</licenseUrl>
|
|
|
|
<projectUrl>https://github.com/JohnnyCrazy/SpotifyAPI-NET/</projectUrl>
|
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<description>
|
2019-02-19 21:18:24 +00:00
|
|
|
Authorization Flows for the Spotify's Web API, written in .NET
|
2018-08-24 13:30:50 +01:00
|
|
|
|
|
|
|
For more infos, visit https://github.com/JohnnyCrazy/SpotifyAPI-NET
|
|
|
|
</description>
|
|
|
|
<language />
|
|
|
|
<tags>spotify api music .net c# spotify-client</tags>
|
|
|
|
<dependencies>
|
2018-08-24 13:51:48 +01:00
|
|
|
<dependency id="SpotifyAPI.Web" version="3.0.0" />
|
2019-02-19 21:18:24 +00:00
|
|
|
<dependency id="EmbedIO" version="2.2.7" />
|
2018-08-24 13:30:50 +01:00
|
|
|
</dependencies>
|
|
|
|
</metadata>
|
|
|
|
<files>
|
2018-09-04 13:39:07 +01:00
|
|
|
<file src="bin\Release\netstandard2.0\SpotifyAPI.Web.Auth.dll" target="lib\netstandard2.0\SpotifyAPI.Web.Auth.dll" />
|
|
|
|
<file src="bin\Release\netstandard2.0\SpotifyAPI.Web.Auth.xml" target="lib\netstandard2.0\SpotifyAPI.Web.Auth.xml" />
|
|
|
|
<file src="bin\Release\net46\SpotifyAPI.Web.Auth.dll" target="lib\net46\SpotifyAPI.Web.Auth.dll" />
|
|
|
|
<file src="bin\Release\net46\SpotifyAPI.Web.Auth.xml" target="lib\net46\SpotifyAPI.Web.Auth.xml" />
|
2018-08-24 13:30:50 +01:00
|
|
|
</files>
|
|
|
|
</package>
|