forked from quartznet/quartznet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
50 lines (32 loc) · 1.72 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
QUARTZ JOB SCHEDULER .NET, release 1.0 RC 3, Sep 6 2008
-----------------------------------------------------------------
http://quartznet.sourceforge.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
---------------
The .NET Framework 3.5 build with support for TimeZoneInfo isn't very thorougly
tested yet. Please perform testing and report any problems you may find.
3. RELEASE INFO
----------------
This is the release candidate 3 for Quartz.NET 1.0. After 0.9.1 release this
release contains the new Quartz.NET server for running jobs so that end user
doesn't need to create the server by hand for tasks. Besides the new server this
release incorporates small bug fixes and minor feature enhancements.
Since 0.9.1 public API has changed towards moving from using long and int values
for time intervals to using more correct .NET Framework provided TimeSpan
structures.
This release also contains .NET Framwork 3.5 compiled build with preliminary
support for TimeZoneInfo for more useful time zone aware CrontTrigger scheduling.
For API documentation, please refer to Quartz.NET site:
http://quartznet.sourceforge.net/apidoc/