Skip to content

Commit

Permalink
Release project to NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Dec 28, 2015
1 parent c526107 commit 0e5e6ab
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 12 deletions.
40 changes: 40 additions & 0 deletions JamendoApi.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>JamendoApi</id>
<version>1.0.0-beta</version>
<title>Inofficial Jamendo Api Client</title>
<authors>Banane9</authors>
<owners>Banane9</owners>
<projectUrl>http://github.com/Banane9/JamendoApi</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Client for the Jamendo Api v3.0</description>
<summary>Client for the Jamendo Api v3.0</summary>
<releaseNotes>First release.

There might be inconsistencies, though everything should work as far as I know.</releaseNotes>
<copyright>Banane9</copyright>
<language>en</language>
<tags>jamendo api rest json jam music library artists albums tracks</tags>
<dependencies>
<dependency id="Microsoft.Net.Http" version="2.2.29" />
<dependency id="Newtonsoft.Json" version="7.0.1" />
</dependencies>
</metadata>
<files>
<file src="JamendoApi\bin\Release\JamendoApi.dll" target="lib\MonoAndroid\JamendoApi.dll" />
<file src="JamendoApi\bin\Release\JamendoApi.xml" target="lib\MonoAndroid\JamendoApi.xml" />
<file src="JamendoApi\bin\Release\JamendoApi.dll" target="lib\MonoTouch\JamendoApi.dll" />
<file src="JamendoApi\bin\Release\JamendoApi.xml" target="lib\MonoTouch\JamendoApi.xml" />
<file src="JamendoApi\bin\Release\JamendoApi.dll" target="lib\net45\JamendoApi.dll" />
<file src="JamendoApi\bin\Release\JamendoApi.xml" target="lib\net45\JamendoApi.xml" />
<file src="JamendoApi\bin\Release\JamendoApi.dll" target="lib\netcore45\JamendoApi.dll" />
<file src="JamendoApi\bin\Release\JamendoApi.xml" target="lib\netcore45\JamendoApi.xml" />
<file src="JamendoApi\bin\Release\JamendoApi.dll" target="lib\portable-net45+wp8+win8\JamendoApi.dll" />
<file src="JamendoApi\bin\Release\JamendoApi.xml" target="lib\portable-net45+wp8+win8\JamendoApi.xml" />
<file src="JamendoApi\bin\Release\JamendoApi.dll" target="lib\wp8\JamendoApi.dll" />
<file src="JamendoApi\bin\Release\JamendoApi.xml" target="lib\wp8\JamendoApi.xml" />
<file src="JamendoApi\bin\Release\JamendoApi.dll" target="lib\wpa81\JamendoApi.dll" />
<file src="JamendoApi\bin\Release\JamendoApi.xml" target="lib\wpa81\JamendoApi.xml" />
</files>
</package>
5 changes: 5 additions & 0 deletions JamendoApi.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JamendoApi", "JamendoApi\Ja
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JamendoApi.Tests", "JamendoApi.Tests\JamendoApi.Tests.csproj", "{96E00EB9-8DA8-46A7-B70B-B49AEDA073D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{69ACDF25-382D-4E44-B802-66BD4B24C54D}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
Loading

0 comments on commit 0e5e6ab

Please sign in to comment.