MultiPlug.Base 1.0.55

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.Base --version 1.0.55
NuGet\Install-Package MultiPlug.Base -Version 1.0.55
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.Base" Version="1.0.55" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MultiPlug.Base --version 1.0.55
#r "nuget: MultiPlug.Base, 1.0.55"
#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.Base as a Cake Addin
#addin nuget:?package=MultiPlug.Base&version=1.0.55

// Install MultiPlug.Base as a Cake Tool
#tool nuget:?package=MultiPlug.Base&version=1.0.55

Base types for MultiPlug .Net Edge Computing Platform

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.
  • .NETFramework 4.7.2

    • No dependencies.

NuGet packages (30)

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

Package Downloads
MultiPlug.Core

Core files for an MultiPlug update

MultiPlug.Extension.Core

Library to create Extensions for the MultiPlug .Net Edge Computing Platform

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.71 567 6/14/2022
1.0.70 443 6/8/2022
1.0.69 496 2/20/2022
1.0.68 443 2/18/2022
1.0.67 452 2/17/2022
1.0.66 466 2/17/2022
1.0.65 342 1/2/2022
1.0.64 409 9/2/2021
1.0.63 364 8/26/2021

Change Log:
1.0.55 Bug: Subscription.Merge wasn't merging the Subjects
1.0.54 Enhancement: EventConsumer in Subscription is now Obsolete. Attach to 'Event' within Subscription and call Cache() within Subscription instead.
1.0.53 Refactoring: Changes to IAuthentication
1.0.52 Refactoring: Changes to IAuthentication
1.0.51 Enhancement: MultiPlugAPI API now includes HttpEndpoints listing all the Http Endpoints of a given type
1.0.50 Enhancement: EventLogDefinition Source is now a uint
1.0.49 Refactoring: And Diagnostics
1.0.48 Enhancement: Added Environment section to config file.
1.0.47 Enhancement: Added Location to Environment
1.0.46 Enhancement: Added files path to config file.
1.0.45 Refactoring: Configurators renamed to Recipes
1.0.44 Enhancement: StatusCodeTemplate comtains error template
1.0.43 Refactoring: File structures updated
1.0.42 Refactoring: File structures updated
1.0.41 Refactoring: File structures updated
1.0.40 Refactoring: File structures updated
1.0.39 Refactoring: EventableBase.Update is Action. File structures added.
1.0.38 Refactoring: EventableBase.Update is now an MPEventHandler (delegate) an no longer an event
1.0.37 Enhancement: Pair allows a object to be converted to a JSON string.
1.0.36 Enhancement: Hidden property added to HttpEndpointDetails
1.0.35 Refactoring: ViewCopy moved here and renamed to EndpointDetails
1.0.34 Enhancement: MultiPlugAPI
1.0.33 Enhancement: Keys array has been added to 'Event', use this to declare values of Pairs.'Payload' values are now readonly and can only be set by the contructor. 'Pair' values are now readonly and can only be set by the contructor
1.0.32 Enhancement: Event and Subscription Merge helper functions no longer check for Guid value.
1.0.31 Enhancement: Event and Subscription now have Merge helper functions
1.0.29 Refactoring: Response.Template no longer returns the razor source code. Response.Templates removed.
1.0.28 No Change. Version number bump.
1.0.27 Refactoring: Group renamed to Payload. OnReceive renamed to OnEvent.
1.0.26 Enhancement: 'Group' now has TimeToLive and Status.
1.0.25 Enhancement: Subscribers can now call GetCachedValue() within EventConsumer to get a cached (or new) copy of a Event's data (implementation dependant).
1.0.24 Enhancement: IAuthentication to create Authentication Providers as MultiPlug.Auth.* assembly.