Evolve.Tool
2.4.0
See the version list below for details.
dotnet tool install --global Evolve.Tool --version 2.4.0
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Evolve.Tool --version 2.4.0
#tool dotnet:?package=Evolve.Tool&version=2.4.0
nuke :add-package Evolve.Tool --version 2.4.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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
3.3.0-alpha1 | 2,664 | 2/1/2024 |
3.2.0 | 43,287 | 6/30/2023 |
3.2.0-alpha2 | 319 | 2/28/2023 |
3.2.0-alpha1 | 289 | 1/27/2023 |
3.1.0 | 17,734 | 12/4/2022 |
3.1.0-alpha7 | 6,491 | 5/2/2022 |
3.1.0-alpha6 | 1,384 | 1/11/2022 |
3.1.0-alpha5 | 342 | 1/9/2022 |
3.1.0-alpha4 | 344 | 1/9/2022 |
3.1.0-alpha3 | 316 | 12/13/2021 |
3.1.0-alpha2 | 1,836 | 9/27/2021 |
3.1.0-alpha1 | 237 | 4/5/2021 |
3.0.0 | 54,116 | 3/21/2021 |
3.0.0-alpha6 | 295 | 3/14/2021 |
3.0.0-alpha5 | 296 | 3/7/2021 |
3.0.0-alpha4 | 236 | 2/19/2021 |
3.0.0-alpha3 | 254 | 2/17/2021 |
3.0.0-alpha2 | 267 | 2/17/2021 |
2.4.0 | 6,767 | 2/16/2020 |
2.3.0 | 958 | 11/3/2019 |
## Features
- #81 Add possibility to execute a migration outside of a transaction (-- evolve-tx-off)
- #123 Enhance the command info with pending and ignored migration
- #162 Upgrade to .NET Core 3.1 Evolve.CLI, Evolve.Tool and the samples
## Bug fix
- #156 Evolve fails if SQL Server current schema is not set
- #157 Drop MySql schema fails on dependent schemas