Releases: Jumoo/uSyncTriggers
Releases · Jumoo/uSyncTriggers
v9.1 - Umbraco 9/10 release
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
v9 - release
This is the v9 release of uSync.Triggers .
Notes
- Only supports HMAC auth with the uSyncTriggersCLI tool
- Required uSync v9.2
too add to your project :
dotnet add package uSync.Triggers
n.b must be enabled in appsettings.json