2013-02-23 16:33:11 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-03-07 05:34:00 +00:00
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
2013-02-23 16:33:11 +00:00
|
|
|
<metadata>
|
|
|
|
<id>MediaBrowser.Common.Internal</id>
|
2016-06-03 19:32:10 +00:00
|
|
|
<version>3.0.650</version>
|
2013-03-03 02:47:04 +00:00
|
|
|
<title>MediaBrowser.Common.Internal</title>
|
2013-02-23 16:33:11 +00:00
|
|
|
<authors>Luke</authors>
|
2013-03-03 02:47:04 +00:00
|
|
|
<owners>ebr,Luke,scottisafool</owners>
|
2013-02-23 16:33:11 +00:00
|
|
|
<projectUrl>https://github.com/MediaBrowser/MediaBrowser</projectUrl>
|
2013-03-07 05:34:00 +00:00
|
|
|
<iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl>
|
2013-02-23 16:33:11 +00:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
2015-03-28 20:22:27 +00:00
|
|
|
<description>Contains common components shared by Emby Theater and Emby Server. Not intended for plugin developer consumption.</description>
|
|
|
|
<copyright>Copyright © Emby 2013</copyright>
|
2013-02-23 16:33:11 +00:00
|
|
|
<dependencies>
|
2016-06-03 19:32:10 +00:00
|
|
|
<dependency id="MediaBrowser.Common" version="3.0.650" />
|
2016-05-17 17:44:17 +00:00
|
|
|
<dependency id="NLog" version="4.3.4" />
|
2016-05-23 19:40:53 +00:00
|
|
|
<dependency id="SimpleInjector" version="3.1.5" />
|
2013-02-23 16:33:11 +00:00
|
|
|
</dependencies>
|
|
|
|
</metadata>
|
|
|
|
<files>
|
2013-02-25 00:13:45 +00:00
|
|
|
<file src="dlls\MediaBrowser.Common.Implementations.dll" target="lib\net45\MediaBrowser.Common.Implementations.dll" />
|
2013-12-10 04:08:18 +00:00
|
|
|
<file src="..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll" target="lib\net45\ServiceStack.Text.dll" />
|
2013-02-23 16:33:11 +00:00
|
|
|
</files>
|
|
|
|
</package>
|