Changelog History
-
v3.3.2 Changes
February 18, 2019๐ This release only concerns NCrontab.Signed to address issue #48 with release 3.3.1. It has no new functionality, bug fixes or code changes otherwise.
-
v3.3.2-sn Changes
February 18, 2019๐ This release only concerns NCrontab.Signed to address issue #48 with release 3.3.1. It has no new functionality, bug fixes or code changes otherwise.
-
v3.3.1 Changes
February 12, 2019๐ See also NCrontab on NuGet (Signed/Strong-Named).
๐ This is a minor release that adds a specific target for .NET Standard 2.0. It also adds Source Link support for easier debugging as well as (surprise-surprise) source-linking.
๐ There are no new features or functional bug fixes otherwise.
๐ โ ๏ธ The strong named package from this release was flawed (see issue #48) and therefore has been unlisted. Use the one from release 3.3.2 instead.
-
v3.3 Changes
December 21, 2016๐ See also NCrontab on NuGet (Signed/Strong-Named).
๐ This release primarily provides NCrontab as a .NET Standard 1.0 library (see #12 and #19).
๐ There are no new features or functional bug fixes in
NCrontab.dll
.๐ฅ Breaking Changes
NCrontabConsole
is now a .NET Core console application designed to be exclusively run usingdotnet run
ordotnet exec
. -
v3.1 Changes
March 14, 2016๐ See also NCrontab on NuGet (Signed/Strong-Named).
๐ฅ Breaking Change: 3.0 replaces uses of
Converter
withFunc
and therefore requires Microsoft .NET Framework 3.5 as a minimum. This release in addition hidesCrontabFieldImpl
andCrontabFieldAccumulator
to reduce the public API surface as they were always meant to be private implementation details.๐ The 3.x release also makes the library available as a PCL for the following platforms:
- Microsoft .NET Framework 4.5
- ๐ Microsoft Windows 8.0
- ๐ Microsoft Windows Phone 8.1
- ๐ Microsoft Windows Phone Silverlight 8.0
๐ The 3.x releases should also be usable from .NET Core applications on all supported platforms, including Windows, Mac OS X and Linux.
-
v3.0 Changes
March 11, 2016๐ See also NCrontab on NuGet.
๐ฅ Breaking Change: Replaces uses of
Converter
withFunc
and therefore requires Microsoft .NET Framework 3.5 as a minimum.๐ This release also make the library available as a PCL for the following platforms:
- Microsoft .NET Framework 4.5
- ๐ Microsoft Windows 8.0
- ๐ Microsoft Windows Phone 8.1
- ๐ Microsoft Windows Phone Silverlight 8.0
-
v2.0 Changes
August 20, 2015๐ฆ Also available on NuGet
-
v1.0 Changes
August 20, 2015๐ฆ Also available on NuGet
-
v0.2 Changes
August 20, 2015๐ Initial draft release.