FluentScheduler icon indicating copy to clipboard operation
FluentScheduler copied to clipboard

6.0.0-alpha and 6.0.0-rc

Open tallesl opened this issue 5 years ago • 9 comments

Hi folks,

There's a 6.0.0-alpha.1 version on NuGet for anyone curious to use what's been sitting on the ~~redesign~~ version-6 branch.

It's by all means an alpha, we can add or remove functionality without prior warning, not to mention the current lack of testing. Needless to say that using it in production is strongly unadvised.

When we get comfortable with its scope, it will be "promoted" to 6.0.0-rc.1 (release candidate). This will mean that the API it's pretty much fixed, nothing to be added or removed, just testing and bug fixing.

After all that, it's prime time, a proper 6.0.0 version and back to work on ~~master~~ main branch.

tallesl avatar Apr 15 '20 03:04 tallesl

6.0.0-alpha no more available on NuGet? Are there any issues?

ducalai avatar Apr 27 '20 12:04 ducalai

It's available all right:

dotnet add package FluentScheduler -v 6.0.0-alpha.1

tallesl avatar Apr 27 '20 18:04 tallesl

6.0.0-alpha.2 available:

dotnet add package FluentScheduler -v 6.0.0-alpha.2

Changes:

  • Accepting seconds on cron expressions (thanks @YZahringer).
  • Removed month related methods OnTheFirst, Second, Third and Fourth.
  • Fixed missing xml comment warning.

tallesl avatar May 03 '20 20:05 tallesl

6.0.0-alpha.3 available:

dotnet add package FluentScheduler -v 6.0.0-alpha.3

Changes:

  • Accepting async function on schedule creation (thanks @mariuszjamro).

tallesl avatar May 05 '20 16:05 tallesl

https://github.com/fluentscheduler/FluentScheduler/issues/263

I'm hoping there's a play to resolve this issue as well. It's key bit of functionality for me

thomasrea0113 avatar Dec 07 '20 19:12 thomasrea0113

Hi, I see the new versions have been unlisted from Nuget. Are there any plans to release the new version?

nZeus avatar Jan 23 '21 20:01 nZeus

We are currently using version alpha.3 and we are satisfied with it. Do you have some plan for a release date of version 6 ?

asa75 avatar Sep 24 '21 08:09 asa75

@asa75 Thank you for confirming that alpha.3 is good enough, I'll install it too. And I'm joining him, when will there be an official release of version 6? Thanks.

ghost avatar Sep 27 '21 13:09 ghost

Any update for the release of version 6? Looks like the alpha.3 has been unlisted, any reason?

jasonlaw avatar May 23 '22 07:05 jasonlaw