Skip to content

valeriob/quartznet

 
 

Repository files navigation

QUARTZ JOB SCHEDULER .NET, 2.0, Apr 9, 2012
-----------------------------------------------------------------

http://www.quartz-scheduler.net/

1. INTRODUCTION
----------------

This is the README file for Quartz.NET, .NET port of Java Quartz.

Quartz.NET is an opensource project aimed at creating a
free-for-commercial use Job Scheduler, with 'enterprise' features.

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 at 
 
    http://www.apache.org/licenses/LICENSE-2.0 

Also, to keep the legal people happy:

    This product includes software developed by the
    Apache Software Foundation (http://www.apache.org/)


2. KNOWN ISSUES
---------------

No known issues at the moment.


3. RELEASE INFO
----------------

This release corresponds to Java Quartz version 2.1.

This version is a major overhaul of of Quartz(.NET) 1.x codebase. Now
code is more unit testing friendly (more interfaces) and API is based
on generics and .NET 3.5 SP1 features like DateTimeOffset.

For API documentation, please refer to Quartz.NET site: 

   http://www.quartz-scheduler.net/apidoc/