-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf79e7a
commit 0a43a17
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package > | ||
<metadata> | ||
<!-- Update ID with a plugin ID representative of the plugin being built--> | ||
<id>PepperDash.Essentials.Plugin.ApcPdu</id> | ||
<version>1.0.0</version> | ||
<!-- Update Title with the plugin name that users will see--> | ||
<title>APC PDU</title> | ||
<authors>PepperDash Technologies</authors> | ||
<owners>pepperdash</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<!-- Update projectUrl with the actual URL of the plugin repo--> | ||
<projectUrl>https://github.com/PepperDash-Engineering/epi-utilities-apc</projectUrl> | ||
<copyright>Copyright 2021</copyright> | ||
<!-- Update description--> | ||
<description>Pure Link Matrix Switcher</description> | ||
<tags>crestron 3series 4series</tags> | ||
<!-- Update repository url with the actual URL of the plugin repo--> | ||
<repository type="git" url="https://github.com/PepperDash-Engineering/epi-utilities-apc"/> | ||
</metadata> | ||
<files> | ||
<file src="**" target="lib\net35"/> | ||
<file src="**" target="lib\net47"/> | ||
</files> | ||
</package> |