Skip to content

Commit

Permalink
v.1.0.0.0 for Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
KSemenenko committed Jun 22, 2016
1 parent fab0d5e commit 1c3c97a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 28 deletions.
32 changes: 12 additions & 20 deletions ColorThief.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,26 @@
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, xamarin, pcl, plugin, plugin for xamarin, windows phone, uwp, winphone, wp8, winrt, android, xamarin.forms, ios, mac, version</tags>
<tags>ColorThief, Color, Thief, .net, xamarin, pcl, plugin, windows phone, uwp, winphone, wp8, winrt, android, xamarin.forms, ios, mac, version</tags>
<dependencies>
</dependencies>
</metadata>
<files>
<!--Portable-->
<file src="ColorThief.Portable\bin\Release\ColorThief.Portable.dll"
target="lib\portable-net45+wp8+win8\ColorThief.Portable.dll" />
<file src="ColorThief.Portable\bin\Release\ColorThief.Portable.xml"
target="lib\portable-net45+wp8+win8\ColorThief.Portable.xml" />
<file src="ColorThief.Portable\bin\Release\ColorThief.Portable.pdb"
target="lib\portable-net45+wp8+win8\ColorThief.Portable.pdb" />
<!--Portable
<file src="ColorThief.Portable\bin\Release\ColorThief.Portable.dll" target="lib\portable-net45+wp8+win8\ColorThief.Portable.dll" />
<file src="ColorThief.Portable\bin\Release\ColorThief.Portable.xml" target="lib\portable-net45+wp8+win8\ColorThief.Portable.xml" />
<file src="ColorThief.Portable\bin\Release\ColorThief.Portable.pdb" target="lib\portable-net45+wp8+win8\ColorThief.Portable.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" />
<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" />
<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" />
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Many thanks for C# code [UWP Version](https://gist.github.com/zumicts/c5050a36e4
###Platforms:
|Platform|Supported|Version|
| ------------------- | :-----------: | :------------------: |
|Xamarin.iOS|Yes|iOS 6+|
|Xamarin.Android|Yes|API 10+|
|Windows Phone 8|Yes|8.0+|
|Windows Phone 8.1|Yes|8.1+|
|Windows Store|Yes|8.1+|
|Windows 10 UWP|Yes|10+|
|Xamarin.iOS|Partial|iOS 6+|
|Xamarin.Android|Partial|API 10+|
|Windows Phone 8|Partial|8.0+|
|Windows Phone 8.1|Partial|8.1+|
|Windows Store|Partial|8.1+|
|Windows 10 UWP|Partial|10+|
|Xamarin.Mac|Partial||
|.NET 4.5|Yes||
|.NET 4.6|Yes||
|Desktop .NET 4.5|Yes||
|Desktop .NET 4.6|Yes||

##How to use

Expand Down

0 comments on commit 1c3c97a

Please sign in to comment.