IF.Lastfm/.nuget/Inflatable.Lastfm.SQLite.nuspec
Rikki Tooley 8c33b7fbb5 Fix packaging for Inflatable.Lastfm.SQLite and update dependencies
- match Json.Net and Microsoft.Net.Http with Inflatable.Lastfm
2018-07-08 22:54:52 +01:00

24 lines
1.1 KiB
XML

<?xml version="1.0"?>
<package>
<metadata>
<id>Inflatable.Lastfm.SQLite</id>
<title>Inflatable Last.fm SDK - SQLite components</title>
<version>$version</version>
<authors>Rikki Tooley (@rikkilt)</authors>
<licenseUrl>https://github.com/inflatablefriends/lastfm/blob/master/LICENCE.md</licenseUrl>
<projectUrl>https://github.com/inflatablefriends/lastfm</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Portable SQLite components of the Inflatable Last.fm SDK.</description>
<copyright>Copyright 2015 Inflatable Friends</copyright>
<tags>lastfm last.fm inflatable friends sdk api music sqlite scrobble scrobbling portable</tags>
<dependencies>
<dependency id="Inflatable.Lastfm" version="[1.1,)"/>
<dependency id="sqlite-net-pcl" version="1.4.118"/>
<dependency id="Newtonsoft.Json" version="9.0.1"/>
<dependency id="System.Net.Http" version="4.3.0"/>
</dependencies>
</metadata>
<files>
<file src="..\src\IF.Lastfm.SQLite\bin\Release\netstandard1.1\IF.Lastfm.SQLite.dll" target="lib\netstandard1.1"/>
</files>
</package>