-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
novastar.nuspec
23 lines (23 loc) · 935 Bytes
/
novastar.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<!-- Initially generated manually using `nuget spec`-->
<package >
<metadata>
<id>NovaStar</id>
<version>0.2.0-master</version>
<title>NovaStar Controller</title>
<authors>Joel Wetzell</authors>
<owners>Joel Wetzell</owners>
<license type="expression">GPL-3.0-or-later</license>
<projectUrl>https://github.com/jwetzell/q-sys-plugin-novastar</projectUrl>
<iconUrl>http://content/images/NovaStar-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>NovaStar Controller Plugin</description>
<releaseNotes>AutoGenerateFromGitCommitMessages</releaseNotes>
<copyright>Copyright 2021</copyright>
<tags>NovaStar VX4S VX6S VX1000 ProHD ProHDJr MCTRL4K</tags>
<summary>A plugin for control of NovaStar Video Wall controllers</summary>
</metadata>
<files>
<file src="content\**" target="content" />
</files>
</package>