# quartznet **Repository Path**: chenhome/quartznet ## Basic Information - **Project Name**: quartznet - **Description**: No description available - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-06 - **Last Updated**: 2022-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Downloads](https://img.shields.io/nuget/dt/Quartz)](#) [![Build status](https://ci.appveyor.com/api/projects/status/d9ahvu9u77qjhx9r/branch/master?svg=true)](https://ci.appveyor.com/project/lahma/quartznet-6fcn8/branch/master) [![NuGet](http://img.shields.io/nuget/v/Quartz.svg)](https://www.nuget.org/packages/Quartz/) [![NuGet pre-release](http://img.shields.io/nuget/vpre/Quartz.svg)](https://www.nuget.org/packages/Quartz/) [![MyGet pre-release](https://img.shields.io/myget/quartznet/vpre/Quartz)](#) [![Join the chat at https://gitter.im/quartznet/quartznet](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/quartznet/quartznet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) # Quartz.NET - Enterprise Job Scheduler Please visit [https://www.quartz-scheduler.net/](https://www.quartz-scheduler.net/) for up to date news and documentation. ## Compatibility Quartz.NET supports .NET Core/netstandard 2.0 and .NET Framework 4.6.1 and later. ## Installation * [Stable builds from NuGet](https://www.nuget.org/packages?q=owner%3AQuartz.NET) * Pre-release builds from MyGet feed: https://www.myget.org/F/quartznet/api/v3/index.json ## Building * You can build the code by running `build.cmd` (Windows) or `build.sh` (*nix platform) * You need MSBuild 16 and .NET Core SDK 5.0 to build - easiest to [download Visual Studio 2019 Community](https://www.visualstudio.com/downloads/) * You need Visual Studio 2019 to open the solution, [Community version](https://www.visualstudio.com/downloads/) should suffice ## Acknowledgements Following components are being used by core Quartz: * [LibLog](https://github.com/damianh/LibLog) (MIT) as bridge between different logging frameworks ## License Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License [here](http://www.apache.org/licenses/LICENSE-2.0). For API documentation, please refer to [Quartz.NET site](http://quartznet.sourceforge.net/apidoc/3.0/html/).