Skip to content

Releases: atifaziz/NCrontab

3.3.3

31 Aug 18:36
Compare
Choose a tag to compare

See also NCrontab on NuGet (Signed/Strong-Named).

This is a bug fix release and otherwise contains no new features or changes.

What's Changed

Full Changelog: v3.3.2-sn...v3.3.3

3.3.2 (strong-named only)

18 Feb 08:39
Compare
Choose a tag to compare

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.

3.3.1

12 Feb 19:51
b6659e4
Compare
Choose a tag to compare

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.

3.3

21 Dec 15:31
Compare
Choose a tag to compare
3.3

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.

3.2

20 Oct 07:03
Compare
Choose a tag to compare
3.2

See also NCrontab on NuGet (Signed/Strong-Named).

Fixes the following issues:

  • #16: Wrong schedule when a crontab field is of the form N/1; remaining values of that field were being ignored.
  • CrontabSchedule.TryParse doesn't throw if given a null string reference as input.

3.1

14 Mar 09:04
Compare
Choose a tag to compare
3.1

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.

3.0

11 Mar 18:17
Compare
Choose a tag to compare
3.0

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

2.0

20 Aug 17:20
Compare
Choose a tag to compare

1.0

20 Aug 17:20
Compare
Choose a tag to compare

0.2

20 Aug 17:19
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

Initial draft release.