This is a minor release of Triggers just to update some documentation and the syntax helpers.
This version of triggers should run on either Umbraco 9 or Umbraco 10.
updates
- Updated uSyncTriggersCli, so the seed command provides the correct syntax for appsettings.json
- Updated the readme files for each library.
Installation
- Install the uSync.Triggers package on your umbraco site:
dotnet add package uSync.Triggers
- Install the uSyncTriggersCli tool on you computer / CI YAML thing
dotnet tool install uSyncTriggerCli -g