Evolve 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Evolve --version 1.0.0                
NuGet\Install-Package Evolve -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Evolve" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Evolve --version 1.0.0                
#r "nuget: Evolve, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Evolve as a Cake Addin
#addin nuget:?package=Evolve&version=1.0.0

// Install Evolve as a Cake Tool
#tool nuget:?package=Evolve&version=1.0.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 Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.

NuGet packages (5)

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.

AutoDialerService.Cash2uClient

Package Description

Flowsy.Db.Conventions

Provides wrapper extensions for Dapper to set naming and formatting conventions for database objects like tables, columns, routines and parameters.

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.3.0-alpha1 1,143 2/1/2024
3.2.0 695,943 6/30/2023
3.2.0-alpha2 1,452 2/28/2023
3.2.0-alpha1 1,245 1/27/2023
3.1.0 793,928 12/4/2022
3.1.0-alpha7 16,579 5/2/2022
3.1.0-alpha6 105,690 1/11/2022
3.1.0-alpha5 662 1/9/2022
3.1.0-alpha4 681 1/9/2022
3.1.0-alpha3 703 12/13/2021
3.1.0-alpha2 4,011 9/27/2021
3.1.0-alpha1 2,866 4/5/2021
3.0.0 1,826,298 3/21/2021
3.0.0-alpha6 833 3/14/2021
3.0.0-alpha5 866 3/7/2021
3.0.0-alpha4 864 2/19/2021
3.0.0-alpha3 821 2/17/2021
3.0.0-alpha2 914 2/16/2021
3.0.0-alpha1 765 2/15/2021
2.4.0 815,089 2/16/2020
2.3.0 170,960 10/14/2019
2.2.0 196,370 3/23/2019
2.1.0 243,794 2/23/2019
2.0.0 2,578 2/17/2019
1.9.0 32,250 10/10/2018
1.8.0 65,969 2/23/2018
1.7.0 9,020 11/8/2017
1.6.0 2,318 10/17/2017
1.5.1 3,381 9/14/2017
1.4.0 1,890 8/22/2017
1.3.2 2,352 7/11/2017
1.3.1 2,455 7/3/2017
1.3.0 1,910 6/28/2017
1.2.0 2,045 5/21/2017
1.1.0 1,901 4/28/2017
1.0.0 2,810 3/30/2017

Initial release. Supported database: SQL Server, PostgreSQL, SQLite.