fluentscheduler / FluentScheduler

Automated job scheduler with fluent interface for the .NET platform.
Other
2.68k stars 409 forks source link

6.0.0-alpha and 6.0.0-rc #273

Open tallesl opened 4 years ago

tallesl commented 4 years ago

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.

ducalai commented 4 years ago

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

tallesl commented 4 years ago

It's available all right:

dotnet add package FluentScheduler -v 6.0.0-alpha.1
tallesl commented 4 years ago

6.0.0-alpha.2 available:

dotnet add package FluentScheduler -v 6.0.0-alpha.2

Changes:

tallesl commented 4 years ago

6.0.0-alpha.3 available:

dotnet add package FluentScheduler -v 6.0.0-alpha.3

Changes:

thomasrea0113 commented 3 years ago

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

nZeus commented 3 years ago

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

asa75 commented 3 years ago

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 ?

ghost commented 3 years ago

@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.

jasonlaw commented 2 years ago

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