From a241286c8c15e9837021857cc500a1561898eb4e Mon Sep 17 00:00:00 2001 From: Levi Zitting Date: Thu, 20 Aug 2026 20:57:13 -0500 Subject: [PATCH 1/2] chore: update Umbraco to 18.1.1 --- SgfDevs/SgfDevs.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SgfDevs/SgfDevs.csproj b/SgfDevs/SgfDevs.csproj index 5f6935d..71a3c59 100644 --- a/SgfDevs/SgfDevs.csproj +++ b/SgfDevs/SgfDevs.csproj @@ -11,8 +11,8 @@ - - + + From 04b67829eb06759318b1db0e1e112e7a6fe4b868 Mon Sep 17 00:00:00 2001 From: Levi Zitting Date: Thu, 20 Aug 2026 20:59:46 -0500 Subject: [PATCH 2/2] chore: update .NET packages --- SgfDevs.Tests/appsettings-schema.usync.json | 5 +++++ SgfDevs/SgfDevs.csproj | 10 +++++----- SgfDevs/appsettings-schema.usync.json | 5 +++++ 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/SgfDevs.Tests/appsettings-schema.usync.json b/SgfDevs.Tests/appsettings-schema.usync.json index 81f160f..442c404 100755 --- a/SgfDevs.Tests/appsettings-schema.usync.json +++ b/SgfDevs.Tests/appsettings-schema.usync.json @@ -159,6 +159,11 @@ "description": "Should folder keys be cached (for speed)", "default": true }, + "CacheImportState": { + "type": "boolean", + "description": "Cache the results of the \"no change\" checks between runs, so repeat imports can skip\nunchanged items without a database lookup or a re-serialize.", + "default": false + }, "ShowVersionCheckWarning": { "type": "boolean", "description": "Show a version check warning to the user if the folder version is less than the version expected by uSync.", diff --git a/SgfDevs/SgfDevs.csproj b/SgfDevs/SgfDevs.csproj index 71a3c59..a6b80a1 100644 --- a/SgfDevs/SgfDevs.csproj +++ b/SgfDevs/SgfDevs.csproj @@ -5,16 +5,16 @@ - - - + + + - + - + diff --git a/SgfDevs/appsettings-schema.usync.json b/SgfDevs/appsettings-schema.usync.json index 81f160f..442c404 100755 --- a/SgfDevs/appsettings-schema.usync.json +++ b/SgfDevs/appsettings-schema.usync.json @@ -159,6 +159,11 @@ "description": "Should folder keys be cached (for speed)", "default": true }, + "CacheImportState": { + "type": "boolean", + "description": "Cache the results of the \"no change\" checks between runs, so repeat imports can skip\nunchanged items without a database lookup or a re-serialize.", + "default": false + }, "ShowVersionCheckWarning": { "type": "boolean", "description": "Show a version check warning to the user if the folder version is less than the version expected by uSync.",