Skip to content

v9.1 - Umbraco 9/10 release

Latest
Compare
Choose a tag to compare
@KevinJump KevinJump released this 05 Jul 11:32
· 1 commit to v10/main since this 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

  1. Install the uSync.Triggers package on your umbraco site:
dotnet add package uSync.Triggers
  1. Install the uSyncTriggersCli tool on you computer / CI YAML thing
dotnet tool install uSyncTriggerCli -g