-
Notifications
You must be signed in to change notification settings - Fork 28
/
ColorThief.nuspec
60 lines (51 loc) · 3.71 KB
/
ColorThief.nuspec
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.3">
<id>ksemenenko.ColorThief</id>
<version>1.1.1.4</version>
<title>ColorThief for .NET</title>
<authors>ksemenenko</authors>
<owners>ksemenenko</owners>
<licenseUrl>https://github.com/KSemenenko/ColorThief/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/KSemenenko/ColorThief</projectUrl>
<iconUrl>https://raw.githubusercontent.com/KSemenenko/ColorThief/master/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
A code for grabbing the color palette from an image. Uses C# and .NET to make it happen.
</description>
<summary> A code for grabbing the color palette from an image. Uses C# and .NET to make it happen.</summary>
<tags>ColorThief, Color, Thief, .net, netstandard, xamarin, pcl, plugin, windows phone, uwp, winphone, wp8, winrt, android, xamarin.forms, ios, mac, version</tags>
<dependencies>
</dependencies>
</metadata>
<files>
<!--ColorThief.Netstandard.v20-->
<file src="ColorThief.Netstandard.v20\bin\Release\netstandard2.0\ColorThief.Netstandard.v20.dll" target="lib\netstandard2.0\ColorThief.Netstandard.v20.dll" />
<file src="ColorThief.Netstandard.v20\bin\Release\netstandard2.0\ColorThief.Netstandard.v20.pdb" target="lib\netstandard2.0\ColorThief.Netstandard.v20.pdb" />
<!--ColorThief.Desktop.v45-->
<file src="ColorThief.Desktop.v45\bin\Release\ColorThief.Desktop.v45.dll" target="lib\net45\ColorThief.Desktop.v45.dll" />
<file src="ColorThief.Desktop.v45\bin\Release\ColorThief.Desktop.v45.xml" target="lib\net45\ColorThief.Desktop.v45.xml" />
<file src="ColorThief.Desktop.v45\bin\Release\ColorThief.Desktop.v45.pdb" target="lib\net45\ColorThief.Desktop.v45.pdb" />
<!--ColorThief.Desktop.v46-->
<file src="ColorThief.Desktop.v46\bin\Release\ColorThief.Desktop.v46.dll" target="lib\net46\ColorThief.Desktop.v46.dll" />
<file src="ColorThief.Desktop.v46\bin\Release\ColorThief.Desktop.v46.xml" target="lib\net46\ColorThief.Desktop.v46.xml" />
<file src="ColorThief.Desktop.v46\bin\Release\ColorThief.Desktop.v46.pdb" target="lib\net46\ColorThief.Desktop.v46.pdb" />
<!--Xamarin.Android-->
<file src="ColorThief.Android\bin\Release\ColorThief.Android.dll" target="lib\MonoAndroid10\ColorThief.Android.dll" />
<file src="ColorThief.Android\bin\Release\ColorThief.Android.xml" target="lib\MonoAndroid10\ColorThief.Android.xml" />
<file src="ColorThief.Android\bin\Release\ColorThief.Android.pdb" target="lib\MonoAndroid10\ColorThief.Android.pdb" />
<!--Xamarin.iOS-->
<file src="ColorThief.iOS\bin\Release\ColorThief.iOS.dll" target="lib\Xamarin.iOS10\ColorThief.iOS.dll" />
<file src="ColorThief.iOS\bin\Release\ColorThief.iOS.xml" target="lib\Xamarin.iOS10\ColorThief.iOS.xml" />
<file src="ColorThief.iOS\bin\Release\ColorThief.iOS.pdb" target="lib\Xamarin.iOS10\ColorThief.iOS.pdb" />
<!--UWP-->
<file src="ColorThief.UWP\bin\Release\ColorThief.UWP.dll" target="lib\UAP10\ColorThief.UWP.dll" />
<file src="ColorThief.UWP\bin\Release\ColorThief.UWP.xml" target="lib\UAP10\ColorThief.UWP.xml" />
<file src="ColorThief.UWP\bin\Release\ColorThief.UWP.pdb" target="lib\UAP10\ColorThief.UWP.pdb" />
<!--Xamarin.Mac
<file src="ColorThief.Mac\bin\Release\ColorThief.Mac.dll" target="lib\Xamarin.Mac20\ColorThief.Mac.dll" />
<file src="ColorThief.Mac\bin\Release\ColorThief.Mac.xml" target="lib\Xamarin.Mac20\ColorThief.Mac.xml" />
<file src="ColorThief.Mac\bin\Release\ColorThief.Mac.pdb" target="lib\Xamarin.Mac20\ColorThief.Mac.pdb" />
-->
</files>
</package>