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>
2016-01-24 20:39:24 +01:00
<version>3.0.641</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>
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-01-24 20:39:24 +01:00
<dependency id="MediaBrowser.Common" version="3.0.641" />
2016-01-09 18:11:46 +01:00
<dependency id="NLog" version="4.2.3" />
2015-12-26 20:57:29 +01:00
<dependency id="SimpleInjector" version="3.1.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>