jellyfin/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 06:34:00 +01:00
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MediaBrowser.Common.Internal</id>
2017-02-20 21:50:58 +01:00
<version>3.0.681</version>
2016-10-22 22:30:37 +02:00
<title>Emby.Common.Internal</title>
<authors>Luke</authors>
<owners>ebr,Luke,scottisafool</owners>
2016-10-22 22:30:37 +02:00
<projectUrl>https://github.com/MediaBrowser/Emby</projectUrl>
2013-03-07 06:34:00 +01:00
<iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2015-03-28 21:22:27 +01: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>
2016-10-26 08:01:42 +02:00
<dependency id="MediaBrowser.Common" version="3.0.680" />
2016-09-17 19:01:58 +02:00
<dependency id="NLog" version="4.3.8" />
<dependency id="SimpleInjector" version="3.2.2" />
</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" />
2013-12-10 05:08:18 +01:00
<file src="..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll" target="lib\net45\ServiceStack.Text.dll" />
</files>
</package>