portable.aforge.core 2.2.5.50205

There is a newer version of this package available.
See the version list below for details.
dotnet add package portable.aforge.core --version 2.2.5.50205
NuGet\Install-Package portable.aforge.core -Version 2.2.5.50205
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="portable.aforge.core" Version="2.2.5.50205" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add portable.aforge.core --version 2.2.5.50205
#r "nuget: portable.aforge.core, 2.2.5.50205"
#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 portable.aforge.core as a Cake Addin
#addin nuget:?package=portable.aforge.core&version=2.2.5.50205

// Install portable.aforge.core as a Cake Tool
#tool nuget:?package=portable.aforge.core&version=2.2.5.50205

Portable AForge Core contains the core types for the AForge.NET Framework on mobile and tablet devices.

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.
    • shim (>= 1.0.1.50204)

NuGet packages (2)

Showing the top 2 NuGet packages that depend on portable.aforge.core:

Package Downloads
portable.aforge.math

Portable AForge Math provides scientific computing functionality to the AForge.NET Framework on mobile and tablet devices.

portable.aforge.fuzzy

Portable AForge Fuzzy provides fuzzy logic functionality to the AForge.NET Framework on mobile and tablet devices.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.5.60302 6,695 3/2/2016
2.2.5.50513 2,948 5/13/2015
2.2.5.50504 3,977 5/4/2015
2.2.5.50319 4,036 3/19/2015
2.2.5.50205 1,144 2/5/2015
2.2.5.50204 3,788 2/4/2015
2.2.5.50126 3,527 1/26/2015

v 2.2.5.50205
----------------
* Windows Phone Silverlight 8 version is copied from 'portable-net45+netcore45+wpa81+wp8' to circumvent AForge.SystemTools error in WP8 build.

v 2.2.5.50204
----------------
* Restored AForge.SystemTools to Core library.
* Separated into different builds for .NET, Windows Phone Silverlight and Universal.
* IMPORTANT! SystemTools methods are not working for Windows Phone Silverlight. As a workaround, upgrade to v 2.2.5.50205.

v 2.2.5.50126
----------------
* Synchronized with dependency updates.