You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 7 години
1234567891011121314151617181920212223
  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](http://keepachangelog.com/)
  4. and this project adheres to [Semantic Versioning](http://semver.org/).
  5. ## [Unreleased]
  6. _Nothing yet..._
  7. ## [0.7.0] - 2017-06-08
  8. ### Changed
  9. - SqlServer: Set migration history's table name and schema.
  10. ### Fixed
  11. - Services not being disposed correctly after a job execution. [#4](https://github.com/mrahhal/MR.AspNetCore.Jobs/issues/4)
  12. ## [0.6.0] - 2017-04-22
  13. ### Changed
  14. - SqlServer: Move to using EFCore to manage internal migrations and connections to the database.
  15. [Unreleased]: https://github.com/mrahhal/MR.AspNetCore.Jobs/compare/0.7.0...HEAD
  16. [0.7.0]: https://github.com/mrahhal/MR.AspNetCore.Jobs/compare/0.6.0...0.7.0
  17. [0.6.0]: https://github.com/mrahhal/MR.AspNetCore.Jobs/compare/0.5.0...0.6.0