jellyfin/Nuget/MediaBrowser.Common.Internal.nuspec

25 lines
1.4 KiB
Plaintext
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>
2013-04-29 03:27:01 +02:00
<version>3.0.87</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>
<description>Contains common components shared by Media Browser Theatre and Media Browser Server. Not intended for plugin developer consumption.</description>
<copyright>Copyright © Media Browser 2013</copyright>
<dependencies>
2013-04-29 03:27:01 +02:00
<dependency id="MediaBrowser.Common" version="3.0.87" />
2013-04-20 01:20:32 +02:00
<dependency id="NLog" version="2.0.1.2" />
2013-03-07 06:34:00 +01:00
<dependency id="ServiceStack.Text" version="3.9.38" />
2013-04-20 01:26:54 +02:00
<dependency id="SimpleInjector" version="2.2.1" />
</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" />
<file src="dlls\Mediabrowser.PluginSecurity.dll" target="lib\net45\Mediabrowser.PluginSecurity.dll" />
</files>
</package>