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>
|
2017-02-20 13:50:58 -07:00
|
|
|
<version>3.0.681</version>
|
2016-10-22 13:30:37 -07:00
|
|
|
<title>Emby.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>
|
2016-10-22 13:30:37 -07:00
|
|
|
<projectUrl>https://github.com/MediaBrowser/Emby</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>
|
2015-03-28 13:22:27 -07: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 09:33:11 -07:00
|
|
|
<dependencies>
|
2016-10-25 23:01:42 -07:00
|
|
|
<dependency id="MediaBrowser.Common" version="3.0.680" />
|
2016-09-17 10:01:58 -07:00
|
|
|
<dependency id="NLog" version="4.3.8" />
|
|
|
|
<dependency id="SimpleInjector" version="3.2.2" />
|
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-12-09 21:08:18 -07:00
|
|
|
<file src="..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll" target="lib\net45\ServiceStack.Text.dll" />
|
2013-02-23 09:33:11 -07:00
|
|
|
</files>
|
|
|
|
</package>
|