aboutsummaryrefslogtreecommitdiff
path: root/Nuget/MediaBrowser.Common.nuspec
blob: 89aeff0a3dfc5859bf5de6f88038c5adf4c484db (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
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
    <metadata>
        <id>MediaBrowser.Common</id>
        <version>3.0.414</version>
        <title>MediaBrowser.Common</title>
        <authors>Media Browser Team</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 model objects and interfaces used by all Media Browser solutions.</description>
        <copyright>Copyright © Media Browser 2013</copyright>
        <dependencies>
			<group targetFramework=".NETFramework4.5"/>
            <group targetFramework=".NETFramework3.5"/>
            <group targetFramework=".NETPortable0.0-net45+sl4+wp71+win8">
                <dependency id="Microsoft.Bcl.Async" version="1.0.16" />
            </group>
        </dependencies>
    </metadata>
    <files>
        <file src="dlls\net35\MediaBrowser.Model.dll" target="lib\net35\MediaBrowser.Model.dll" />
        <file src="dlls\MediaBrowser.Common.dll" target="lib\net45\MediaBrowser.Common.dll" />
        <file src="dlls\net45\MediaBrowser.Model.dll" target="lib\net45\MediaBrowser.Model.dll" />
        <file src="dlls\portable\MediaBrowser.Model.dll" target="lib\portable-net4+sl4+wp71+win8\MediaBrowser.Model.dll" />
    </files>
</package>