Evolve 3.2.0-alpha1
See the version list below for details.
dotnet add package Evolve --version 3.2.0-alpha1
NuGet\Install-Package Evolve -Version 3.2.0-alpha1
<PackageReference Include="Evolve" Version="3.2.0-alpha1" />
paket add Evolve --version 3.2.0-alpha1
#r "nuget: Evolve, 3.2.0-alpha1"
// Install Evolve as a Cake Addin
#addin nuget:?package=Evolve&version=3.2.0-alpha1&prerelease
// Install Evolve as a Cake Tool
#tool nuget:?package=Evolve&version=3.2.0-alpha1&prerelease
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 net481 |
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-alpha2 | 198 | 2/28/2023 |
3.2.0-alpha1 | 145 | 1/27/2023 |
3.1.0 | 78,531 | 12/4/2022 |
3.1.0-alpha7 | 5,754 | 5/2/2022 |
3.1.0-alpha6 | 104,737 | 1/11/2022 |
3.1.0-alpha5 | 103 | 1/9/2022 |
3.1.0-alpha4 | 103 | 1/9/2022 |
3.1.0-alpha3 | 136 | 12/13/2021 |
3.1.0-alpha2 | 3,028 | 9/27/2021 |
3.1.0-alpha1 | 1,930 | 4/5/2021 |
3.0.0 | 1,108,576 | 3/21/2021 |
3.0.0-alpha6 | 202 | 3/14/2021 |
3.0.0-alpha5 | 233 | 3/7/2021 |
3.0.0-alpha4 | 200 | 2/19/2021 |
3.0.0-alpha3 | 176 | 2/17/2021 |
3.0.0-alpha2 | 301 | 2/16/2021 |
3.0.0-alpha1 | 158 | 2/15/2021 |
2.4.0 | 593,729 | 2/16/2020 |
2.3.0 | 148,642 | 10/14/2019 |
2.2.0 | 153,809 | 3/23/2019 |
2.1.0 | 115,188 | 2/23/2019 |
2.0.0 | 1,903 | 2/17/2019 |
1.9.0 | 30,813 | 10/10/2018 |
1.8.0 | 62,622 | 2/23/2018 |
1.7.0 | 6,785 | 11/8/2017 |
1.6.0 | 1,630 | 10/17/2017 |
1.5.1 | 2,667 | 9/14/2017 |
1.4.0 | 1,197 | 8/22/2017 |
1.3.2 | 1,592 | 7/11/2017 |
1.3.1 | 1,710 | 7/3/2017 |
1.3.0 | 1,207 | 6/28/2017 |
1.2.0 | 1,330 | 5/21/2017 |
1.1.0 | 1,153 | 4/28/2017 |
1.0.0 | 1,267 | 3/30/2017 |
## Features
- #293 Add timeout for ambient transactions