Releases: HangfireIO/Cronos
Releases · HangfireIO/Cronos
0.13.0
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
Release Notes
Added – Add support for retrieving previous occurrences in Cron expressions (#90 by @israellot ).
0.12.0
Compare
Sorry, something went wrong.
No results found
Immutable
release. Only release title and notes can be modified.
0.11.1
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed – Make CronExpression equality operators accept null without triggering nullable warnings (#87 by @Nechepso ).
0.11.0
Compare
Sorry, something went wrong.
No results found
Release Notes
Breaking – Sign all the assemblies with a strong name.
Added – Enable nullable reference types feature.
Project – Change how versioning is implemented in projects.
0.10.0
Compare
Sorry, something went wrong.
No results found
Release Notes
Changed – Removed year 2499 limitation and added tests for max value edge cases (PR #80 by @DevJasperNL ).
Fixed – Bug finding occurrence with 0 ticks (PR #77 by @DevJasperNL ).
0.9.0
Compare
Sorry, something went wrong.
No results found
Release Notes
Added – net6.0 platform with trimmable support and enabled analyzers.
Fixed – Don't throw ArgumentNullException from Parse/TryParse with an empty value (#70 ).
Fixed – CronFormatException.Message has duplicated BaseMessage (#74 ).
Project – Upgrade Hangfire.Build to version 0.5.0 for faster builds.
0.8.4
Compare
Sorry, something went wrong.
No results found
Release Notes
Project – Add an icon for the NuGet package.
0.8.3
Compare
Sorry, something went wrong.
No results found
Release Notes
Project – Sign NuGet package and assemblies with a company certificate and add HangfireIO owner.
Project – Enable required signature validation mode when restoring packages.
Project – Migrate to the Hangfire.Build system to be consistent with other projects.
0.8.2
Compare
Sorry, something went wrong.
No results found
Release Notes
Changed – Disable deterministic source paths for source link to work better when merged using ILRepack.
0.8.1
Compare
Sorry, something went wrong.
No results found
Release Notes
Project – Don't embed full source code into assemblies to reduce package size by ~50%.