From 609e5b1ad0158f5a745ca3e7269cb9fae3be05b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20L=C3=A9caillon?= Date: Wed, 8 Nov 2017 20:57:56 +0100 Subject: [PATCH] Move to Evolve 1.7.0 --- src/Evolve/Evolve.csproj | 2 +- src/Evolve/Evolve.nuspec | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Evolve/Evolve.csproj b/src/Evolve/Evolve.csproj index 11225060..f3b34e8d 100644 --- a/src/Evolve/Evolve.csproj +++ b/src/Evolve/Evolve.csproj @@ -1,7 +1,7 @@  netcoreapp1.0;net35;net452; - 1.6.0 + 1.7.0 NET diff --git a/src/Evolve/Evolve.nuspec b/src/Evolve/Evolve.nuspec index 86a5b887..a3f310ea 100644 --- a/src/Evolve/Evolve.nuspec +++ b/src/Evolve/Evolve.nuspec @@ -2,7 +2,7 @@ Evolve - 1.6.0 + 1.7.0 Philippe Lécaillon Philippe Lécaillon https://github.com/lecaillon/Evolve/blob/master/LICENSE @@ -12,7 +12,8 @@ Database migration tool for .NET. Inspired by Flyway. Evolve is an easy migration tool that uses plain old sql scripts. Its purpose is to automate your database changes, and help keep those changes synchronized through all your environments and developpement teams. Every time you build your project, it will automatically ensure that your database is up-to-date, without having to do anything other than build. Install it and forget it ! - Add support for cluster configurations. + Add a new OutOfOrder parameter to Evolve configuration. +Resolve an issue related to .NET 3.5. Copyright © P.Lécaillon 2017 Evolve Flyway sql database migration database-migration continuous-integration continuous-delivery