MultiPlug.Ext.IFTTT
1.0.13-alpha
See the version list below for details.
dotnet add package MultiPlug.Ext.IFTTT --version 1.0.13-alpha
NuGet\Install-Package MultiPlug.Ext.IFTTT -Version 1.0.13-alpha
<PackageReference Include="MultiPlug.Ext.IFTTT" Version="1.0.13-alpha" />
<PackageVersion Include="MultiPlug.Ext.IFTTT" Version="1.0.13-alpha" />
<PackageReference Include="MultiPlug.Ext.IFTTT" />
paket add MultiPlug.Ext.IFTTT --version 1.0.13-alpha
#r "nuget: MultiPlug.Ext.IFTTT, 1.0.13-alpha"
#:package MultiPlug.Ext.IFTTT@1.0.13-alpha
#addin nuget:?package=MultiPlug.Ext.IFTTT&version=1.0.13-alpha&prerelease
#tool nuget:?package=MultiPlug.Ext.IFTTT&version=1.0.13-alpha&prerelease
An Extension that contained If This Then That (IFTTT) components for MultiPlug
| Product | Versions 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. |
-
- MultiPlug.Base (>= 1.0.22-alpha)
- MultiPlug.Extension.Core (>= 1.0.43-alpha)
- Newtonsoft.Json (>= 10.0.3)
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 | 171 | 10/1/2025 |
| 1.0.18 | 719 | 1/21/2021 |
| 1.0.17 | 842 | 10/30/2019 |
| 1.0.16 | 730 | 9/12/2019 |
| 1.0.15-alpha | 671 | 3/25/2019 |
| 1.0.14-alpha | 691 | 2/4/2019 |
| 1.0.13-alpha | 696 | 2/1/2019 |
| 1.0.12-alpha | 764 | 11/1/2018 |
| 1.0.11-alpha | 737 | 10/30/2018 |
| 1.0.10-alpha | 759 | 10/29/2018 |
| 1.0.9-alpha | 735 | 10/29/2018 |
| 1.0.8-alpha | 908 | 8/10/2018 |
| 1.0.7-alpha | 891 | 8/9/2018 |
| 1.0.6-alpha | 962 | 8/8/2018 |
| 1.0.5-alpha | 938 | 8/7/2018 |
| 1.0.4-alpha | 953 | 8/1/2018 |
| 1.0.3-alpha | 1,183 | 7/16/2018 |
| 1.0.2-alpha | 951 | 6/28/2018 |
| 1.0.1-alpha | 987 | 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.
Change Log:
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.