Evolve 3.1.0
See the version list below for details.
dotnet add package Evolve --version 3.1.0
NuGet\Install-Package Evolve -Version 3.1.0
<PackageReference Include="Evolve" Version="3.1.0" />
paket add Evolve --version 3.1.0
#r "nuget: Evolve, 3.1.0"
// Install Evolve as a Cake Addin
#addin nuget:?package=Evolve&version=3.1.0
// Install Evolve as a Cake Tool
#tool nuget:?package=Evolve&version=3.1.0
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 !
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Evolve:
Package | Downloads |
---|---|
GR.CommonsLib.DATA
.Net Commons project for Local Database Sqlite. |
|
Cash2u.Migration.Evolve
Library to add Evolve Migration |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Evolve:
Repository | Stars |
---|---|
lecaillon/Evolve
Database migration tool for .NET and .NET Core projects. Inspired by Flyway.
|
Version | Downloads | Last updated |
---|---|---|
3.2.0-alpha1 | 45 | 1/27/2023 |
3.1.0 | 18,980 | 12/4/2022 |
3.1.0-alpha7 | 4,249 | 5/2/2022 |
3.1.0-alpha6 | 96,792 | 1/11/2022 |
3.1.0-alpha5 | 92 | 1/9/2022 |
3.1.0-alpha4 | 96 | 1/9/2022 |
3.1.0-alpha3 | 126 | 12/13/2021 |
3.1.0-alpha2 | 2,782 | 9/27/2021 |
3.1.0-alpha1 | 1,828 | 4/5/2021 |
3.0.0 | 987,846 | 3/21/2021 |
3.0.0-alpha6 | 195 | 3/14/2021 |
3.0.0-alpha5 | 226 | 3/7/2021 |
3.0.0-alpha4 | 193 | 2/19/2021 |
3.0.0-alpha3 | 167 | 2/17/2021 |
3.0.0-alpha2 | 293 | 2/16/2021 |
3.0.0-alpha1 | 153 | 2/15/2021 |
2.4.0 | 565,678 | 2/16/2020 |
2.3.0 | 145,518 | 10/14/2019 |
2.2.0 | 148,223 | 3/23/2019 |
2.1.0 | 98,695 | 2/23/2019 |
2.0.0 | 1,852 | 2/17/2019 |
1.9.0 | 30,668 | 10/10/2018 |
1.8.0 | 62,335 | 2/23/2018 |
1.7.0 | 6,770 | 11/8/2017 |
1.6.0 | 1,614 | 10/17/2017 |
1.5.1 | 2,651 | 9/14/2017 |
1.4.0 | 1,182 | 8/22/2017 |
1.3.2 | 1,573 | 7/11/2017 |
1.3.1 | 1,694 | 7/3/2017 |
1.3.0 | 1,188 | 6/28/2017 |
1.2.0 | 1,309 | 5/21/2017 |
1.1.0 | 1,141 | 4/28/2017 |
1.0.0 | 1,241 | 3/30/2017 |
## Features
- #218 Add new option -- evolve-repeat-always at the beginning of the script to always execute a repeatable migration
- #220 Add new option MigrationLoader to help you customize the Evolve migration collect process and enable your own specific logic
- #222 Enable quotes in migration name
- #224 Add SQL Server GO delimiter support in SQL comment
- #228 Add new command Validate
- #274 Skip Hidden and System migration files by default
- #262 Allow to set default DBMS in Evolve constructor to skip auto-detection
## Breaking changes
- #245 Rename the namespace Evolve to `EvolveDb` to avoid name collision when using the class Evolve
## Bug fixes
- #252 Fix transaction not completely rolled back with option OutOfOrder
- #253 Fix drop Postgresql objects with dependencies