From f242ea5d66d568be28bced0324a6d70571dab017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Mon, 30 Mar 2026 11:32:54 +0200 Subject: [PATCH 01/10] Use OC module SDKs. --- .../Lombiq.HelpfulExtensions.csproj | 48 ++++--------------- 1 file changed, 9 insertions(+), 39 deletions(-) diff --git a/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj b/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj index 8611443c..f673475f 100644 --- a/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj +++ b/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj @@ -1,39 +1,22 @@ - - - - + net10.0 - true - $(DefaultItemExcludes);.git* + + + + true Lombiq Helpful Extensions for Orchard Core - Lombiq Technologies - Copyright © 2013, Lombiq Technologies Ltd. - Lombiq Helpful Extensions for Orchard Core: Orchard Core module containing some handy extensions (e.g. useful content types and widgets). It's also available on all sites of DotNest, the Orchard SaaS. See the project website for detailed documentation. - NuGetIcon.png + 2013 + Orchard Core module containing some handy extensions (e.g. useful content types and widgets). It's also available on all sites of DotNest, the Orchard SaaS. See the project website for detailed documentation. OrchardCore;Lombiq;AspNetCore;CodeGeneration;ShapeTracing;Widgets https://github.com/Lombiq/Helpful-Extensions - https://github.com/Lombiq/Helpful-Extensions - BSD-3-Clause - - - - - - - - - - - @@ -41,24 +24,11 @@ - - - - - - - - - - - - - - + + From 59c6da54d11e8b8fae930abaeed31cf325360716 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/10] Remove `true` from projects. --- Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj b/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj index f673475f..16526b72 100644 --- a/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj +++ b/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj @@ -7,7 +7,6 @@ - true Lombiq Helpful Extensions for Orchard Core 2013 Orchard Core module containing some handy extensions (e.g. useful content types and widgets). It's also available on all sites of DotNest, the Orchard SaaS. See the project website for detailed documentation. From fd5a05bad493ec53c91b529aaa9a48d659255db3 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/10] Update NuGet versions. --- Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj b/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj index 16526b72..3a2cd73f 100644 --- a/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj +++ b/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj @@ -4,7 +4,7 @@ - + Lombiq Helpful Extensions for Orchard Core @@ -29,5 +29,5 @@ - + From 351beb6dc79676a4b15bcec6224784caa87e382b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Wed, 1 Apr 2026 00:25:08 +0200 Subject: [PATCH 04/10] Use UI Test SDK where applicable. --- .../Lombiq.HelpfulExtensions.Tests.UI.csproj | 25 ++++++------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj b/Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj index d6051cfc..b3e7d989 100644 --- a/Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj +++ b/Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj @@ -1,25 +1,22 @@ - - + net10.0 - $(DefaultItemExcludes);.git* + + + Lombiq Helpful Extensions for Orchard Core - UI Test Extensions Lombiq Technologies - Copyright © 2013, Lombiq Technologies Ltd. - Lombiq Helpful Extensions for Orchard Core - UI Test Extensions: Extension methods that test various features in Lombiq Helpful Extensions for Orchard Core. See the project website for detailed documentation. - NuGetIcon.png + 2013 + Extension methods that test various features in Lombiq Helpful Extensions for Orchard Core. See the project website for detailed documentation. OrchardCore;Lombiq;AspNetCore;CodeGeneration;ShapeTracing;Widgets https://github.com/Lombiq/Helpful-Extensions https://github.com/Lombiq/Helpful-Extensions/tree/dev/Lombiq.HelpfulExtensions.Tests.UI - BSD-3-Clause - - PreserveNewest true @@ -36,12 +33,6 @@ - - - - - - - - + + From d1135c7cae6f9c77c21f3adbabedeabc2d7d4cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Thu, 2 Apr 2026 15:19:54 +0200 Subject: [PATCH 05/10] Create new SLNX files. --- Lombiq.HelpfulExtensions.slnx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Lombiq.HelpfulExtensions.slnx diff --git a/Lombiq.HelpfulExtensions.slnx b/Lombiq.HelpfulExtensions.slnx new file mode 100644 index 00000000..65251805 --- /dev/null +++ b/Lombiq.HelpfulExtensions.slnx @@ -0,0 +1,4 @@ + + + + From c71d3b4aa136a8a362c09ef6fcf4bdf88adff02c 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/10] 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 f0fd6be1..48943086 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 25c0b672dc9777bd303315acd73222d9aa2c61cd 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/10] Remove SLN files. --- Lombiq.HelpfulExtensions.sln | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 Lombiq.HelpfulExtensions.sln diff --git a/Lombiq.HelpfulExtensions.sln b/Lombiq.HelpfulExtensions.sln deleted file mode 100644 index f9569097..00000000 --- a/Lombiq.HelpfulExtensions.sln +++ /dev/null @@ -1,31 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.1.32319.34 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.HelpfulExtensions", "Lombiq.HelpfulExtensions\Lombiq.HelpfulExtensions.csproj", "{207243C1-5934-4D94-AAF2-F46D4DB2F20F}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.HelpfulExtensions.Tests.UI", "Lombiq.HelpfulExtensions.Tests.UI\Lombiq.HelpfulExtensions.Tests.UI.csproj", "{B1077AC7-10D3-451C-B467-DA0B4D7BD5A4}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {207243C1-5934-4D94-AAF2-F46D4DB2F20F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {207243C1-5934-4D94-AAF2-F46D4DB2F20F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {207243C1-5934-4D94-AAF2-F46D4DB2F20F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {207243C1-5934-4D94-AAF2-F46D4DB2F20F}.Release|Any CPU.Build.0 = Release|Any CPU - {B1077AC7-10D3-451C-B467-DA0B4D7BD5A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B1077AC7-10D3-451C-B467-DA0B4D7BD5A4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B1077AC7-10D3-451C-B467-DA0B4D7BD5A4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B1077AC7-10D3-451C-B467-DA0B4D7BD5A4}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {5F8B26CF-89E9-487E-B4B0-643F1A109459} - EndGlobalSection -EndGlobal From 7b7c163212697f9a17cccd9e1506393ffd875323 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/10] Move "See the project website for detailed documentation." boilerplate text into built-in DescriptionBody suffix. --- .../Lombiq.HelpfulExtensions.Tests.UI.csproj | 2 +- Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj b/Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj index b3e7d989..b2c58775 100644 --- a/Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj +++ b/Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj @@ -10,7 +10,7 @@ Lombiq Helpful Extensions for Orchard Core - UI Test Extensions Lombiq Technologies 2013 - Extension methods that test various features in Lombiq Helpful Extensions for Orchard Core. See the project website for detailed documentation. + Extension methods that test various features in Lombiq Helpful Extensions for Orchard Core. OrchardCore;Lombiq;AspNetCore;CodeGeneration;ShapeTracing;Widgets https://github.com/Lombiq/Helpful-Extensions https://github.com/Lombiq/Helpful-Extensions/tree/dev/Lombiq.HelpfulExtensions.Tests.UI diff --git a/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj b/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj index 3a2cd73f..61945f46 100644 --- a/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj +++ b/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj @@ -9,7 +9,7 @@ Lombiq Helpful Extensions for Orchard Core 2013 - Orchard Core module containing some handy extensions (e.g. useful content types and widgets). It's also available on all sites of DotNest, the Orchard SaaS. See the project website for detailed documentation. + Orchard Core module containing some handy extensions (e.g. useful content types and widgets). It's also available on all sites of DotNest, the Orchard SaaS. OrchardCore;Lombiq;AspNetCore;CodeGeneration;ShapeTracing;Widgets https://github.com/Lombiq/Helpful-Extensions From b3e61e0be7f875ad0b24bb1cf8234a709ce2439d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Sat, 25 Apr 2026 01:56:27 +0200 Subject: [PATCH 09/10] Update NuGet and apply library SDK where applicable --- .../Lombiq.HelpfulExtensions.Tests.UI.csproj | 4 ++-- Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj b/Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj index 3db63174..e39b5ab2 100644 --- a/Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj +++ b/Lombiq.HelpfulExtensions.Tests.UI/Lombiq.HelpfulExtensions.Tests.UI.csproj @@ -4,7 +4,7 @@ - + Lombiq Helpful Extensions for Orchard Core - UI Test Extensions @@ -34,5 +34,5 @@ - + diff --git a/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj b/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj index 3040336e..f6db8f06 100644 --- a/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj +++ b/Lombiq.HelpfulExtensions/Lombiq.HelpfulExtensions.csproj @@ -4,7 +4,7 @@ - + Lombiq Helpful Extensions for Orchard Core @@ -29,5 +29,5 @@ - + From c37a3ce7e93780fbee09a59cebdbfd078936fd02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Mon, 27 Apr 2026 23:57:03 +0200 Subject: [PATCH 10/10] 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 48943086..f0fd6be1 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