mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-01-11 19:44:38 +00:00
fix: added nuspec file
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>PDT.EssentialsPluginTemplate</id>
|
||||
<version>2.0.2</version>
|
||||
<title>Essentials Plugin Template</title>
|
||||
<authors>PepperDash Technologies</authors>
|
||||
<owners>pepperdash</owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">MIT</license>
|
||||
<projectUrl>https://github.com/PepperDash/EssentialsPluginTemplate</projectUrl>
|
||||
<copyright>Copyright 2022</copyright>
|
||||
<description>This software iserves as a template for generating new Essentials-Compliant plugins</description>
|
||||
<tags>crestron 3series 4series samsung</tags>
|
||||
<repository type="git" url="https://github.com/PepperDash/EssentialsPluginTemplate"/>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="**" target="lib\net35"/>
|
||||
<file src="**" target="lib\net47"/>
|
||||
</files>
|
||||
</package>
|
||||
Reference in New Issue
Block a user