All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Nothing yet...
0.9.0 - 2018-06-06
- Starting Jobs should now be done before the webhost runs, and not inside Startup's Configure method. Check the Basic sample to learn more.
- Update dependency on aspnetcore to 2.1.
0.8.0 - 2017-11-02
- Support Asp.Net Core 2.0. #6
0.7.0 - 2017-06-08
- SqlServer: Set migration history's table name and schema.
- Services not being disposed correctly after a job execution. #4
0.6.0 - 2017-04-22
- SqlServer: Move to using EFCore to manage internal migrations and connections to the database.