SharpEventGrid by Andre Carlucci

<PackageReference Include="SharpEventGrid" Version="1.1.1" />

 SharpEventGrid 1.1.1

Simple library to send Events to Azure EventGrid

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>SharpEventGrid</id>
    <version>1.1.1</version>
    <authors>Andre Carlucci</authors>
    <owners>Andre Carlucci</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/SharpTools/SharpEventGrid/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/SharpTools/SharpEventGrid</projectUrl>
    <description>Simple library to send Events to Azure EventGrid</description>
    <tags>azure eventgrid events reactive microservices</tags>
    <repository url="https://github.com/SharpTools/SharpEventGrid" />
    <dependencies>
      <group targetFramework=".NETStandard1.6">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="10.0.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>