uSync.Triggers
9.1.0
dotnet add package uSync.Triggers --version 9.1.0
NuGet\Install-Package uSync.Triggers -Version 9.1.0
<PackageReference Include="uSync.Triggers" Version="9.1.0" />
paket add uSync.Triggers --version 9.1.0
#r "nuget: uSync.Triggers, 9.1.0"
// Install uSync.Triggers as a Cake Addin #addin nuget:?package=uSync.Triggers&version=9.1.0 // Install uSync.Triggers as a Cake Tool #tool nuget:?package=uSync.Triggers&version=9.1.0
About
uSync Triggers adds an endpoint to your site that you can then call without having to login to the umbraco back end.
This version should be compatible with Umbraco 9 and Umbraco 10.
note: you need to enable uSync.Triggers in your appsettings.json before it will work.
For v9 we currently also only support HMAC auth
"uSync" : {
"Triggers": {
"Enabled" : true,
"Key" : "HMAC_KEY_HERE"
}
}
to generate a HMAC key use the uSyncTriggerCli,
dotnet run uSyncTrigger seed
Once installed you can then trigger imports to and from your site
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net5.0
- Umbraco.Cms.Web.BackOffice (>= 9.0.0)
- uSync.BackOffice (>= 9.2.0)
-
net6.0
- Umbraco.Cms.Web.BackOffice (>= 9.0.0)
- uSync.BackOffice (>= 9.2.0)
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 |
---|---|---|
9.1.0 | 6,110 | 7/5/2022 |
9.0.0 | 3,024 | 2/21/2022 |
8.9.7-beta004 | 242 | 8/2/2021 |
8.9.7-beta003 | 201 | 8/2/2021 |
8.9.7-beta002 | 215 | 7/30/2021 |
8.9.7-beta001 | 236 | 7/29/2021 |
9.0 Initial release for uSync 9.2.x
9.1.0 uSync 9/10 version