Cronos by Andrey Dorokhov, Sergey Odinokov

<PackageReference Include="Cronos" Version="0.1.0" />

 Cronos 0.1.0

Cronos is free, open source library to calculate next execution time based on cron expression comprising five or six fields. Handle the transition from standard time to daylight saving time. Support non-standard characters such as L, W, #, ?.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Cronos</id>
    <version>0.1.0</version>
    <authors>Andrey Dorokhov, Sergey Odinokov</authors>
    <owners>Andrey Dorokhov, Sergey Odinokov</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.github.com/HangfireIO/Cronos/master/LICENSE</licenseUrl>
    <description>Cronos is free, open source library to calculate next execution time based on cron expression comprising five or six fields. Handle the transition from standard time to daylight saving time. Support non-standard characters such as L, W, #, ?.</description>
    <copyright>Copyright © 2016-2017 Andrey Dorokhov.</copyright>
    <tags>Cronos Cron Scheduler Recurring Jobs Tasks</tags>
    <dependencies>
      <group targetFramework=".NETStandard1.0">
        <dependency id="NETStandard.Library" version="1.6.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>