jellyfin/Nuget/MediaBrowser.Common.Internal.nuspec

25 lines
1.3 KiB
Text
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2013-03-07 06:34:00 +01:00
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MediaBrowser.Common.Internal</id>
<version>3.0.219</version>
<title>MediaBrowser.Common.Internal</title>
<authors>Luke</authors>
<owners>ebr,Luke,scottisafool</owners>
<projectUrl>https://github.com/MediaBrowser/MediaBrowser</projectUrl>
2013-03-07 06:34:00 +01:00
<iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2013-06-04 18:48:23 +02:00
<description>Contains common components shared by Media Browser Theater and Media Browser Server. Not intended for plugin developer consumption.</description>
<copyright>Copyright © Media Browser 2013</copyright>
<dependencies>
<dependency id="MediaBrowser.Common" version="3.0.219" />
2013-04-20 01:20:32 +02:00
<dependency id="NLog" version="2.0.1.2" />
2013-09-02 19:50:16 +02:00
<dependency id="ServiceStack.Text" version="3.9.58" />
<dependency id="SimpleInjector" version="2.3.2" />
2013-09-25 20:58:03 +02:00
<dependency id="sharpcompress" version="0.10.1.3" />
</dependencies>
</metadata>
<files>
2013-02-25 01:13:45 +01:00
<file src="dlls\MediaBrowser.Common.Implementations.dll" target="lib\net45\MediaBrowser.Common.Implementations.dll" />
</files>
</package>