Archon.Webhooks.NHibernate by Archon Information Systems, LLC

<PackageReference Include="Archon.Webhooks.NHibernate" Version="0.3.0" />

 Archon.Webhooks.NHibernate 0.3.0

Store your webhooks and events in your database persisted by NHibernate.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Archon.Webhooks.NHibernate</id>
    <version>0.3.0</version>
    <title>Webhooks.Net NHibernate Integration</title>
    <authors>Archon Information Systems, LLC</authors>
    <owners>Archon Information Systems, LLC</owners>
    <licenseUrl>https://github.com/civicsource/webhooks/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/civicsource/webhooks</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Store your webhooks and events in your database persisted by NHibernate.</description>
    <tags>webhooks webevents events hooks distributed systems</tags>
    <dependencies>
      <dependency id="Archon.Webhooks" version="0.3.0" />
      <dependency id="Archon.WebApi" version="1.1.1" />
      <dependency id="FluentNHibernate" version="2.0.1.0" />
      <dependency id="log4net" version="2.0.3" />
    </dependencies>
  </metadata>
</package>