Files
git.stella-ops.org/.nuget/packages/cronos/0.10.0/Cronos.nuspec
2025-11-18 22:28:20 +02:00

30 lines
1.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Cronos</id>
<version>0.10.0</version>
<title>Cronos</title>
<authors>Andrey Dorokhov, Sergey Odinokov</authors>
<owners>HangfireIO, odinserj</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>icon.png</icon>
<readme>README.md</readme>
<projectUrl>https://github.com/HangfireIO/Cronos</projectUrl>
<description>A fully-featured .NET library for parsing cron expressions and calculating next occurrences that was designed with time zones in mind and correctly handles daylight saving time transitions.</description>
<releaseNotes>https://github.com/HangfireIO/Cronos/releases</releaseNotes>
<copyright>Copyright © 20162025 Hangfire OÜ.</copyright>
<tags>Cronos Cron Recurring</tags>
<repository type="git" url="https://github.com/HangfireIO/Cronos.git" commit="d63de9568d5809f1296a36540d1b6163ce480099" />
<dependencies>
<group targetFramework=".NETFramework4.0" />
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETStandard1.0">
<dependency id="NETStandard.Library" version="1.6.1" />
</group>
<group targetFramework=".NETStandard2.0" />
<group targetFramework="net6.0" />
</dependencies>
</metadata>
</package>