We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8593bb commit d7bf2c7Copy full SHA for d7bf2c7
1 file changed
Package.nuspec
@@ -0,0 +1,17 @@
1
+<?xml version="1.0"?>
2
+<package >
3
+ <metadata>
4
+ <id>Package</id>
5
+ <version>1.0.0</version>
6
+ <authors>Johnny</authors>
7
+ <owners>Johnny</owners>
8
+ <licenseUrl>https://github.com/JohnnyCrazy/SpotifyAPI-NET/blob/master/LICENSE</licenseUrl>
9
+ <projectUrl>https://github.com/JohnnyCrazy/SpotifyAPI-NET/</projectUrl>
10
+ <iconUrl></iconUrl>
11
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
12
+ <description>An API for the Spotify-Client and Spotify's Web API, written in .NET</description>
13
+ <releaseNotes></releaseNotes>
14
+ <copyright>Copyright 2015 Jonas Dellinger</copyright>
15
+ <tags>spotify api music .net c# spotify-client</tags>
16
+ </metadata>
17
+</package>
0 commit comments