mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-25 23:46:27 +00:00
32 lines
1.4 KiB
XML
32 lines
1.4 KiB
XML
<?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>
|
|
Authorization Flows for the Spotify's Web API, written in .NET
|
|
|
|
For more infos, visit https://github.com/JohnnyCrazy/SpotifyAPI-NET
|
|
</description>
|
|
<language />
|
|
<tags>spotify api music .net c# spotify-client</tags>
|
|
<dependencies>
|
|
<dependency id="SpotifyAPI.Web" version="3.0.0" />
|
|
<dependency id="EmbedIO" version="2.2.7" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<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\net462\SpotifyAPI.Web.Auth.dll" target="lib\net46\SpotifyAPI.Web.Auth.dll" />
|
|
<file src="bin\Release\net462\SpotifyAPI.Web.Auth.xml" target="lib\net46\SpotifyAPI.Web.Auth.xml" />
|
|
</files>
|
|
</package>
|