forked from hylasoft-usa/h-opc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nuspec
26 lines (26 loc) · 1.08 KB
/
package.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"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>H.Opc</id>
<version>0.0</version> <!-- Not important, gets overridden by the grunt task -->
<title>H.Opc</title>
<description>Opc made simpler</description>
<authors>Giacomo Tagliabue</authors>
<language>en-US</language>
<owners>Hylasoft Usa</owners>
<licenseUrl>https://github.com/hylasoft-usa/h-opc/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/hylasoft-usa/h-opc/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>OPC UA Unified Architecture Manufacturing Hyla Hylasoft</tags>
</metadata>
<files>
<file src="h-opc.dll" target="lib"/>
<file src="Opc.Ua.Client.dll" target="lib"/>
<file src="Opc.Ua.Configuration.dll" target="lib"/>
<file src="Opc.Ua.Core.dll" target="lib"/>
<file src="h-opc.xml" target="lib"/>
<file src="OpcComRcw.dll" target="lib"/>
<file src="OpcNetApi.Com.dll" target="lib"/>
<file src="OpcNetApi.dll" target="lib"/>
</files>
</package>