Evolve 3.2.0-alpha1

This is a prerelease version of Evolve.
There is a newer version of this package available.
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
                    
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="3.2.0-alpha1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Evolve" Version="3.2.0-alpha1" />
                    
Directory.Packages.props
<PackageReference Include="Evolve" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Evolve --version 3.2.0-alpha1
                    
#r "nuget: Evolve, 3.2.0-alpha1"
                    
#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.
#addin nuget:?package=Evolve&version=3.2.0-alpha1&prerelease
                    
Install Evolve as a Cake Addin
#tool nuget:?package=Evolve&version=3.2.0-alpha1&prerelease
                    
Install Evolve as a Cake Tool

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 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.  net9.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (6)

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.

AutoDialerService.Cash2uClient

Package Description

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 3,571 2/1/2024
3.2.0 1,328,246 6/30/2023
3.2.0-alpha2 1,482 2/28/2023
3.2.0-alpha1 1,406 1/27/2023
3.1.0 1,006,779 12/4/2022
3.1.0-alpha7 17,639 5/2/2022
3.1.0-alpha6 105,745 1/11/2022
3.1.0-alpha5 716 1/9/2022
3.1.0-alpha4 726 1/9/2022
3.1.0-alpha3 734 12/13/2021
3.1.0-alpha2 4,053 9/27/2021
3.1.0-alpha1 2,994 4/5/2021
3.0.0 1,990,332 3/21/2021
3.0.0-alpha6 869 3/14/2021
3.0.0-alpha5 902 3/7/2021
3.0.0-alpha4 902 2/19/2021
3.0.0-alpha3 856 2/17/2021
3.0.0-alpha2 949 2/16/2021
3.0.0-alpha1 806 2/15/2021
2.4.0 849,162 2/16/2020
2.3.0 179,940 10/14/2019
2.2.0 208,297 3/23/2019
2.1.0 331,904 2/23/2019
2.0.0 2,734 2/17/2019
1.9.0 32,562 10/10/2018
1.8.0 66,882 2/23/2018
1.7.0 9,189 11/8/2017
1.6.0 2,484 10/17/2017
1.5.1 3,508 9/14/2017
1.4.0 2,006 8/22/2017
1.3.2 2,524 7/11/2017
1.3.1 2,571 7/3/2017
1.3.0 2,024 6/28/2017
1.2.0 2,285 5/21/2017
1.1.0 2,046 4/28/2017
1.0.0 3,124 3/30/2017

## Features
- #293 Add timeout for ambient transactions