Evolve.Tool
3.0.0-alpha3
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Core 3.1
This package targets .NET Core 3.1. The package is compatible with this framework or higher.
This is a prerelease version of Evolve.Tool.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global Evolve.Tool --version 3.0.0-alpha3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Evolve.Tool --version 3.0.0-alpha3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Evolve.Tool&version=3.0.0-alpha3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Evolve.Tool --version 3.0.0-alpha3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 is compatible. 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 | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
3.3.0-alpha1 | 2,488 | 2/1/2024 |
3.2.0 | 42,531 | 6/30/2023 |
3.2.0-alpha2 | 316 | 2/28/2023 |
3.2.0-alpha1 | 286 | 1/27/2023 |
3.1.0 | 17,576 | 12/4/2022 |
3.1.0-alpha7 | 6,461 | 5/2/2022 |
3.1.0-alpha6 | 1,381 | 1/11/2022 |
3.1.0-alpha5 | 339 | 1/9/2022 |
3.1.0-alpha4 | 341 | 1/9/2022 |
3.1.0-alpha3 | 313 | 12/13/2021 |
3.1.0-alpha2 | 1,833 | 9/27/2021 |
3.1.0-alpha1 | 234 | 4/5/2021 |
3.0.0 | 54,060 | 3/21/2021 |
3.0.0-alpha6 | 292 | 3/14/2021 |
3.0.0-alpha5 | 293 | 3/7/2021 |
3.0.0-alpha4 | 233 | 2/19/2021 |
3.0.0-alpha3 | 251 | 2/17/2021 |
3.0.0-alpha2 | 264 | 2/17/2021 |
2.4.0 | 6,764 | 2/16/2020 |
2.3.0 | 955 | 11/3/2019 |
## Features
- #196 Drop support of netcoreapp2.2 for net5.0
- #187 Add new option : RetryRepeatableMigrationsUntilNoError
## Fix
- #203 Fix Evolve fails to erase SQL Server functions and computed columns WITH SCHEMABINDING that depends on each other