docs/_posts/2012-04-09-quartznet-2.0-released.md
Quartz.NET 2.0 has finally been released. Quartz.NET 2.0 introduces a new more interfaced based model of operating with the API, lots of performance improvements and bug fixes to issues found in 1.0.x line.
BREAKING CHANGES
OTHER NOTABLE CHANGES
Please see the change log for complete list of changes.
Quartz.NET is also available as NuGet package. You can install it with command:
Install-Package Quartz
This version corresponds to Java Quartz's version 2.1.
Big thanks to Quartz.NET community that has sumbitted pull requests, patches, bug reports and for being so active and making the 2.0 release possible!
There's a first version of migration guide but the tutorial hasn't been updated yet. You can also always check Java Quartz's documentation.
<Download />