-
Notifications
You must be signed in to change notification settings - Fork 0
/
SonyBraviaEpi.nuspec
26 lines (26 loc) · 1.09 KB
/
SonyBraviaEpi.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.Sony.Bravia</id>
<version>1.0.0</version>
<!-- Update Title with the plugin name that users will see-->
<title>Sony Bravia</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/epi-display-sony-bravia</projectUrl>
<copyright>Copyright 2022</copyright>
<!-- Update description-->
<description>Sony Bravia</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/epi-display-sony-bravia"/>
</metadata>
<files>
<file src="**" target="lib\net35"/>
<file src="**" target="lib\net47"/>
</files>
</package>