mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
20 lines
930 B
XML
20 lines
930 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package >
|
|
<metadata>
|
|
<id>PepperDashCore</id>
|
|
<version>1.0.37</version>
|
|
<title>PepperDash Core</title>
|
|
<authors>PepperDash Technology</authors>
|
|
<owners>pepperdash</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<projectUrl>https://github.com/PepperDash/PepperDashCore</projectUrl>
|
|
<copyright>Copyright 2025</copyright>
|
|
<description>PepperDash Core is an open source Crestron SIMPL# library that can be used in SIMPL# Pro applications such as Essentials or as a standalone library with SIMPL+ wrappers to expose functionality in SIMPL Windows programs.</description>
|
|
<tags>crestron 3series 4series</tags>
|
|
<repository type="git" url="https://github.com/PepperDash/PepperDashCore"/>
|
|
</metadata>
|
|
<files>
|
|
<file src=".\output\**" target="lib\net35"/>
|
|
</files>
|
|
</package> |