Neuroglia.CloudEvents 1.0.1.1
A .NET Standard library that provides extensions for CloudEvents
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Neuroglia.CloudEvents</id>
<version>1.0.1.1</version>
<title>Neuroglia CloudEvents</title>
<authors>Charles d'Avernas</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<icon>neurologo.jpg</icon>
<projectUrl>https://github.com/neuroglia-io/CloudEvents</projectUrl>
<description>A .NET Standard library that provides extensions for CloudEvents</description>
<copyright>Copyright © 2020 - Neuroglia SPRL. All rights reserved</copyright>
<tags>neuroglia, cloud, event</tags>
<repository type="git" url="https://github.com/neuroglia-io/CloudEvents" />
<dependencies>
<group targetFramework=".NETStandard2.1">
<dependency id="CloudNative.CloudEvents" version="1.3.80" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>