-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConsumidor.nuspec
20 lines (20 loc) · 1.15 KB
/
Consumidor.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Consumidor</id>
<version>3.0.0</version>
<title>Consumidor</title>
<authors>nikolas magno</authors>
<owners>nikolas magno</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://creativecommons.org/licenses/by/4.0/</licenseUrl>
<projectUrl>https://github.com/nikolasmagno/consumidor</projectUrl>
<description>It's a library to give a simple way for implement producer and consumer pattern. Allowing the complex away from your code and time to focus in your task. All consumers and producer will run in a separate task, doing concurrency management for you.</description>
<summary>A simple library to implements producer-consumer pattern</summary>
<releaseNotes>Adding a processing list and creating a baseclass to make a producer implementation easy.</releaseNotes>
<tags>producer consumer produtor consumidor queue pattern</tags>
</metadata>
<files>
<file src="src\bin\Release\Consumidor.dll" target="lib\net45\Consumidor.dll" />
</files>
</package>