From bc1e9b070a7156257200392aba6941d2b69f16a3 Mon Sep 17 00:00:00 2001 From: jdevito Date: Mon, 12 May 2025 10:13:57 -0500 Subject: [PATCH 1/8] fix(workflow): update build job to use correct workflow for 3Series maintenance --- .../workflows/EssentialsPlugins-builds-3-series-caller.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/EssentialsPlugins-builds-3-series-caller.yml b/.github/workflows/EssentialsPlugins-builds-3-series-caller.yml index 11036984..cdfc5de5 100644 --- a/.github/workflows/EssentialsPlugins-builds-3-series-caller.yml +++ b/.github/workflows/EssentialsPlugins-builds-3-series-caller.yml @@ -9,8 +9,9 @@ jobs: getVersion: uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main secrets: inherit - build-4Series: - uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-3Series-builds.yml@main + build-3Series: + # uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-3Series-builds.yml@main + uses: PepperDash/workflow-templates/.github/workflows/essentials-3Series-builds.yml@plugins-build-workflows secrets: inherit needs: getVersion if: needs.getVersion.outputs.newVersion == 'true' From 02c2dceedc354b89f6fec98277c03e75aa97756f Mon Sep 17 00:00:00 2001 From: jdevito Date: Tue, 13 May 2025 14:19:57 -0500 Subject: [PATCH 2/8] fix(dependencies): update PepperDashCore version to 1.4.0 in packages.config and nuspec --- packages.config | 2 +- .../PepperDash_Essentials_Core.nuspec | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/packages.config b/packages.config index eff6d8ce..47499fd0 100644 --- a/packages.config +++ b/packages.config @@ -1,3 +1,3 @@ - + diff --git a/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec b/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec index c2394428..ac21d205 100644 --- a/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec +++ b/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec @@ -14,11 +14,10 @@ crestron 3series 4series - + - - + \ No newline at end of file From b731f51c5a42c995558ede9ec063786f23eb767c Mon Sep 17 00:00:00 2001 From: jdevito Date: Tue, 13 May 2025 14:28:41 -0500 Subject: [PATCH 3/8] ci(force-patch): force version increment for ci updates From 645d9d7098af84ad9649a22e9083ada85602bf4d Mon Sep 17 00:00:00 2001 From: jdevito Date: Tue, 13 May 2025 14:59:34 -0500 Subject: [PATCH 4/8] ci(force-patch): force version increment for ci updates From a3651eac769a927ffe1b1bbbca07c3d0f7072448 Mon Sep 17 00:00:00 2001 From: jdevito Date: Tue, 13 May 2025 15:13:47 -0500 Subject: [PATCH 5/8] fix(nuspec): correct authorship and update copyright year in PepperDash_Essentials_Core.nuspec --- .../PepperDash_Essentials_Core.nuspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec b/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec index ac21d205..3b2ffc6d 100644 --- a/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec +++ b/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec @@ -4,12 +4,12 @@ PepperDashEssentials 1.5.6 PepperDash Essentials - PepperDash Technologies + PepperDash Technology pepperdash false MIT https://github.com/PepperDash/PepperDashCore - Copyright 2020 + Copyright 2025 PepperDash Essentials is an open source Crestron framework that can be configured as a standalone program capable of running a wide variety of system designs and can also be utilized as a plug-in architecture to augment other Simpl# Pro and Simpl Windows programs. Essentials Framework is a collection of C# / Simpl# Pro libraries that can be utilized in several different manners. It is currently operating as a 100% configuration-driven system, and can be extended to add different workflows and behaviors, either through the addition of further device "types" or via the plug-in mechanism. The framework is a collection of "things" that are all related and interconnected, but in general do not have dependencies on each other. crestron 3series 4series From bcc07fb4cfbac213eba5e24c58b0c26e7d2acb0d Mon Sep 17 00:00:00 2001 From: jdevito Date: Tue, 13 May 2025 15:15:30 -0500 Subject: [PATCH 6/8] ci(force-patch): force version increment for ci updates From de714f998b2433a1dcd1209388007dbac4f4f103 Mon Sep 17 00:00:00 2001 From: jdevito Date: Tue, 13 May 2025 15:57:01 -0500 Subject: [PATCH 7/8] fix(dependencies): update PepperDashCore version to 1.4.1-3series-workflow-updates.5 in packages.config --- packages.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.config b/packages.config index 47499fd0..f1628327 100644 --- a/packages.config +++ b/packages.config @@ -1,3 +1,3 @@ - + From 9aa890d4048a362f8597872719b0bded8e68eb00 Mon Sep 17 00:00:00 2001 From: jdevito Date: Tue, 13 May 2025 16:31:13 -0500 Subject: [PATCH 8/8] fix(dependencies): revert PepperDashCore version to 1.4.1 in packages.config and update nuspec dependency range --- packages.config | 2 +- .../PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages.config b/packages.config index f1628327..242a7b7d 100644 --- a/packages.config +++ b/packages.config @@ -1,3 +1,3 @@ - + diff --git a/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec b/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec index 3b2ffc6d..9f003c2f 100644 --- a/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec +++ b/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec @@ -14,7 +14,7 @@ crestron 3series 4series - +