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'
diff --git a/packages.config b/packages.config
index eff6d8ce..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 c2394428..9f003c2f 100644
--- a/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec
+++ b/src/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.nuspec
@@ -4,21 +4,20 @@
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
-
+
-
-
+
\ No newline at end of file