Evolve 3.4.0-alpha1
dotnet add package Evolve --version 3.4.0-alpha1
NuGet\Install-Package Evolve -Version 3.4.0-alpha1
<PackageReference Include="Evolve" Version="3.4.0-alpha1" />
<PackageVersion Include="Evolve" Version="3.4.0-alpha1" />
<PackageReference Include="Evolve" />
paket add Evolve --version 3.4.0-alpha1
#r "nuget: Evolve, 3.4.0-alpha1"
#:package Evolve@3.4.0-alpha1
#addin nuget:?package=Evolve&version=3.4.0-alpha1&prerelease
#tool nuget:?package=Evolve&version=3.4.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 Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- No dependencies.
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Evolve:
Package | Downloads |
---|---|
Cash2u.Migration.Evolve
Library to add Evolve Migration |
|
GR.CommonsLib.DATA
.Net Commons project for Local Database Sqlite. |
|
Flowsy.Db.Sql
Components for managing connections for SQL databases and perform related operations through database transactions. |
|
Flowsy.Db.Conventions
Provides wrapper extensions for Dapper to set naming and formatting conventions for database objects like tables, columns, routines and parameters. |
|
InnoAndLogic.Persistence
A library for database persistence and migrations using PostgreSQL. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
3.4.0-alpha1 | 55 | 9/30/2025 |
3.3.0-alpha1 | 6,584 | 2/1/2024 |
3.2.0 | 1,903,540 | 6/30/2023 |
3.2.0-alpha2 | 1,561 | 2/28/2023 |
3.2.0-alpha1 | 1,671 | 1/27/2023 |
3.1.0 | 1,187,193 | 12/4/2022 |
3.1.0-alpha7 | 17,779 | 5/2/2022 |
3.1.0-alpha6 | 105,827 | 1/11/2022 |
3.1.0-alpha5 | 815 | 1/9/2022 |
3.1.0-alpha4 | 823 | 1/9/2022 |
3.1.0-alpha3 | 815 | 12/13/2021 |
3.1.0-alpha2 | 4,149 | 9/27/2021 |
3.1.0-alpha1 | 3,096 | 4/5/2021 |
3.0.0 | 2,107,436 | 3/21/2021 |
3.0.0-alpha6 | 965 | 3/14/2021 |
3.0.0-alpha5 | 1,008 | 3/7/2021 |
3.0.0-alpha4 | 1,002 | 2/19/2021 |
3.0.0-alpha3 | 955 | 2/17/2021 |
3.0.0-alpha2 | 1,047 | 2/16/2021 |
3.0.0-alpha1 | 895 | 2/15/2021 |
2.4.0 | 863,507 | 2/16/2020 |
2.3.0 | 185,398 | 10/14/2019 |
2.2.0 | 213,480 | 3/23/2019 |
2.1.0 | 378,870 | 2/23/2019 |
2.0.0 | 2,877 | 2/17/2019 |
1.9.0 | 32,807 | 10/10/2018 |
1.8.0 | 67,794 | 2/23/2018 |
1.7.0 | 9,566 | 11/8/2017 |
1.6.0 | 2,726 | 10/17/2017 |
1.5.1 | 3,692 | 9/14/2017 |
1.4.0 | 2,190 | 8/22/2017 |
1.3.2 | 2,780 | 7/11/2017 |
1.3.1 | 2,752 | 7/3/2017 |
1.3.0 | 2,198 | 6/28/2017 |
1.2.0 | 2,615 | 5/21/2017 |
1.1.0 | 2,227 | 4/28/2017 |
1.0.0 | 3,400 | 3/30/2017 |
## Features
- Add .NET 9 support, drop .NET 8 support
- Remove support for netstandard2.0