-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArchetypical.Software.Spigot.nuspec
More file actions
29 lines (29 loc) · 2.52 KB
/
Archetypical.Software.Spigot.nuspec
File metadata and controls
29 lines (29 loc) · 2.52 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
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Archetypical.Software.Spigot</id>
<version>$version$</version>
<authors>Archetypical.Software</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">LGPL-3.0-or-later</license>
<repository type="git" url="https://github.com/ArchetypicalSoftware/Spigot"></repository>
<projectUrl>https://archetypical.software/Product/Detail/Spigot</projectUrl>
<iconUrl>https://lh4.googleusercontent.com/6LW8mKOegkdeiGAuEOUE3_jLDm4eI0XLImLw4ntXLSj7t2X4688lIPE8zQTrY_pUmMXLneuctEzbzaMjIizR=w1920-h948</iconUrl>
<description>Spigot is a transparent pub sub mechanism that layers streams and serializers on top of a familiar event based system. You can create a spigot to listen to any concrete serializable type and attach any number of event handlers to receive the message. Using the same spigot, you can broadcast any concrete serializable type to any listeners listening on the same stream.
A spigot is serializer and stream agnostic which means you can serialize with any mechanism you like and send the bytes over any mechanism you like.
Pre-Sending and Post-Receive hooks are defined so youc an manipulate the envelope to send additional information to be used by the receiver on the other side.
</description>
<dependencies>
<dependency id="CloudNative.CloudEvents" version="1.3.80" />
<dependency id="Microsoft.Extensions.Logging" version="3.1.6" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="3.1.6" />
<dependency id="Polly" version="7.2.1" />
</dependencies>
</metadata>
<files>
<file src="src\Archetypical.Software\Spigot\bin\Release\netstandard2.0\Archetypical.Software.Spigot.dll" target="lib\netstandard2.0\Archetypical.Software.Spigot.dll" />
<file src="src\Archetypical.Software\Spigot\bin\Release\netstandard2.0\Archetypical.Software.Spigot.xml" target="lib\netstandard2.0\Archetypical.Software.Spigot.xml" />
<file src="src\Archetypical.Software\Spigot\bin\Release\netstandard2.1\Archetypical.Software.Spigot.dll" target="lib\netstandard2.1\Archetypical.Software.Spigot.dll" />
<file src="src\Archetypical.Software\Spigot\bin\Release\netstandard2.1\Archetypical.Software.Spigot.xml" target="lib\netstandard2.1\Archetypical.Software.Spigot.xml" />
</files>
</package>