From ff8e478891dc577b129caac2a09b855539435192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Mon, 30 Mar 2026 13:45:20 +0200 Subject: [PATCH 01/11] Use SDK in all modules and themes where applicable. --- Lombiq.JsonEditor/Lombiq.JsonEditor.csproj | 54 ++++------------------ 1 file changed, 9 insertions(+), 45 deletions(-) diff --git a/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj b/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj index 0035e67..5e3a22a 100644 --- a/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj +++ b/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj @@ -1,57 +1,21 @@ - - - - + net10.0 - true - $(DefaultItemExcludes);.git* + + + + true Lombiq JSON Editor for Orchard Core - Lombiq Technologies - Copyright © 2021, Lombiq Technologies Ltd. - Lombiq JSON Editor for Orchard Core: Orchard Core module for displaying a JSON Editor like on (https://jsoneditoronline.org/. See the project website for detailed documentation. - NuGetIcon.png + 2021 + Orchard Core module for displaying a JSON Editor like on (https://jsoneditoronline.org/. See the project website for detailed documentation. OrchardCore;Lombiq;AspNetCore;JSONEditor https://github.com/Lombiq/Orchard-JSON-Editor https://github.com/Lombiq/Orchard-JSON-Editor - BSD-3-Clause - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + From da6912cce3a205846f462db771621f57c34df1ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Tue, 31 Mar 2026 22:24:48 +0200 Subject: [PATCH 02/11] Remove `true` from projects. --- Lombiq.JsonEditor/Lombiq.JsonEditor.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj b/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj index 5e3a22a..fc21af8 100644 --- a/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj +++ b/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj @@ -7,7 +7,6 @@ - true Lombiq JSON Editor for Orchard Core 2021 Orchard Core module for displaying a JSON Editor like on (https://jsoneditoronline.org/. See the project website for detailed documentation. From 9e67c92856eaaf8d6898af1e2f4a34aad74b56cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Tue, 31 Mar 2026 23:31:56 +0200 Subject: [PATCH 03/11] Update NuGet versions. --- Lombiq.JsonEditor/Lombiq.JsonEditor.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj b/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj index fc21af8..d6434aa 100644 --- a/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj +++ b/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj @@ -4,7 +4,7 @@ - + Lombiq JSON Editor for Orchard Core @@ -16,5 +16,5 @@ - + From 2eb0b61a878322dfad136903f7fefed98926adc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Wed, 1 Apr 2026 00:25:09 +0200 Subject: [PATCH 04/11] Use UI Test SDK where applicable. --- .../Lombiq.JsonEditor.Tests.UI.csproj | 28 ++++++------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/Lombiq.JsonEditor.Test.UI/Lombiq.JsonEditor.Tests.UI.csproj b/Lombiq.JsonEditor.Test.UI/Lombiq.JsonEditor.Tests.UI.csproj index 9703d1e..7cdb5b8 100644 --- a/Lombiq.JsonEditor.Test.UI/Lombiq.JsonEditor.Tests.UI.csproj +++ b/Lombiq.JsonEditor.Test.UI/Lombiq.JsonEditor.Tests.UI.csproj @@ -1,32 +1,20 @@ - - + net10.0 + + + Lombiq JSON Editor for Orchard Core - UI Test Extensions - Lombiq Technologies - Copyright © 2021, Lombiq Technologies Ltd. - Lombiq JSON Editor for Orchard Core - UI Test Extensions: Extensions to aid in UI testing Lombiq JSON Editor for Orchard Core. - NuGetIcon.png + 2021 + Extensions to aid in UI testing Lombiq JSON Editor for Orchard Core. OrchardCore;Lombiq;AspNetCore;JSONEditor https://github.com/Lombiq/Orchard-JSON-Editor https://github.com/Lombiq/Orchard-JSON-Editor/tree/dev/Lombiq.JSONEditor.Tests.UI - BSD-3-Clause - - - - - - - - - - - - - + + From 52049ac2f57f50dc171422ad46184114e90170b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Thu, 2 Apr 2026 15:19:55 +0200 Subject: [PATCH 05/11] Create new SLNX files. --- Lombiq.JsonEditor.slnx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Lombiq.JsonEditor.slnx diff --git a/Lombiq.JsonEditor.slnx b/Lombiq.JsonEditor.slnx new file mode 100644 index 0000000..e4f2893 --- /dev/null +++ b/Lombiq.JsonEditor.slnx @@ -0,0 +1,4 @@ + + + + From a16f8f0e915a3c2aefa9fc71c47153fa209c0de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Thu, 2 Apr 2026 16:04:33 +0200 Subject: [PATCH 06/11] Update validate-nuget-publish.yml issue branch. --- .github/workflows/validate-nuget-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-nuget-publish.yml b/.github/workflows/validate-nuget-publish.yml index f0fd6be..4894308 100644 --- a/.github/workflows/validate-nuget-publish.yml +++ b/.github/workflows/validate-nuget-publish.yml @@ -9,4 +9,4 @@ on: jobs: validate-nuget-publish: name: Validate NuGet Publish - uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@issue/OSOE-925 + uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@issue/OSOE-1199 From a9ad6df229a839b1f276750db29522ad0b209c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Fri, 3 Apr 2026 19:09:20 +0200 Subject: [PATCH 07/11] Remove SLN files. --- Lombiq.JsonEditor.sln | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 Lombiq.JsonEditor.sln diff --git a/Lombiq.JsonEditor.sln b/Lombiq.JsonEditor.sln deleted file mode 100644 index 4e458c4..0000000 --- a/Lombiq.JsonEditor.sln +++ /dev/null @@ -1,31 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.6.33815.320 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.JsonEditor", "Lombiq.JsonEditor\Lombiq.JsonEditor.csproj", "{3EA5BC81-97A5-4513-9CAC-4DB01B439682}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.JsonEditor.Tests.UI", "Lombiq.JsonEditor.Test.UI\Lombiq.JsonEditor.Tests.UI.csproj", "{19F9AEDF-9D1A-44EC-BAEA-FF050CF7A684}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {3EA5BC81-97A5-4513-9CAC-4DB01B439682}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3EA5BC81-97A5-4513-9CAC-4DB01B439682}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3EA5BC81-97A5-4513-9CAC-4DB01B439682}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3EA5BC81-97A5-4513-9CAC-4DB01B439682}.Release|Any CPU.Build.0 = Release|Any CPU - {19F9AEDF-9D1A-44EC-BAEA-FF050CF7A684}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {19F9AEDF-9D1A-44EC-BAEA-FF050CF7A684}.Debug|Any CPU.Build.0 = Debug|Any CPU - {19F9AEDF-9D1A-44EC-BAEA-FF050CF7A684}.Release|Any CPU.ActiveCfg = Release|Any CPU - {19F9AEDF-9D1A-44EC-BAEA-FF050CF7A684}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {67F3FCAA-D525-42C7-9743-B8D896F485BA} - EndGlobalSection -EndGlobal From cb2b87a42ab917917e4444f3ed849052373bc0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Tue, 7 Apr 2026 13:09:25 +0200 Subject: [PATCH 08/11] Move "See the project website for detailed documentation." boilerplate text into built-in DescriptionBody suffix. --- Lombiq.JsonEditor/Lombiq.JsonEditor.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj b/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj index d6434aa..6cb670a 100644 --- a/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj +++ b/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj @@ -9,7 +9,7 @@ Lombiq JSON Editor for Orchard Core 2021 - Orchard Core module for displaying a JSON Editor like on (https://jsoneditoronline.org/. See the project website for detailed documentation. + Orchard Core module for displaying a JSON Editor like on (https://jsoneditoronline.org/. OrchardCore;Lombiq;AspNetCore;JSONEditor https://github.com/Lombiq/Orchard-JSON-Editor https://github.com/Lombiq/Orchard-JSON-Editor From f3fcdc53bf2635ca4f84112b0ca309651e823baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Fri, 24 Apr 2026 17:05:22 +0200 Subject: [PATCH 09/11] Cleanup. --- Lombiq.JsonEditor/Lombiq.JsonEditor.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj b/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj index 6cb670a..95fd1a5 100644 --- a/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj +++ b/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj @@ -12,7 +12,6 @@ Orchard Core module for displaying a JSON Editor like on (https://jsoneditoronline.org/. OrchardCore;Lombiq;AspNetCore;JSONEditor https://github.com/Lombiq/Orchard-JSON-Editor - https://github.com/Lombiq/Orchard-JSON-Editor From 24cb22708dd8470b58fbeadfc389fffba27a2f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Sat, 25 Apr 2026 01:56:28 +0200 Subject: [PATCH 10/11] Update NuGet and apply library SDK where applicable --- Lombiq.JsonEditor.Test.UI/Lombiq.JsonEditor.Tests.UI.csproj | 4 ++-- Lombiq.JsonEditor/Lombiq.JsonEditor.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Lombiq.JsonEditor.Test.UI/Lombiq.JsonEditor.Tests.UI.csproj b/Lombiq.JsonEditor.Test.UI/Lombiq.JsonEditor.Tests.UI.csproj index 7cdb5b8..a0df35e 100644 --- a/Lombiq.JsonEditor.Test.UI/Lombiq.JsonEditor.Tests.UI.csproj +++ b/Lombiq.JsonEditor.Test.UI/Lombiq.JsonEditor.Tests.UI.csproj @@ -4,7 +4,7 @@ - + Lombiq JSON Editor for Orchard Core - UI Test Extensions @@ -16,5 +16,5 @@ - + diff --git a/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj b/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj index 95fd1a5..7b8874e 100644 --- a/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj +++ b/Lombiq.JsonEditor/Lombiq.JsonEditor.csproj @@ -4,7 +4,7 @@ - + Lombiq JSON Editor for Orchard Core @@ -15,5 +15,5 @@ - + From a937598f20dedc3ed0ec4cda3047abf71a0eef1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Mon, 27 Apr 2026 23:57:04 +0200 Subject: [PATCH 11/11] Update GHA branch selectors. --- .github/workflows/validate-nuget-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-nuget-publish.yml b/.github/workflows/validate-nuget-publish.yml index 4894308..f0fd6be 100644 --- a/.github/workflows/validate-nuget-publish.yml +++ b/.github/workflows/validate-nuget-publish.yml @@ -9,4 +9,4 @@ on: jobs: validate-nuget-publish: name: Validate NuGet Publish - uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@issue/OSOE-1199 + uses: Lombiq/GitHub-Actions/.github/workflows/validate-nuget-publish.yml@issue/OSOE-925