forked from wcharczuk/NSQnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNSQnet.nuspec
39 lines (39 loc) · 1.69 KB
/
NSQnet.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
35
36
37
38
39
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2">
<id>NSQnet</id>
<version>0.5.3</version>
<authors>Will Charczuk</authors>
<owners>Will Charcuzk</owners>
<iconUrl>https://raw.github.com/bitly/nsq/master/docs/images/nsq.png</iconUrl>
<projectUrl>https://github.com/clotheshorse/nsqnet</projectUrl>
<licenseUrl>https://raw.github.com/ClothesHorse/nsqnet/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>NSQ Client for .net</summary>
<description>NSQ Client for .net</description>
<releaseNotes>
* 0.5.3 - Fixing issue with message truncation in high throughput situations.
* 0.5.2 - Bug Fixes.
* 0.5.1 - Bug Fixes.
- Changed Description
* 0.5.0 - Initial Release.
- API Subject to change, may contain defects.
</releaseNotes>
<copyright>Copyright ClothesHorse, 2013</copyright>
<tags>nsq messagequeue queue</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Core"/>
<frameworkAssembly assemblyName="System"/>
<frameworkAssembly assemblyName="System.Data"/>
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework=".NETFramework4.5" />
</frameworkAssemblies>
<dependencies>
<dependency id="Newtonsoft.Json" version="5.0.5"/>
</dependencies>
</metadata>
<files>
<file src="NSQNet\bin\Release\NSQNet.dll" target="lib\net45" />
<file src="NSQNet\bin\Release\NSQNet.pdb" target="lib\net45" />
<file src="NSQNet\bin\Release\NSQNet.xml" target="lib\net45" />
</files>
</package>