Spotify.NET/SpotifyAPI.Web/SpotifyAPI.Web.nuspec

29 lines
1.1 KiB
Plaintext
Raw Normal View History

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</id>
<version>3.0.0</version>
<title>SpotifyAPI.Web</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>
2018-08-24 14:32:20 +01:00
<dependency id="Newtonsoft.Json" version="11.0.2" />
2018-08-24 13:30:50 +01:00
</dependencies>
</metadata>
<files>
2018-08-24 13:51:48 +01:00
<file src="bin\Release\netstandard2.0\SpotifyAPI.Web.dll" target="lib\SpotifyAPI.Web.dll" />
<file src="bin\Release\netstandard2.0\SpotifyAPI.Web.xml" target="lib\SpotifyAPI.Web.xml" />
2018-08-24 13:30:50 +01:00
</files>
2018-08-24 13:51:48 +01:00
</package>