2013-02-23 09:33:11 -07:00
<?xml version="1.0" encoding="utf-8"?>
2013-03-06 22:34:00 -07:00
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
2013-02-23 09:33:11 -07:00
<metadata>
<id>MediaBrowser.Common.Internal</id>
2013-04-28 06:24:20 -07:00
<version>3.0.86</version>
2013-03-02 19:47:04 -07:00
<title>MediaBrowser.Common.Internal</title>
2013-02-23 09:33:11 -07:00
<authors>Luke</authors>
2013-03-02 19:47:04 -07:00
<owners>ebr,Luke,scottisafool</owners>
2013-02-23 09:33:11 -07:00
<projectUrl>https://github.com/MediaBrowser/MediaBrowser</projectUrl>
2013-03-06 22:34:00 -07:00
<iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl>
2013-02-23 09:33:11 -07:00
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2013-02-23 10:54:58 -07:00
<description>Contains common components shared by Media Browser Theatre and Media Browser Server. Not intended for plugin developer consumption.</description>
2013-03-02 19:47:04 -07:00
<copyright>Copyright © Media Browser 2013</copyright>
2013-02-23 09:33:11 -07:00
<dependencies>
2013-04-28 06:24:20 -07:00
<dependency id="MediaBrowser.Common" version="3.0.86" />
2013-04-19 16:20:32 -07:00
<dependency id="NLog" version="2.0.1.2" />
2013-03-06 22:34:00 -07:00
<dependency id="ServiceStack.Text" version="3.9.38" />
2013-04-19 16:26:54 -07:00
<dependency id="SimpleInjector" version="2.2.1" />
2013-02-23 09:33:11 -07:00
</dependencies>
</metadata>
<files>
2013-02-24 17:13:45 -07:00
<file src="dlls\MediaBrowser.Common.Implementations.dll" target="lib\net45\MediaBrowser.Common.Implementations.dll" />
2013-03-04 10:52:37 -07:00
<file src="dlls\Mediabrowser.PluginSecurity.dll" target="lib\net45\Mediabrowser.PluginSecurity.dll" />
2013-02-23 09:33:11 -07:00
</files>
</package>