MultiPlug.Extension.Core 1.0.60

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

// Install MultiPlug.Extension.Core as a Cake Tool
#tool nuget:?package=MultiPlug.Extension.Core&version=1.0.60

Create Extensions for the MultiPlug .Net Edge Computing Platform using this library

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

Showing the top 5 NuGet packages that depend on MultiPlug.Extension.Core:

Package Downloads
MultiPlug.Core

Core files for an MultiPlug update

MultiPlug.Ext.Thm.Default2016

2016 default theme for the MultiPlug .Net Edge Computing Platform

MultiPlug.Ext.RasPi.Config

Configure the Raspberry Pi with this MultiPlug Extension (https://www.multiplug.app)

MultiPlug.Ext.Demo

A visual demonstration of a MultiPlug Extension

MultiPlug.Ext.IFTTT

An Extension that contained If This Then That (IFTTT) components for MultiPlug

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.64 469 11/14/2022
1.0.63 501 9/2/2021

Usage:
To create an MultiPlug Extension:
* Extend a class from 'MultiPlugExtension' class.
* The Extension name will be the value of the 'Product' in the Assembly Information of the project.
* The Assembly name should be prefixed it with 'MultiPlug.Ext.'
* Target .Net Framework 4.7.2.
* Optionally upload the Extension Assembly file to Nuget OR place it in the extensions folder within the MultiPlug home directory, within a folder of the same name as the Extension Assembly .dll file.
* Enable it within the MultiPlug User Interface or the \config\MultiPlug.config file.

Changelog:
1.0.60 Enhancement: FeatureCanUnload Attribute Added to prevent Extensions from being unloaded
1.0.59 Enhancement: New MultiPlugAPI, MultiPlugActions, MultiPlugServices available within MultiPlugExtension class
1.0.58 Enhancement: ToObject and ToJson added to Recipe()
1.0.56 Refactoring: Load(string theJson) signature changed to a Json string - Load(object) can also be used
1.0.55 All Extensions now have the ability to Push and Consume system wide recipes
1.0.54 Refactoring
1.0.53 Refactoring: MPSignal changes to Action
1.0.52 Enhancement: MultiPlugSignals is now used to signal to MultiPlug that changes have been made to Events, Subscriptions and HTTPEndpoints
1.0.51 New Attributes for HTTPEndpoints
1.0.50 Attributes
1.0.49 Refactoring: IConfigurator renamed to IRecipe
1.0.48 Enhancement: MultiPlugAPI can now be accessed from MultiPlugExtension
1.0.47: MultiPlug.Base to 1.0.33. Lots of refactoring. ExtensionBase renamed to MultiPlugExtension. All Lists removed.
1.0.46 Enhancement: Razor templates source must be declared upfront and not on every on every response.
1.0.45: MultiPlug.Base to 1.0.28
1.0.44: MultiPlug.Base to 1.0.23
1.0.43: ITheme added to allow Extensions to serve Themes and Assets.