Merge pull request #1268 from PepperDash/3series-workflow-updates

This commit is contained in:
Andrew Welker
2025-05-13 17:15:28 -05:00
committed by GitHub
3 changed files with 8 additions and 8 deletions

View File

@@ -9,8 +9,9 @@ jobs:
getVersion: getVersion:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main
secrets: inherit secrets: inherit
build-4Series: build-3Series:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-3Series-builds.yml@main # 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 secrets: inherit
needs: getVersion needs: getVersion
if: needs.getVersion.outputs.newVersion == 'true' if: needs.getVersion.outputs.newVersion == 'true'

View File

@@ -1,3 +1,3 @@
<packages> <packages>
<package id="PepperDashCore" version="1.3.3-hotfix-390" targetFramework="net35" allowedVersions="[1.0,2.0)"/> <package id="PepperDashCore" version="1.4.1" targetFramework="net35" allowedVersions="[1.0,2.0)"/>
</packages> </packages>

View File

@@ -4,21 +4,20 @@
<id>PepperDashEssentials</id> <id>PepperDashEssentials</id>
<version>1.5.6</version> <version>1.5.6</version>
<title>PepperDash Essentials</title> <title>PepperDash Essentials</title>
<authors>PepperDash Technologies</authors> <authors>PepperDash Technology</authors>
<owners>pepperdash</owners> <owners>pepperdash</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license> <license type="expression">MIT</license>
<projectUrl>https://github.com/PepperDash/PepperDashCore</projectUrl> <projectUrl>https://github.com/PepperDash/PepperDashCore</projectUrl>
<copyright>Copyright 2020</copyright> <copyright>Copyright 2025</copyright>
<description>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.</description> <description>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.</description>
<tags>crestron 3series 4series</tags> <tags>crestron 3series 4series</tags>
<repository type="git" url="https://github.com/PepperDash/Essentials"/> <repository type="git" url="https://github.com/PepperDash/Essentials"/>
<dependencies> <dependencies>
<dependency id="PepperDashCore" version="[1.0.45, 2.0.0)"/> <dependency id="PepperDashCore" version="[1.4.1, 2.0.0)"/>
</dependencies> </dependencies>
</metadata> </metadata>
<files> <files>
<file src="**" target="lib\net35"/> <file src=".\output\**" target="lib\net35"/>
<file src="**" target="lib\net47"/>
</files> </files>
</package> </package>