Cronos v0.7.0 Release Notes
Release Date: 2018-08-27 // over 6 years ago-
๐ Release Notes
๐ The goal of this release is to make the library native to .NET Standard 2.0 by removing the
NETStandard.Library
dependency โ this will heavily reduce the number of installed packages. There are no new features or bug fixes, so it's more like a maintenance release.- โ Added โ Explicit
netstandard2.0
targeting to not to install any dependencies in .NET Core applications. - ๐ Changed โ
NETStandard.Library
dependency bumped to version1.6.1
innetstandard1_0
target. - ๐ Changed โ Removed the use of .NET's internal
AdjustmentRule
class because it works differently on Linux with .NET Core 2.X and causes issues.
- โ Added โ Explicit
Previous changes from v0.6.3
-
๐ Release Notes
๐ Important bugs were fixed in this release!
- ๐ Fixed โ
CronExpression.GetOccurrences
skip an occurrence when Daylight Saving Time ends (the clocks jump backward). - ๐ Fixed โ Sometimes
CronExpression.GetOccurrences
goes into infinite loop when Daylight Saving Time ends.
- ๐ Fixed โ