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.
<PackageVersion Include="portable.aforge.core" Version="2.2.5.50205" />
                    
Directory.Packages.props
<PackageReference Include="portable.aforge.core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package portable.aforge.core@2.2.5.50205
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=portable.aforge.core&version=2.2.5.50205
                    
Install as a Cake Addin
#tool nuget:?package=portable.aforge.core&version=2.2.5.50205
                    
Install as a Cake Tool

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 7,684 3/2/2016
2.2.5.50513 3,629 5/13/2015
2.2.5.50504 4,842 5/4/2015
2.2.5.50319 5,111 3/19/2015
2.2.5.50205 1,639 2/5/2015
2.2.5.50204 4,844 2/4/2015
2.2.5.50126 4,346 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.