shim 2.0.0-beta3

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

// Install shim as a Cake Tool
#tool nuget:?package=shim&version=2.0.0-beta3&prerelease

Shim expands the ability to create Portable Class Libraries from .NET legacy code by providing reduced or dummy implementations of .NET Framework classes that are not represented in PCL.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Silverlight sl5 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on shim:

Package Downloads
portable.aforge.core

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

portable.accord.core

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

shim.drawing

Shim.Drawing is a portability package providing a minimal subset of System.Drawing, that enables using the imaging processing functionality of AForge.NET and Accord.NET Frameworks in mobile applications. This package contains evaluation DLL:s for Xamarin.iOS (Unified and Classic API:s), Xamarin Android and Windows Universal (Windows 8.1 and Windows Phone 8.1). Full versions can be purchased from Cureos, licenses@cureos.com .

portable.aforge.machinelearning

Portable AForge Machine Learning contains machine learning functionality for the AForge.NET Framework on mobile and tablet devices.

shim2.drawing

Shims.Drawing is a portability package providing a minimal subset of System.Drawing, that enables using the imaging processing functionality of AForge.NET and Accord.NET Frameworks in mobile applications. This package contains evaluation DLL:s for Xamarin.iOS (Unified and Classic API:s), Xamarin Android

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on shim:

Repository Stars
riperiperi/FreeSO
Re-implementation of The Sims Online.
cureos/aforge
PCL version of AForge.NET Framework, https://code.google.com/p/aforge/
Version Downloads Last updated
2.1.0-pre 4,274 5/24/2016
2.0.1 57,719 7/8/2016
2.0.0 20,841 3/2/2016
2.0.0-beta3 1,532 3/1/2016
2.0.0-beta2 1,337 3/1/2016
2.0.0-beta1 1,396 2/29/2016
2.0.0-alpha1 1,427 12/18/2015
1.0.2.50909 21,509 9/9/2015
1.0.1.50804 4,636 8/4/2015
1.0.1.50512 1,917 5/12/2015
1.0.1.50427 8,559 4/27/2015
1.0.1.50409 1,839 4/9/2015
1.0.1.50407 1,584 4/7/2015
1.0.1.50318 5,608 3/18/2015
1.0.1.50317 1,613 3/17/2015
1.0.1.50302 1,642 3/2/2015
1.0.1.50208 2,032 2/8/2015
1.0.1.50207 1,650 2/6/2015
1.0.1.50206 1,585 2/6/2015
1.0.1.50204 5,088 2/4/2015
1.0.0.50126 4,885 1/26/2015

* Added PCL profile 328
* Minimum supported API for Xamarin Android is now Level 10 (v 2.3)
* Fixed issues:
#44 Implement Type.GetProperty as extension method
#43 Include Type.GetMethods as extension method
#42 Include IConvertible interface
#41 Add extension method for ICloneable.Clone()
#40 Add BinaryFormatter.Binder property
#39 List.AsReadOnly<T>() causes StackOverflow
#37 Added Missing System.IO.File methods
#31 TypeForwardedTo missing for ResolveEventHandler
#30 RangeAttribute is already available in Windows 8.1
#28 Implement IDisposable interface in System.Threading.Timer
#27 Add DataColumnCollection.Remove, public DataColumn constructor and DefaultValue property
#26 PCL projects should only include pure declarations
#25 ThreadPool and Timer already available in PCL profile 328
#24 Converter delegate already available in Phone and Silverlight targets
#22 Remove ShimPath (PathSeparator and DirectorSeparatorChar remain)
#21 Add extension method for WaitHandle.Close
#20 Add extension method for List<T>.ConvertAll
#19 Add DataColumnCollection.Add(string) overload
#18 Add extension method for Assembly.GetTypes
#17 Compact names of extension "properties"
#16 Change Shim prefix to underscore suffix
#15 Add .NET 4.0 and Silverlight 5 targets
#14 Add ShimArray class for Sort and ConvertAll methods