-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPooler.nuspec
More file actions
24 lines (24 loc) · 1.04 KB
/
Pooler.nuspec
File metadata and controls
24 lines (24 loc) · 1.04 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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Pooler</id>
<version>2.3.1.0</version>
<title>Pooler</title>
<authors>Tom Flidr</authors>
<owners>Tom Flidr</owners>
<licenseUrl>https://opensource.org/licenses/BSD-3-Clause</licenseUrl>
<projectUrl>https://github.com/parallel-pooler/pooler</projectUrl>
<iconUrl>https://raw.githubusercontent.com/parallel-pooler/pooler/master/gfx/pooler-icon.ico</iconUrl>
<language>en-US</language>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Parallel tasks executing library.</description>
<copyright>Copyright © 2017</copyright>
<tags>paralel task job threads pool pooling thread</tags>
<dependencies>
<!--dependency id="Microsoft.CSharp" version="4.0.0.0" />
<dependency id="System" version="4.0.0.0" />
<dependency id="System.Core" version="4.0.0.0" /-->
</dependencies>
<releaseNotes>https://github.com/parallel-pooler/pooler/releases</releaseNotes>
</metadata>
</package>