uSync.Triggers 9.1.0

dotnet add package uSync.Triggers --version 9.1.0
NuGet\Install-Package uSync.Triggers -Version 9.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="uSync.Triggers" Version="9.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add uSync.Triggers --version 9.1.0
#r "nuget: uSync.Triggers, 9.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 3,457 7/5/2022
9.0.0 2,834 2/21/2022
8.9.7-beta004 217 8/2/2021
8.9.7-beta003 181 8/2/2021
8.9.7-beta002 187 7/30/2021
8.9.7-beta001 214 7/29/2021

9.0 Initial release for uSync 9.2.x
9.1.0 uSync 9/10 version