Skip to content

Commit

Permalink
added updated nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ngenovese11 committed Jun 15, 2021
1 parent bf79e7a commit 0a43a17
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Apc.nuspec
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>

0 comments on commit 0a43a17

Please sign in to comment.