Skip to content

Commit

Permalink
3.0 alpha 2 release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Aug 24, 2016
1 parent c8844c5 commit c23a90f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions changelog.txt
Expand Up @@ -2,12 +2,12 @@ QUARTZ.NET CHANGELOG
==============================
http://www.quartz-scheduler.net

Release 3.0 alpha 2, xxx x 2016
Release 3.0 alpha 2, Aug 24 2016
--------------------------------

FIXES

* fix schduler signaling not working with AdoJobStore
* fix scheduler signaling not working with AdoJobStore due to thread local storage
* thread local state removed altogether
* quartz.serializer.type was required even though non-serializing RAMJobStore was in use
* JSON serialization incorrectly called serialization callbacks
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
@@ -1,4 +1,4 @@
QUARTZ JOB SCHEDULER .NET, 3.0-alpha, Aug 16, 2016
QUARTZ JOB SCHEDULER .NET, 3.0 alpha 2, Aug 24, 2016
-----------------------------------------------------------------

http://www.quartz-scheduler.net/
Expand Down
2 changes: 1 addition & 1 deletion src/Quartz.Serialization.Json/project.json
@@ -1,5 +1,5 @@
{
"version": "3.0.0-alpha1-*",
"version": "3.0.0-alpha2-*",
"title": "Quartz.NET JSON Serialization",
"description": "Quartz.NET JSON Serialization Support",
"copyright": "Copyright Marko Lahma",
Expand Down
2 changes: 1 addition & 1 deletion src/Quartz/project.json
@@ -1,5 +1,5 @@
{
"version": "3.0.0-alpha1-*",
"version": "3.0.0-alpha2-*",
"title": "Quartz.NET",
"description": "Quartz.NET Scheduling Framework for .NET Platform",
"copyright": "Copyright Marko Lahma",
Expand Down

0 comments on commit c23a90f

Please sign in to comment.