shim 1.0.1.50427

dotnet add package shim --version 1.0.1.50427
NuGet\Install-Package shim -Version 1.0.1.50427
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="1.0.1.50427" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add shim --version 1.0.1.50427
#r "nuget: shim, 1.0.1.50427"
#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=1.0.1.50427

// Install shim as a Cake Tool
#tool nuget:?package=shim&version=1.0.1.50427

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 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. 
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 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.

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
1.0.1.50427 503 4/27/2015
1.0.1.50409 134 4/9/2015
1.0.1.50407 50 4/7/2015
1.0.1.50318 263 3/18/2015
1.0.1.50317 41 3/17/2015
1.0.1.50302 114 3/2/2015
1.0.1.50208 153 2/8/2015
1.0.1.50207 43 2/6/2015
1.0.1.50206 38 2/6/2015
1.0.1.50204 136 2/4/2015
1.0.0.50126 90 1/26/2015

v 1.0.1.50427
-------------
* Fixed issues:
#27 Add DataColumnCollection.Remove, public DataColumn constructor and DefaultValue property

v 1.0.1.50409
-------------
* Fixed issues:
#13 Add some Type and String extension methods from Portable Accord

v 1.0.1.50407
-------------
* Fixed issues:
#12 Add AssemblyResolve event and Load method to AppDomain
#11 Add ResolveEventArgs type