From fae49bbf077821e6693d59aae6e77efc4e0e4908 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/14] Use OC module SDKs. --- .../Lombiq.HelpfulLibraries.Samples.csproj | 20 +++++-------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj b/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj index 8247d382..fe478ad3 100644 --- a/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj +++ b/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj @@ -1,27 +1,17 @@ - + net10.0 - true false - $(DefaultItemExcludes);.git* - - - - - - - - - - - - + + + + From 0defd29abd6c52b1ae64d2a7cdc251ad747ccfab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Tue, 31 Mar 2026 17:43:36 +0200 Subject: [PATCH 02/14] Formatting --- .../Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lombiq.HelpfulLibraries.Samples.Tests.UI/Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj b/Lombiq.HelpfulLibraries.Samples.Tests.UI/Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj index e1bde716..de7a10f1 100644 --- a/Lombiq.HelpfulLibraries.Samples.Tests.UI/Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj +++ b/Lombiq.HelpfulLibraries.Samples.Tests.UI/Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj @@ -10,7 +10,7 @@ - + From 27909ec0f28d97c740a193e1a20ed7d6710e32d9 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/14] Update NuGet versions. --- .../Lombiq.HelpfulLibraries.Samples.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj b/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj index fe478ad3..e86d0fcb 100644 --- a/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj +++ b/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj @@ -6,12 +6,12 @@ - + - + From 82269a9c97b1a0c341cc43ad01257675d46622df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Tue, 31 Mar 2026 23:41:26 +0200 Subject: [PATCH 04/14] Use Tests SDK. --- .../Lombiq.HelpfulLibraries.Tests.csproj | 23 +++++++------------ 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/Lombiq.HelpfulLibraries.Tests/Lombiq.HelpfulLibraries.Tests.csproj b/Lombiq.HelpfulLibraries.Tests/Lombiq.HelpfulLibraries.Tests.csproj index 648a6c7c..fc85666e 100644 --- a/Lombiq.HelpfulLibraries.Tests/Lombiq.HelpfulLibraries.Tests.csproj +++ b/Lombiq.HelpfulLibraries.Tests/Lombiq.HelpfulLibraries.Tests.csproj @@ -1,14 +1,15 @@ - - + net10.0 - Exe + + + - $(SolutionDir)src\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.SourceGenerators\bin\Debug\netstandard2.0\Lombiq.HelpfulLibraries.SourceGenerators.dll + $(LombiqHelpfulLibrariesPath)\Lombiq.HelpfulLibraries.SourceGenerators\bin\Debug\netstandard2.0\Lombiq.HelpfulLibraries.SourceGenerators.dll - $(SolutionDir)src\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.SourceGenerators\bin\Release\netstandard2.0\Lombiq.HelpfulLibraries.SourceGenerators.dll + $(LombiqHelpfulLibrariesPath)\Lombiq.HelpfulLibraries.SourceGenerators\bin\Release\netstandard2.0\Lombiq.HelpfulLibraries.SourceGenerators.dll @@ -17,16 +18,6 @@ - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - @@ -42,4 +33,6 @@ + + From 0f61a2a24e4b7efa9c496ccc9c3295f867935f9b 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 05/14] Use UI Test SDK where applicable. --- .../Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Lombiq.HelpfulLibraries.Samples.Tests.UI/Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj b/Lombiq.HelpfulLibraries.Samples.Tests.UI/Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj index de7a10f1..92d6fca1 100644 --- a/Lombiq.HelpfulLibraries.Samples.Tests.UI/Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj +++ b/Lombiq.HelpfulLibraries.Samples.Tests.UI/Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj @@ -1,17 +1,15 @@ - - + net10.0 - $(DefaultItemExcludes);.git* - - - + + - + + From 0299fd706b67d2b95049866358e0eeb69ebaf549 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 06/14] Create new SLNX files. --- Lombiq.HelpfulLibraries.slnx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Lombiq.HelpfulLibraries.slnx diff --git a/Lombiq.HelpfulLibraries.slnx b/Lombiq.HelpfulLibraries.slnx new file mode 100644 index 00000000..c654aaf4 --- /dev/null +++ b/Lombiq.HelpfulLibraries.slnx @@ -0,0 +1,13 @@ + + + + + + + + + + + + + From 1f8f71618bc850bcc5cc2b4bc412e5b50d27ccec 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 07/14] 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 bfc56aacfe796ab30158b1934037ba66b5d472d8 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 08/14] Remove SLN files. --- Lombiq.HelpfulLibraries.sln | 85 ------------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 Lombiq.HelpfulLibraries.sln diff --git a/Lombiq.HelpfulLibraries.sln b/Lombiq.HelpfulLibraries.sln deleted file mode 100644 index 6f5df29d..00000000 --- a/Lombiq.HelpfulLibraries.sln +++ /dev/null @@ -1,85 +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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lombiq.HelpfulLibraries.Attributes", "Lombiq.HelpfulLibraries.Attributes\Lombiq.HelpfulLibraries.Attributes.csproj", "{5E533F4E-2C8C-4FD1-ADDE-551B61F7C416}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lombiq.HelpfulLibraries.SourceGenerators", "Lombiq.HelpfulLibraries.SourceGenerators\Lombiq.HelpfulLibraries.SourceGenerators.csproj", "{EEC5970E-7AF7-4360-9C6D-6F3937AEE8E6}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.HelpfulLibraries", "Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.csproj", "{5F3379C7-ED6B-46AA-B6C3-17CBC2284417}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.HelpfulLibraries.LinqToDb", "Lombiq.HelpfulLibraries.LinqToDb\Lombiq.HelpfulLibraries.LinqToDb.csproj", "{5F4C7938-BBC4-4A44-83E1-2F33B7717A76}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.HelpfulLibraries.RestEase", "Lombiq.HelpfulLibraries.RestEase\Lombiq.HelpfulLibraries.RestEase.csproj", "{2D7174D1-88E0-4063-8139-C7FCCC9B3326}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.HelpfulLibraries.AspNetCore", "Lombiq.HelpfulLibraries.AspNetCore\Lombiq.HelpfulLibraries.AspNetCore.csproj", "{5E5E1E2F-8096-4B91-809B-5F86A3E8ADCA}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.HelpfulLibraries.OrchardCore", "Lombiq.HelpfulLibraries.OrchardCore\Lombiq.HelpfulLibraries.OrchardCore.csproj", "{741E56D8-C42C-4506-841E-DD2245B2E631}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.HelpfulLibraries.Common", "Lombiq.HelpfulLibraries.Common\Lombiq.HelpfulLibraries.Common.csproj", "{28D8FE01-5D8B-43EE-8B7A-927D3D3DC627}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.HelpfulLibraries.OrchardCore.Testing", "Lombiq.HelpfulLibraries.OrchardCore.Testing\Lombiq.HelpfulLibraries.OrchardCore.Testing.csproj", "{F87DC121-2ADD-458D-9E01-BC0032860188}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lombiq.HelpfulLibraries.Cli", "Lombiq.HelpfulLibraries.Cli\Lombiq.HelpfulLibraries.Cli.csproj", "{E4434D6F-7C4F-4CBD-AAA3-B57809DFF571}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lombiq.HelpfulLibraries.Refit", "Lombiq.HelpfulLibraries.Refit\Lombiq.HelpfulLibraries.Refit.csproj", "{5DC1A3D5-0626-4258-95C6-7E5CA5495A80}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5F3379C7-ED6B-46AA-B6C3-17CBC2284417}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5F3379C7-ED6B-46AA-B6C3-17CBC2284417}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5F3379C7-ED6B-46AA-B6C3-17CBC2284417}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5F3379C7-ED6B-46AA-B6C3-17CBC2284417}.Release|Any CPU.Build.0 = Release|Any CPU - {5F4C7938-BBC4-4A44-83E1-2F33B7717A76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5F4C7938-BBC4-4A44-83E1-2F33B7717A76}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5F4C7938-BBC4-4A44-83E1-2F33B7717A76}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5F4C7938-BBC4-4A44-83E1-2F33B7717A76}.Release|Any CPU.Build.0 = Release|Any CPU - {2D7174D1-88E0-4063-8139-C7FCCC9B3326}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2D7174D1-88E0-4063-8139-C7FCCC9B3326}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2D7174D1-88E0-4063-8139-C7FCCC9B3326}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2D7174D1-88E0-4063-8139-C7FCCC9B3326}.Release|Any CPU.Build.0 = Release|Any CPU - {5E5E1E2F-8096-4B91-809B-5F86A3E8ADCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5E5E1E2F-8096-4B91-809B-5F86A3E8ADCA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5E5E1E2F-8096-4B91-809B-5F86A3E8ADCA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5E5E1E2F-8096-4B91-809B-5F86A3E8ADCA}.Release|Any CPU.Build.0 = Release|Any CPU - {741E56D8-C42C-4506-841E-DD2245B2E631}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {741E56D8-C42C-4506-841E-DD2245B2E631}.Debug|Any CPU.Build.0 = Debug|Any CPU - {741E56D8-C42C-4506-841E-DD2245B2E631}.Release|Any CPU.ActiveCfg = Release|Any CPU - {741E56D8-C42C-4506-841E-DD2245B2E631}.Release|Any CPU.Build.0 = Release|Any CPU - {28D8FE01-5D8B-43EE-8B7A-927D3D3DC627}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {28D8FE01-5D8B-43EE-8B7A-927D3D3DC627}.Debug|Any CPU.Build.0 = Debug|Any CPU - {28D8FE01-5D8B-43EE-8B7A-927D3D3DC627}.Release|Any CPU.ActiveCfg = Release|Any CPU - {28D8FE01-5D8B-43EE-8B7A-927D3D3DC627}.Release|Any CPU.Build.0 = Release|Any CPU - {F87DC121-2ADD-458D-9E01-BC0032860188}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F87DC121-2ADD-458D-9E01-BC0032860188}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F87DC121-2ADD-458D-9E01-BC0032860188}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F87DC121-2ADD-458D-9E01-BC0032860188}.Release|Any CPU.Build.0 = Release|Any CPU - {E4434D6F-7C4F-4CBD-AAA3-B57809DFF571}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E4434D6F-7C4F-4CBD-AAA3-B57809DFF571}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E4434D6F-7C4F-4CBD-AAA3-B57809DFF571}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E4434D6F-7C4F-4CBD-AAA3-B57809DFF571}.Release|Any CPU.Build.0 = Release|Any CPU - {5DC1A3D5-0626-4258-95C6-7E5CA5495A80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5DC1A3D5-0626-4258-95C6-7E5CA5495A80}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5DC1A3D5-0626-4258-95C6-7E5CA5495A80}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5DC1A3D5-0626-4258-95C6-7E5CA5495A80}.Release|Any CPU.Build.0 = Release|Any CPU - {EEC5970E-7AF7-4360-9C6D-6F3937AEE8E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EEC5970E-7AF7-4360-9C6D-6F3937AEE8E6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EEC5970E-7AF7-4360-9C6D-6F3937AEE8E6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EEC5970E-7AF7-4360-9C6D-6F3937AEE8E6}.Release|Any CPU.Build.0 = Release|Any CPU - {5E533F4E-2C8C-4FD1-ADDE-551B61F7C416}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5E533F4E-2C8C-4FD1-ADDE-551B61F7C416}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5E533F4E-2C8C-4FD1-ADDE-551B61F7C416}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5E533F4E-2C8C-4FD1-ADDE-551B61F7C416}.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 2bf772a29ab15538f2fca88ee8f78c3d5b9517f0 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/14] Cleanup. --- .../Lombiq.HelpfulLibraries.Samples.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj b/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj index e86d0fcb..30dadcfe 100644 --- a/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj +++ b/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj @@ -1,5 +1,4 @@ - net10.0 false @@ -9,7 +8,7 @@ - + From 245e8abb159a223fc95d7923cfcdbd6ea41a3776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Fri, 24 Apr 2026 18:06:04 +0200 Subject: [PATCH 10/14] More post-merge fixing. --- .../Lombiq.HelpfulLibraries.OrchardCore.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/Lombiq.HelpfulLibraries.OrchardCore/Lombiq.HelpfulLibraries.OrchardCore.csproj b/Lombiq.HelpfulLibraries.OrchardCore/Lombiq.HelpfulLibraries.OrchardCore.csproj index c1549197..246b33aa 100644 --- a/Lombiq.HelpfulLibraries.OrchardCore/Lombiq.HelpfulLibraries.OrchardCore.csproj +++ b/Lombiq.HelpfulLibraries.OrchardCore/Lombiq.HelpfulLibraries.OrchardCore.csproj @@ -37,7 +37,6 @@ - From 75e949910100c637652315b8ce6c736c167b0f3e 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 11/14] Update NuGet and apply library SDK where applicable --- .../Lombiq.HelpfulLibraries.AspNetCore.csproj | 21 ++++++---------- .../Lombiq.HelpfulLibraries.Attributes.csproj | 20 ++++++--------- .../Lombiq.HelpfulLibraries.Cli.csproj | 20 ++++++--------- .../Lombiq.HelpfulLibraries.Common.csproj | 21 ++++++---------- .../Lombiq.HelpfulLibraries.LinqToDb.csproj | 22 +++++++--------- ...elpfulLibraries.OrchardCore.Testing.csproj | 21 ++++++---------- ...Lombiq.HelpfulLibraries.OrchardCore.csproj | 21 ++++++---------- .../Lombiq.HelpfulLibraries.Refit.csproj | 21 ++++++---------- .../Lombiq.HelpfulLibraries.RestEase.csproj | 21 ++++++---------- ...q.HelpfulLibraries.Samples.Tests.UI.csproj | 4 +-- .../Lombiq.HelpfulLibraries.Samples.csproj | 4 +-- ...q.HelpfulLibraries.SourceGenerators.csproj | 18 +++++-------- .../Lombiq.HelpfulLibraries.Tests.csproj | 4 +-- .../Lombiq.HelpfulLibraries.csproj | 25 ++++++------------- 14 files changed, 93 insertions(+), 150 deletions(-) diff --git a/Lombiq.HelpfulLibraries.AspNetCore/Lombiq.HelpfulLibraries.AspNetCore.csproj b/Lombiq.HelpfulLibraries.AspNetCore/Lombiq.HelpfulLibraries.AspNetCore.csproj index 95aa6abb..d8ec2002 100644 --- a/Lombiq.HelpfulLibraries.AspNetCore/Lombiq.HelpfulLibraries.AspNetCore.csproj +++ b/Lombiq.HelpfulLibraries.AspNetCore/Lombiq.HelpfulLibraries.AspNetCore.csproj @@ -1,28 +1,21 @@ - - + net10.0 - $(DefaultItemExcludes);.git* enable + + + Lombiq Helpful Libraries - ASP.NET Core Libraries - Lombiq Technologies - Copyright © 2011, Lombiq Technologies Ltd. - Lombiq Helpful Libraries - ASP.NET Core Libraries: Some useful extensions and other helpers for ASP.NET Core. See the project website for detailed documentation. + 2011 + Some useful extensions and other helpers for ASP.NET Core. See the project website for detailed documentation. OrchardCore;Lombiq;AspNetCore; - NuGetIcon.png https://github.com/Lombiq/Helpful-Libraries https://github.com/Lombiq/Helpful-Libraries/blob/dev/Lombiq.HelpfulLibraries.AspNetCore/Readme.md - BSD-3-Clause - - - - - @@ -31,4 +24,6 @@ + + diff --git a/Lombiq.HelpfulLibraries.Attributes/Lombiq.HelpfulLibraries.Attributes.csproj b/Lombiq.HelpfulLibraries.Attributes/Lombiq.HelpfulLibraries.Attributes.csproj index 7b29f155..8db3c9a8 100644 --- a/Lombiq.HelpfulLibraries.Attributes/Lombiq.HelpfulLibraries.Attributes.csproj +++ b/Lombiq.HelpfulLibraries.Attributes/Lombiq.HelpfulLibraries.Attributes.csproj @@ -1,5 +1,4 @@ - - + netstandard2.0 true @@ -7,21 +6,18 @@ 14.0 + + + Lombiq Helpful Libraries - Attributes for Orchard Core - Lombiq Technologies - Copyright © 2011, Lombiq Technologies Ltd. - Lombiq Helpful Libraries - Attributes for Orchard Core: Adds attributes used by other projects. See the project website for detailed documentation. - NuGetIcon.png + 2011 + Adds attributes used by other projects. See the project website for detailed documentation. OrchardCore;Lombiq;Attributes https://github.com/Lombiq/Helpful-Libraries https://github.com/Lombiq/Helpful-Libraries/blob/dev/Lombiq.HelpfulLibraries.Attributes/Readme.md - BSD-3-Clause - - - - - + + diff --git a/Lombiq.HelpfulLibraries.Cli/Lombiq.HelpfulLibraries.Cli.csproj b/Lombiq.HelpfulLibraries.Cli/Lombiq.HelpfulLibraries.Cli.csproj index e2cff183..cab00ead 100644 --- a/Lombiq.HelpfulLibraries.Cli/Lombiq.HelpfulLibraries.Cli.csproj +++ b/Lombiq.HelpfulLibraries.Cli/Lombiq.HelpfulLibraries.Cli.csproj @@ -1,27 +1,21 @@ - - + net10.0 enable + + + Lombiq Helpful Libraries - Command Line Libraries - Lombiq Technologies - Copyright © 2011, Lombiq Technologies Ltd. - Lombiq Helpful Libraries - Command Line Libraries. This project helps with executing command line calls. See the project website for detailed documentation. + 2011 + This project helps with executing command line calls. See the project website for detailed documentation. Lombiq;cli;CliWrap - NuGetIcon.png https://github.com/Lombiq/Helpful-Libraries https://github.com/Lombiq/Helpful-Libraries/blob/dev/Lombiq.HelpfulLibraries.Cli/Readme.md - BSD-3-Clause - - - - - @@ -30,4 +24,6 @@ + + diff --git a/Lombiq.HelpfulLibraries.Common/Lombiq.HelpfulLibraries.Common.csproj b/Lombiq.HelpfulLibraries.Common/Lombiq.HelpfulLibraries.Common.csproj index 864ad2fb..667fdecb 100644 --- a/Lombiq.HelpfulLibraries.Common/Lombiq.HelpfulLibraries.Common.csproj +++ b/Lombiq.HelpfulLibraries.Common/Lombiq.HelpfulLibraries.Common.csproj @@ -1,32 +1,27 @@ - - + net10.0 - $(DefaultItemExcludes);.git* enable + + + Lombiq Helpful Libraries - Common Libraries - Lombiq Technologies - Copyright © 2011, Lombiq Technologies Ltd. - Lombiq Helpful Libraries - Common Libraries: Various useful libraries that can be handy when developing for .NET. See the project website for detailed documentation. + 2011 + Various useful libraries that can be handy when developing for .NET. See the project website for detailed documentation. Lombiq;DateTime;DependencyInjection;Utilities - NuGetIcon.png https://github.com/Lombiq/Helpful-Libraries https://github.com/Lombiq/Helpful-Libraries/blob/dev/Lombiq.HelpfulLibraries.Common/Readme.md - BSD-3-Clause - - - - - + + diff --git a/Lombiq.HelpfulLibraries.LinqToDb/Lombiq.HelpfulLibraries.LinqToDb.csproj b/Lombiq.HelpfulLibraries.LinqToDb/Lombiq.HelpfulLibraries.LinqToDb.csproj index d2aeac0e..f9f3279b 100644 --- a/Lombiq.HelpfulLibraries.LinqToDb/Lombiq.HelpfulLibraries.LinqToDb.csproj +++ b/Lombiq.HelpfulLibraries.LinqToDb/Lombiq.HelpfulLibraries.LinqToDb.csproj @@ -1,30 +1,26 @@ - - + net10.0 - $(DefaultItemExcludes);.git* enable + + + Lombiq Helpful Libraries - LINQ to DB Libraries for Orchard Core - Lombiq Technologies - Copyright © 2011, Lombiq Technologies Ltd. - Lombiq Helpful Libraries - LINQ to DB Libraries for Orchard Core: With the help of this project you can write LINQ expressions and run them with a YesSql ISession extension method to query from the DB instead of writing plain SQL queries. Uses the LINQ to DB project. See the project website for detailed documentation. + 2011 + With the help of this project you can write LINQ expressions and run them with a YesSql ISession extension method to query from the DB instead of writing plain SQL queries. Uses the LINQ to DB project. See the project website for detailed documentation. OrchardCore;Lombiq;YesSql;linq2db;LinqToDB - NuGetIcon.png https://github.com/Lombiq/Helpful-Libraries https://github.com/Lombiq/Helpful-Libraries/blob/dev/Lombiq.HelpfulLibraries.LinqToDb/Readme.md - BSD-3-Clause - - - - - + + + diff --git a/Lombiq.HelpfulLibraries.OrchardCore.Testing/Lombiq.HelpfulLibraries.OrchardCore.Testing.csproj b/Lombiq.HelpfulLibraries.OrchardCore.Testing/Lombiq.HelpfulLibraries.OrchardCore.Testing.csproj index 65d5818b..feda1907 100644 --- a/Lombiq.HelpfulLibraries.OrchardCore.Testing/Lombiq.HelpfulLibraries.OrchardCore.Testing.csproj +++ b/Lombiq.HelpfulLibraries.OrchardCore.Testing/Lombiq.HelpfulLibraries.OrchardCore.Testing.csproj @@ -1,28 +1,21 @@ - - + net10.0 - $(DefaultItemExcludes);.git* enable + + + Lombiq Helpful Libraries - Testing Libraries for Orchard Core - Lombiq Technologies - Copyright © 2011, Lombiq Technologies Ltd. - Lombiq Helpful Libraries - Testing Libraries for Orchard Core: Various useful libraries that can be handy when writing unit and integration tests for Orchard Core apps. See the project website for detailed documentation. + 2011 + Various useful libraries that can be handy when writing unit and integration tests for Orchard Core apps. See the project website for detailed documentation. OrchardCore;Lombiq;AspNetCore;Moq;xUnit;UnitTesting;Testing - NuGetIcon.png https://github.com/Lombiq/Helpful-Libraries https://github.com/Lombiq/Helpful-Libraries/blob/dev/Lombiq.HelpfulLibraries.Testing/Readme.md - BSD-3-Clause - - - - - @@ -31,4 +24,6 @@ + + diff --git a/Lombiq.HelpfulLibraries.OrchardCore/Lombiq.HelpfulLibraries.OrchardCore.csproj b/Lombiq.HelpfulLibraries.OrchardCore/Lombiq.HelpfulLibraries.OrchardCore.csproj index 246b33aa..90fb1605 100644 --- a/Lombiq.HelpfulLibraries.OrchardCore/Lombiq.HelpfulLibraries.OrchardCore.csproj +++ b/Lombiq.HelpfulLibraries.OrchardCore/Lombiq.HelpfulLibraries.OrchardCore.csproj @@ -1,28 +1,21 @@ - - + net10.0 - $(DefaultItemExcludes);.git* enable + + + Lombiq Helpful Libraries - Orchard Core Libraries - Lombiq Technologies - Copyright © 2011, Lombiq Technologies Ltd. - Lombiq Helpful Libraries - Orchard Core Libraries: Various useful libraries that can be handy when developing for Orchard Core, to be used from your own projects. See the project website for detailed documentation. + 2011 + Various useful libraries that can be handy when developing for Orchard Core, to be used from your own projects. See the project website for detailed documentation. OrchardCore;Lombiq;AspNetCore;YesSql;GraphQL;Liquid;DateTime;DependencyInjection - NuGetIcon.png https://github.com/Lombiq/Helpful-Libraries https://github.com/Lombiq/Helpful-Libraries/blob/dev/Lombiq.HelpfulLibraries.OrchardCore/Readme.md - BSD-3-Clause - - - - - @@ -59,4 +52,6 @@ + + diff --git a/Lombiq.HelpfulLibraries.Refit/Lombiq.HelpfulLibraries.Refit.csproj b/Lombiq.HelpfulLibraries.Refit/Lombiq.HelpfulLibraries.Refit.csproj index 38f9ada3..1e4b8c7d 100644 --- a/Lombiq.HelpfulLibraries.Refit/Lombiq.HelpfulLibraries.Refit.csproj +++ b/Lombiq.HelpfulLibraries.Refit/Lombiq.HelpfulLibraries.Refit.csproj @@ -1,30 +1,25 @@ - - + netstandard2.0 - $(DefaultItemExcludes);.git* enable + + + Lombiq Helpful Libraries - Refit Libraries for Orchard Core - Lombiq Technologies - Copyright © 2011, Lombiq Technologies Ltd. - Lombiq Helpful Libraries - Refit Libraries for Orchard Core: Adds helpers for working with the Refit RESTful API consumer library. See the project website for detailed documentation. - NuGetIcon.png + 2011 + Adds helpers for working with the Refit RESTful API consumer library. See the project website for detailed documentation. Lombiq;Refit;REST;RESTful;API https://github.com/Lombiq/Helpful-Libraries https://github.com/Lombiq/Helpful-Libraries/blob/dev/Lombiq.HelpfulLibraries.Refit/Readme.md - BSD-3-Clause - - - - - + + diff --git a/Lombiq.HelpfulLibraries.RestEase/Lombiq.HelpfulLibraries.RestEase.csproj b/Lombiq.HelpfulLibraries.RestEase/Lombiq.HelpfulLibraries.RestEase.csproj index 7d13ced6..a2f2f30c 100644 --- a/Lombiq.HelpfulLibraries.RestEase/Lombiq.HelpfulLibraries.RestEase.csproj +++ b/Lombiq.HelpfulLibraries.RestEase/Lombiq.HelpfulLibraries.RestEase.csproj @@ -1,28 +1,21 @@ - - + net10.0 - $(DefaultItemExcludes);.git* enable + + + Lombiq Helpful Libraries - RestEase Libraries for Orchard Core - Lombiq Technologies - Copyright © 2011, Lombiq Technologies Ltd. - Lombiq Helpful Libraries - RestEase Libraries for Orchard Core for Orchard Core: Adds a typed HTTP client to the service collection using RestEase, for dependency injection. See the project website for detailed documentation. - NuGetIcon.png + 2011 + Adds a typed HTTP client to the service collection using RestEase, for dependency injection. See the project website for detailed documentation. OrchardCore;Lombiq;RestEase https://github.com/Lombiq/Helpful-Libraries https://github.com/Lombiq/Helpful-Libraries/blob/dev/Lombiq.HelpfulLibraries.RestEase/Readme.md - BSD-3-Clause - - - - - @@ -32,4 +25,6 @@ + + diff --git a/Lombiq.HelpfulLibraries.Samples.Tests.UI/Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj b/Lombiq.HelpfulLibraries.Samples.Tests.UI/Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj index 92d6fca1..32b4f8bb 100644 --- a/Lombiq.HelpfulLibraries.Samples.Tests.UI/Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj +++ b/Lombiq.HelpfulLibraries.Samples.Tests.UI/Lombiq.HelpfulLibraries.Samples.Tests.UI.csproj @@ -4,12 +4,12 @@ - + - + diff --git a/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj b/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj index 30dadcfe..a1d7e7ca 100644 --- a/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj +++ b/Lombiq.HelpfulLibraries.Samples/Lombiq.HelpfulLibraries.Samples.csproj @@ -5,12 +5,12 @@ - + - + diff --git a/Lombiq.HelpfulLibraries.SourceGenerators/Lombiq.HelpfulLibraries.SourceGenerators.csproj b/Lombiq.HelpfulLibraries.SourceGenerators/Lombiq.HelpfulLibraries.SourceGenerators.csproj index b3ab418f..7cc4c93d 100644 --- a/Lombiq.HelpfulLibraries.SourceGenerators/Lombiq.HelpfulLibraries.SourceGenerators.csproj +++ b/Lombiq.HelpfulLibraries.SourceGenerators/Lombiq.HelpfulLibraries.SourceGenerators.csproj @@ -1,5 +1,4 @@ - - + netstandard2.0 true @@ -16,23 +15,18 @@ Lombiq.HelpfulLibraries.SourceGenerators + + + Lombiq Helpful Libraries - Source Generators for Orchard Core - Lombiq Technologies - Copyright © 2011, Lombiq Technologies Ltd. - Lombiq Helpful Libraries - Source Generators for Orchard Core for Orchard Core: Adds helpful source generators. See the project website for detailed documentation. - NuGetIcon.png + 2011 + Adds helpful source generators. See the project website for detailed documentation. OrchardCore;Lombiq;SourceGenerators https://github.com/Lombiq/Helpful-Libraries https://github.com/Lombiq/Helpful-Libraries/blob/dev/Lombiq.HelpfulLibraries.SourceGenerators/Readme.md - BSD-3-Clause - - - - - diff --git a/Lombiq.HelpfulLibraries.Tests/Lombiq.HelpfulLibraries.Tests.csproj b/Lombiq.HelpfulLibraries.Tests/Lombiq.HelpfulLibraries.Tests.csproj index fc85666e..1e0632c9 100644 --- a/Lombiq.HelpfulLibraries.Tests/Lombiq.HelpfulLibraries.Tests.csproj +++ b/Lombiq.HelpfulLibraries.Tests/Lombiq.HelpfulLibraries.Tests.csproj @@ -4,7 +4,7 @@ - + $(LombiqHelpfulLibrariesPath)\Lombiq.HelpfulLibraries.SourceGenerators\bin\Debug\netstandard2.0\Lombiq.HelpfulLibraries.SourceGenerators.dll @@ -34,5 +34,5 @@ - + diff --git a/Lombiq.HelpfulLibraries/Lombiq.HelpfulLibraries.csproj b/Lombiq.HelpfulLibraries/Lombiq.HelpfulLibraries.csproj index 5caf0e73..889caa6b 100644 --- a/Lombiq.HelpfulLibraries/Lombiq.HelpfulLibraries.csproj +++ b/Lombiq.HelpfulLibraries/Lombiq.HelpfulLibraries.csproj @@ -1,31 +1,20 @@ - - + net10.0 - $(DefaultItemExcludes);.git* enable + + + Lombiq Helpful Libraries - Lombiq Technologies - Copyright © 2011, Lombiq Technologies Ltd. - Lombiq Helpful Libraries: Various useful libraries that can be handy when developing for .NET, ASP.NET Core, and Orchard Core, to be used from your own projects. This package references all Helpful Libraries libraries, but you can use only the ones specific for your use-case, see the dependencies. See the project website for detailed documentation. + 2011 + Various useful libraries that can be handy when developing for .NET, ASP.NET Core, and Orchard Core, to be used from your own projects. This package references all Helpful Libraries libraries, but you can use only the ones specific for your use-case, see the dependencies. See the project website for detailed documentation. OrchardCore;Lombiq;AspNetCore;YesSql;DateTime;DependencyInjection;GraphQL;Liquid;Localization;Middlewares;Utilities;LinqToDB - NuGetIcon.png https://github.com/Lombiq/Helpful-Libraries - https://github.com/Lombiq/Helpful-Libraries - BSD-3-Clause - - - - - - - - @@ -36,4 +25,6 @@ + + From d8499ed30fb557d7d638ff420a4e037caa4ace60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Sat, 25 Apr 2026 02:35:58 +0200 Subject: [PATCH 12/14] Update SDK NuGet. --- .../Lombiq.HelpfulLibraries.AspNetCore.csproj | 4 ++-- .../Lombiq.HelpfulLibraries.Attributes.csproj | 4 ++-- .../Lombiq.HelpfulLibraries.Cli.csproj | 4 ++-- .../Lombiq.HelpfulLibraries.Common.csproj | 4 ++-- .../Lombiq.HelpfulLibraries.LinqToDb.csproj | 4 ++-- .../Lombiq.HelpfulLibraries.OrchardCore.Testing.csproj | 4 ++-- .../Lombiq.HelpfulLibraries.OrchardCore.csproj | 4 ++-- .../Lombiq.HelpfulLibraries.Refit.csproj | 4 ++-- .../Lombiq.HelpfulLibraries.RestEase.csproj | 4 ++-- .../Lombiq.HelpfulLibraries.SourceGenerators.csproj | 2 +- Lombiq.HelpfulLibraries/Lombiq.HelpfulLibraries.csproj | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Lombiq.HelpfulLibraries.AspNetCore/Lombiq.HelpfulLibraries.AspNetCore.csproj b/Lombiq.HelpfulLibraries.AspNetCore/Lombiq.HelpfulLibraries.AspNetCore.csproj index d8ec2002..f71e98f4 100644 --- a/Lombiq.HelpfulLibraries.AspNetCore/Lombiq.HelpfulLibraries.AspNetCore.csproj +++ b/Lombiq.HelpfulLibraries.AspNetCore/Lombiq.HelpfulLibraries.AspNetCore.csproj @@ -5,7 +5,7 @@ - + Lombiq Helpful Libraries - ASP.NET Core Libraries @@ -25,5 +25,5 @@ - + diff --git a/Lombiq.HelpfulLibraries.Attributes/Lombiq.HelpfulLibraries.Attributes.csproj b/Lombiq.HelpfulLibraries.Attributes/Lombiq.HelpfulLibraries.Attributes.csproj index 8db3c9a8..4e3a42f9 100644 --- a/Lombiq.HelpfulLibraries.Attributes/Lombiq.HelpfulLibraries.Attributes.csproj +++ b/Lombiq.HelpfulLibraries.Attributes/Lombiq.HelpfulLibraries.Attributes.csproj @@ -7,7 +7,7 @@ - + Lombiq Helpful Libraries - Attributes for Orchard Core @@ -19,5 +19,5 @@ - + diff --git a/Lombiq.HelpfulLibraries.Cli/Lombiq.HelpfulLibraries.Cli.csproj b/Lombiq.HelpfulLibraries.Cli/Lombiq.HelpfulLibraries.Cli.csproj index cab00ead..3008add4 100644 --- a/Lombiq.HelpfulLibraries.Cli/Lombiq.HelpfulLibraries.Cli.csproj +++ b/Lombiq.HelpfulLibraries.Cli/Lombiq.HelpfulLibraries.Cli.csproj @@ -5,7 +5,7 @@ - + Lombiq Helpful Libraries - Command Line Libraries @@ -25,5 +25,5 @@ - + diff --git a/Lombiq.HelpfulLibraries.Common/Lombiq.HelpfulLibraries.Common.csproj b/Lombiq.HelpfulLibraries.Common/Lombiq.HelpfulLibraries.Common.csproj index 667fdecb..8002ed03 100644 --- a/Lombiq.HelpfulLibraries.Common/Lombiq.HelpfulLibraries.Common.csproj +++ b/Lombiq.HelpfulLibraries.Common/Lombiq.HelpfulLibraries.Common.csproj @@ -5,7 +5,7 @@ - + Lombiq Helpful Libraries - Common Libraries @@ -23,5 +23,5 @@ - + diff --git a/Lombiq.HelpfulLibraries.LinqToDb/Lombiq.HelpfulLibraries.LinqToDb.csproj b/Lombiq.HelpfulLibraries.LinqToDb/Lombiq.HelpfulLibraries.LinqToDb.csproj index f9f3279b..4aba8257 100644 --- a/Lombiq.HelpfulLibraries.LinqToDb/Lombiq.HelpfulLibraries.LinqToDb.csproj +++ b/Lombiq.HelpfulLibraries.LinqToDb/Lombiq.HelpfulLibraries.LinqToDb.csproj @@ -5,7 +5,7 @@ - + Lombiq Helpful Libraries - LINQ to DB Libraries for Orchard Core @@ -22,5 +22,5 @@ - + diff --git a/Lombiq.HelpfulLibraries.OrchardCore.Testing/Lombiq.HelpfulLibraries.OrchardCore.Testing.csproj b/Lombiq.HelpfulLibraries.OrchardCore.Testing/Lombiq.HelpfulLibraries.OrchardCore.Testing.csproj index feda1907..86af301d 100644 --- a/Lombiq.HelpfulLibraries.OrchardCore.Testing/Lombiq.HelpfulLibraries.OrchardCore.Testing.csproj +++ b/Lombiq.HelpfulLibraries.OrchardCore.Testing/Lombiq.HelpfulLibraries.OrchardCore.Testing.csproj @@ -5,7 +5,7 @@ - + Lombiq Helpful Libraries - Testing Libraries for Orchard Core @@ -25,5 +25,5 @@ - + diff --git a/Lombiq.HelpfulLibraries.OrchardCore/Lombiq.HelpfulLibraries.OrchardCore.csproj b/Lombiq.HelpfulLibraries.OrchardCore/Lombiq.HelpfulLibraries.OrchardCore.csproj index 90fb1605..5c2bed69 100644 --- a/Lombiq.HelpfulLibraries.OrchardCore/Lombiq.HelpfulLibraries.OrchardCore.csproj +++ b/Lombiq.HelpfulLibraries.OrchardCore/Lombiq.HelpfulLibraries.OrchardCore.csproj @@ -5,7 +5,7 @@ - + Lombiq Helpful Libraries - Orchard Core Libraries @@ -53,5 +53,5 @@ - + diff --git a/Lombiq.HelpfulLibraries.Refit/Lombiq.HelpfulLibraries.Refit.csproj b/Lombiq.HelpfulLibraries.Refit/Lombiq.HelpfulLibraries.Refit.csproj index 1e4b8c7d..a59a23df 100644 --- a/Lombiq.HelpfulLibraries.Refit/Lombiq.HelpfulLibraries.Refit.csproj +++ b/Lombiq.HelpfulLibraries.Refit/Lombiq.HelpfulLibraries.Refit.csproj @@ -5,7 +5,7 @@ - + Lombiq Helpful Libraries - Refit Libraries for Orchard Core @@ -21,5 +21,5 @@ - + diff --git a/Lombiq.HelpfulLibraries.RestEase/Lombiq.HelpfulLibraries.RestEase.csproj b/Lombiq.HelpfulLibraries.RestEase/Lombiq.HelpfulLibraries.RestEase.csproj index a2f2f30c..b6ae0a06 100644 --- a/Lombiq.HelpfulLibraries.RestEase/Lombiq.HelpfulLibraries.RestEase.csproj +++ b/Lombiq.HelpfulLibraries.RestEase/Lombiq.HelpfulLibraries.RestEase.csproj @@ -5,7 +5,7 @@ - + Lombiq Helpful Libraries - RestEase Libraries for Orchard Core @@ -26,5 +26,5 @@ - + diff --git a/Lombiq.HelpfulLibraries.SourceGenerators/Lombiq.HelpfulLibraries.SourceGenerators.csproj b/Lombiq.HelpfulLibraries.SourceGenerators/Lombiq.HelpfulLibraries.SourceGenerators.csproj index 7cc4c93d..b61396a5 100644 --- a/Lombiq.HelpfulLibraries.SourceGenerators/Lombiq.HelpfulLibraries.SourceGenerators.csproj +++ b/Lombiq.HelpfulLibraries.SourceGenerators/Lombiq.HelpfulLibraries.SourceGenerators.csproj @@ -16,7 +16,7 @@ - + Lombiq Helpful Libraries - Source Generators for Orchard Core diff --git a/Lombiq.HelpfulLibraries/Lombiq.HelpfulLibraries.csproj b/Lombiq.HelpfulLibraries/Lombiq.HelpfulLibraries.csproj index 889caa6b..1edc9f50 100644 --- a/Lombiq.HelpfulLibraries/Lombiq.HelpfulLibraries.csproj +++ b/Lombiq.HelpfulLibraries/Lombiq.HelpfulLibraries.csproj @@ -5,7 +5,7 @@ - + Lombiq Helpful Libraries @@ -26,5 +26,5 @@ - + From a39eb6bddbde45c279af760df4a621d214309e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Sat, 25 Apr 2026 11:39:58 +0200 Subject: [PATCH 13/14] Add missing targets file. --- .../Lombiq.HelpfulLibraries.SourceGenerators.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lombiq.HelpfulLibraries.SourceGenerators/Lombiq.HelpfulLibraries.SourceGenerators.csproj b/Lombiq.HelpfulLibraries.SourceGenerators/Lombiq.HelpfulLibraries.SourceGenerators.csproj index b61396a5..2903806f 100644 --- a/Lombiq.HelpfulLibraries.SourceGenerators/Lombiq.HelpfulLibraries.SourceGenerators.csproj +++ b/Lombiq.HelpfulLibraries.SourceGenerators/Lombiq.HelpfulLibraries.SourceGenerators.csproj @@ -72,4 +72,6 @@ + + From 44e666d6690aeb2e27c00cece9f8c384c5f8c189 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 14/14] 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