jellyfin-server/Nuget/MediaBrowser.Common.Internal.nuspec

24 lines
1.3 KiB
Plaintext
Raw Normal View History

<?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">
<metadata>
<id>MediaBrowser.Common.Internal</id>
2015-07-06 07:06:09 +00:00
<version>3.0.628</version>
<title>MediaBrowser.Common.Internal</title>
<authors>Luke</authors>
<owners>ebr,Luke,scottisafool</owners>
<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>
<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>
<dependencies>
2015-07-06 07:06:09 +00:00
<dependency id="MediaBrowser.Common" version="3.0.628" />
2015-04-29 18:48:34 +00:00
<dependency id="NLog" version="3.2.1" />
2015-05-05 23:19:33 +00:00
<dependency id="SimpleInjector" version="2.8.0" />
</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" />
</files>
</package>