ServiceStack.Quartz
# ServiceStack.Quartz [](https://ci.appveyor.com/project/wwwlicious/servicestack-quartz/branch/master) [](https://badge.fury.io/nu/servicestack.quartz) > Easy job scheduling for ServiceStack. ServiceStack.Quartz is a plugin for [ServiceStack](https://servicestack.net/) that provides simple integration with [Quartz.Net](https://www.quartz-scheduler.net/). ## Compatibility |Name|Min Version| |---------|-----------| |.Net Framework|4.5.2| |.Net Standard |2.0 | |ServiceStack|5.x| |Quartz.Net | 3.x | ## Getting Started The plugin is available via [NuGet](https://www.nuget.org/packages/ServiceStack.Quartz/) ```powershell install-package ServiceStack.Quartz ``` If you want to fix a bug or just want to tinker with an idea, we love receiving pull requests! For information on getting starting and using the plugin, see the [documentation site](https://wwwlicious.github.io/ServiceStack.Quartz/) ## Credits * [ServiceStackWithQuartz](https://github.com/CodeRevver/ServiceStackWithQuartz) * [Random names](https://gist.github.com/jesusgoku/7dda3c291229e1280b18) ## Contributions Before contributing, please read the [Contribution Guidelines](https://wwwlicious.github.io/ServiceStack.Quartz/documentation/contributing/)