Skip to content

1.8.0

Compare
Choose a tag to compare
@lecaillon lecaillon released this 23 Feb 20:24
· 244 commits to master since this release

Features

  • Full .NET Core 2.0 support.
  • #22 Change build message when evolve.json is not found.
  • #25 Add a new configuration parameter: Evolve.CommandTimeout to set the wait time before terminating the attempt to execute a migration and generating an error. (The default is 30 seconds.).
  • #31 Normalize line endings when calculating checksums. (Thx to @mhelleborg)
  • #36 Support to drop temporal tables in SQL Server
  • New Cake build script.
  • Add new Evolve package integration tests.

Bug fix

  • Fix Linux evolve.json not found for lowercase file name.
  • #28 Fix MSBuild task fails if path contains parentheses.