MultiPlug.Ext.IFTTT 1.0.19

dotnet add package MultiPlug.Ext.IFTTT --version 1.0.19
                    
NuGet\Install-Package MultiPlug.Ext.IFTTT -Version 1.0.19
                    
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.IFTTT" Version="1.0.19" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MultiPlug.Ext.IFTTT" Version="1.0.19" />
                    
Directory.Packages.props
<PackageReference Include="MultiPlug.Ext.IFTTT" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MultiPlug.Ext.IFTTT --version 1.0.19
                    
#r "nuget: MultiPlug.Ext.IFTTT, 1.0.19"
                    
#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.
#:package MultiPlug.Ext.IFTTT@1.0.19
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MultiPlug.Ext.IFTTT&version=1.0.19
                    
Install as a Cake Addin
#tool nuget:?package=MultiPlug.Ext.IFTTT&version=1.0.19
                    
Install as a Cake Tool

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

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

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
1.0.19 13 10/1/2025
1.0.18 699 1/21/2021
1.0.17 827 10/30/2019
1.0.16 718 9/12/2019
1.0.15-alpha 647 3/25/2019
1.0.14-alpha 677 2/4/2019
1.0.13-alpha 685 2/1/2019
1.0.12-alpha 742 11/1/2018
1.0.11-alpha 725 10/30/2018
1.0.10-alpha 728 10/29/2018
1.0.9-alpha 719 10/29/2018
1.0.8-alpha 887 8/10/2018
1.0.7-alpha 875 8/9/2018
1.0.6-alpha 940 8/8/2018
1.0.5-alpha 912 8/7/2018
1.0.4-alpha 927 8/1/2018
1.0.3-alpha 1,140 7/16/2018
1.0.2-alpha 928 6/28/2018
1.0.1-alpha 960 6/18/2018

Application Use:
* Timers - Tigger timers to start on events, creating a new event once the timer matures.
* Cache - Cache the result of an event and serve the result via the API endpoint at any time.
* Counters - Count the recurrence of an event and create a new event once the goal is reached.
* Aggregators - Aggregate many events into one new event with all the event values aggregated.
* Injectors - Inject static data to be forwarded on as a new event.

Change Log:
1.0.19 Code Refectored and released open source to the MultiPlug Community
1.0.18 Upgrade for MultiPlug.Core 2.2.68
1.0.16 Enhancement: Applied latest base classes
1.0.15 Enhancement: Implemented new MultiPlug.Base 1.0.25 contracts.
1.0.14 Enhancement: Implementation of Data Injectors
1.0.13 Enhancement: Implementation of Aggregators.
1.0.12 Enhancement: Timer user interface improvements.
1.0.11 Bug: AutoReset value wasn't being set to correct value on startup.
1.0.10 Enhancement: Event Data of Timer now settable. Time, Interval and 1 Type-value pair.
1.0.9 Bug: Timers would not set to 1 second on system startup.