From d51a4bdcc7ade30aaf939d7e2aef223eb9e4c0ac Mon Sep 17 00:00:00 2001 From: daisy-jump <88658844+daisy-jump@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:35:34 +0000 Subject: [PATCH 1/2] =?UTF-8?q?versioning=20errors=20fixed=20=F0=9F=8E=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usync/04.command/05.APIuser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usync/04.command/05.APIuser.md b/usync/04.command/05.APIuser.md index 89a3495..eb805ca 100644 --- a/usync/04.command/05.APIuser.md +++ b/usync/04.command/05.APIuser.md @@ -51,7 +51,7 @@ Once this is set up, you can use all the [Commands!](Commands) You can also install the `uSync.Command.Setup` package to set the generate the user and client secret in Umbraco automatically. You can install this package by typing the following command in the command-line. ``` -dotnet add package uSync.Command.Setup --version 17.1.0 +dotnet add package uSync.Command.Setup --version 16.1.0 ``` This will allow you to add the `AddIfMissing` setting to the appsettings and fill in user details. From 7a7e211d34b3f0314b991a86b16658c074e890d7 Mon Sep 17 00:00:00 2001 From: daisy-jump <88658844+daisy-jump@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:46:12 +0000 Subject: [PATCH 2/2] Update 05.APIuser.md --- usync/04.command/05.APIuser.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usync/04.command/05.APIuser.md b/usync/04.command/05.APIuser.md index eb805ca..6ad51f5 100644 --- a/usync/04.command/05.APIuser.md +++ b/usync/04.command/05.APIuser.md @@ -53,6 +53,9 @@ You can also install the `uSync.Command.Setup` package to set the generate the u ``` dotnet add package uSync.Command.Setup --version 16.1.0 ``` +:::tip +Version 16 will work with Version 17 of Umbraco and uSync. +::: This will allow you to add the `AddIfMissing` setting to the appsettings and fill in user details.