-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathPluginSdk.nuspec
More file actions
27 lines (27 loc) · 1.3 KB
/
PluginSdk.nuspec
File metadata and controls
27 lines (27 loc) · 1.3 KB
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
27
<?xml version="1.0"?>
<package >
<metadata>
<id>HomeSeer-PluginSDK</id>
<version>1.5.1.0</version>
<title>HomeSeer PluginSDK</title>
<authors>HomeSeer</authors>
<owners>HomeSeer</owners>
<description>Plugin development kit that integrates with HomeSeer's HS4 platform.</description>
<projectUrl>https://docs.homeseer.com/display/HSPI/Overview</projectUrl>
<repository type="git" url="https://github.com/HomeSeer/Plugin-SDK.git" branch="master"/>
<iconUrl>http://homeseer.com/images/HS4/hs4-64.png</iconUrl>
<icon>images\icon-hs-128.png</icon>
<license type="expression">AGPL-3.0-or-later</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://homeseer.github.io/Plugin-SDK-Docs/release_notes/pluginsdk_releasenotes_1_5_1_0.html</releaseNotes>
<copyright>Copyright 2022</copyright>
<tags>HomeSeer Home Seer Plugin pluginsdk hs4 sdk hs api pluginapi plugins smart auto automation control monitor</tags>
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
</dependencies>
</metadata>
<files>
<file src="HSCF.dll" target="lib\net462" />
<file src="icon-hs-128.png" target="images\" />
</files>
</package>