MultiPlug.Ext.RasPi 1.0.6-alpha

This is a prerelease version of MultiPlug.Ext.RasPi.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MultiPlug.Ext.RasPi --version 1.0.6-alpha
NuGet\Install-Package MultiPlug.Ext.RasPi -Version 1.0.6-alpha
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="MultiPlug.Ext.RasPi" Version="1.0.6-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MultiPlug.Ext.RasPi --version 1.0.6-alpha
#r "nuget: MultiPlug.Ext.RasPi, 1.0.6-alpha"
#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 MultiPlug.Ext.RasPi as a Cake Addin
#addin nuget:?package=MultiPlug.Ext.RasPi&version=1.0.6-alpha&prerelease

// Install MultiPlug.Ext.RasPi as a Cake Tool
#tool nuget:?package=MultiPlug.Ext.RasPi&version=1.0.6-alpha&prerelease

Control the General Purpose Input Output (GPIO) of the Raspberry Pi with this MultiPlug Extension

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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. 
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

Run this extension on a Raspberry Pi only using the .Net Mono runtime.
1.0.6 Upgraded to base classes
1.0.5 Bug: Prevent duplicate read events
1.0.4 Bugs
1.0.3 Refactor: Upgraded to latest MultiPlug.Base version
1.0.2 Enhancement: Implemented new MultiPlug.Base 1.0.25 contracts.
1.0.1
* Subscribe to changes to Pin values.
* Trigger Pin values with MultiPlug Events.
* Set Pin Input Pull Value - Off, Up, Down.
* Known Bug: Due to the use of a external unmanaged library, error messages may occur on MultiPlug shutdown, however the shutdown will complete successfully.

1.0.0
* Nuget name reserve.