Flunt by André Baltieri

<PackageReference Include="Flunt" Version="1.0.2" />

 Flunt 1.0.2

Flunt is a fluent way to use Notification Pattern with your entities

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Flunt</id>
    <version>1.0.2</version>
    <authors>André Baltieri</authors>
    <owners>André Baltieri</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/andrebaltieri/flunt</licenseUrl>
    <projectUrl>https://github.com/andrebaltieri/flunt</projectUrl>
    <description>Flunt is a fluent way to use Notification Pattern with your entities</description>
    <repository url="https://github.com/andrebaltieri/flunt" />
    <dependencies>
      <group targetFramework=".NETStandard1.3">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <title>Flunt</title>
    <iconUrl>https://raw.githubusercontent.com/andrebaltieri/flunt/master/media/flunt-icon.png</iconUrl>
    <summary>Flunt is a fluent way to use Notification Pattern with your entities</summary>
  </metadata>
</package>