aboutsummaryrefslogtreecommitdiff
path: root/Nuget/MediaBrowser.Common.Internal.nuspec
blob: b41293e3e21f73aa627eae92954253dfd104a6c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
    <metadata>
        <id>MediaBrowser.Common.Internal</id>
        <version>3.0.330</version>
        <title>MediaBrowser.Common.Internal</title>
        <authors>Luke</authors>
        <owners>ebr,Luke,scottisafool</owners>
        <projectUrl>https://github.com/MediaBrowser/MediaBrowser</projectUrl>
        <iconUrl>http://www.mb3admin.com/images/mb3icons1-1.png</iconUrl>
        <requireLicenseAcceptance>false</requireLicenseAcceptance>
        <description>Contains common components shared by Media Browser Theater and Media Browser Server. Not intended for plugin developer consumption.</description>
        <copyright>Copyright © Media Browser 2013</copyright>
        <dependencies>
            <dependency id="MediaBrowser.Common" version="3.0.330" />
            <dependency id="NLog" version="2.1.0" />
            <dependency id="SimpleInjector" version="2.4.1" />
            <dependency id="sharpcompress" version="0.10.2" />
        </dependencies>
    </metadata>
    <files>
        <file src="dlls\MediaBrowser.Common.Implementations.dll" target="lib\net45\MediaBrowser.Common.Implementations.dll" />
        <file src="..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll" target="lib\net45\ServiceStack.Text.dll" />
    </files>
</package>