SkyBiometry.Client.FC 1.1.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package SkyBiometry.Client.FC --version 1.1.4
NuGet\Install-Package SkyBiometry.Client.FC -Version 1.1.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SkyBiometry.Client.FC" Version="1.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SkyBiometry.Client.FC --version 1.1.4
#r "nuget: SkyBiometry.Client.FC, 1.1.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SkyBiometry.Client.FC as a Cake Addin
#addin nuget:?package=SkyBiometry.Client.FC&version=1.1.4

// Install SkyBiometry.Client.FC as a Cake Tool
#tool nuget:?package=SkyBiometry.Client.FC&version=1.1.4

The wrapper for REST face detection and recognition API from SkyBiometry. Portable class library: can be used in .NET Framework 4.0 and higher, Silverlight 4 and higher, Windows Phone 7.5 and higher and .NET for Windows Store apps.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.10 3,269 9/27/2013
1.1.9 1,237 8/23/2013
1.1.8 1,196 7/24/2013
1.1.7 1,299 5/31/2013
1.1.6 1,252 5/14/2013
1.1.5 1,272 4/18/2013
1.1.4 1,221 4/18/2013
1.1.3 1,276 2/8/2013
1.1.2 1,245 2/1/2013
1.0.3 1,265 12/18/2012

* Add limit parameter to FCClient.FacesApi.RecognizeAsync, FCClient.FacesApi.BeginRecognize, FCClient.FacesApi.GroupAsync and FCClient.FacesApi.BeginGroup methods.
* Add returnSimilarities parameter to FCClient.FacesApi.GroupAsync and FCClient.FacesApi.BeginGroup methods.
* Add Similarities field to Tag class.
* Make private serializable properties public to prevent SecurityException under Silverlight.