quartz.impl.mongodb.actually-updated by Renaud Calmont

<PackageReference Include="quartz.impl.mongodb.actually-updated" Version="1.4.1" />

 quartz.impl.mongodb.actually-updated 1.4.1

Quartz.NET with configuration for getting started quickly on a MongoDB database as the job store. NB requires manual configuration (see project site). Version 1.3 fixes some bugs thank to contributors and follows dependencies updates.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>quartz.impl.mongodb.actually-updated</id>
    <version>1.4.1</version>
    <title>UPDATED Quartz.NET on MongoDB</title>
    <authors>Renaud Calmont</authors>
    <owners>Brant Wheeler</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>https://github.com/Nanoko/quartznet-mongodb</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Quartz.NET with configuration for getting started quickly on a MongoDB database as the job store. NB requires manual configuration (see project site). Version 1.3 fixes some bugs thank to contributors and follows dependencies updates.</description>
    <summary>Quartz.NET with configuration for getting started quickly on a MongoDB database as the job store. NB requires manual configuration (see project site).</summary>
    <language>en-US</language>
    <tags>nosql mongodb quartz scheduler</tags>
    <dependencies>
      <dependency id="quartz" version="2.1.2" />
      <dependency id="mongocsharpdriver" version="1.7" />
    </dependencies>
  </metadata>
</package>