forked from zeromq/clrzmq4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ZeroMQ.nuspec
34 lines (29 loc) · 1.21 KB
/
ZeroMQ.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
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ZeroMQ</id>
<version>4.1.0.31</version>
<authors>metadings, Pieter Hintjens, Martin Sustrik</authors>
<projectUrl>https://github.com/zeromq/clrzmq4/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/zeromq/clrzmq4/master/ZeroMQ.ico</iconUrl>
<licenseUrl>https://raw.githubusercontent.com/zeromq/clrzmq4/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>ZeroMQ C# CLR namespace (.NET and mono, Windows and Linux, x86 and amd64)</description>
<copyright>ZeroMQ</copyright>
<tags>clrzmq4 ZeroMQ ZMQ 0MQ ØMQ Messaging</tags>
<references>
<reference file="ZeroMQ.dll" />
</references>
</metadata>
<files>
<!-- targets file -->
<file src="ZeroMQ.targets" target="build\net40\ZeroMQ.targets" />
<!-- managed assembly -->
<file src="bin\Release\ZeroMQ.dll" target="lib\net40" />
<!-- XML documentation file -->
<file src="bin\Release\ZeroMQ.xml" target="lib\net40" />
<!-- native binary files -->
<file src="i386\libzmq.*" target="build\i386" />
<file src="amd64\libzmq.*" target="build\amd64" />
</files>
</package>