All Versions
9
Latest Version
Avg Release Cycle
160 days
Latest Release
2036 days ago

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 using dotnet run or dotnet exec.

  • v3.1 Changes

    March 14, 2016

    ๐Ÿ‘€ See also NCrontab on NuGet (Signed/Strong-Named).

    ๐Ÿ’ฅ Breaking Change: 3.0 replaces uses of Converter with Func and therefore requires Microsoft .NET Framework 3.5 as a minimum. This release in addition hides CrontabFieldImpl and CrontabFieldAccumulator 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 with Func 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.