Evolve.MSBuild.Windows.x64
2.4.0
dotnet add package Evolve.MSBuild.Windows.x64 --version 2.4.0
NuGet\Install-Package Evolve.MSBuild.Windows.x64 -Version 2.4.0
<PackageReference Include="Evolve.MSBuild.Windows.x64" Version="2.4.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
paket add Evolve.MSBuild.Windows.x64 --version 2.4.0
#r "nuget: Evolve.MSBuild.Windows.x64, 2.4.0"
// Install Evolve.MSBuild.Windows.x64 as a Cake Addin
#addin nuget:?package=Evolve.MSBuild.Windows.x64&version=2.4.0
// Install Evolve.MSBuild.Windows.x64 as a Cake Tool
#tool nuget:?package=Evolve.MSBuild.Windows.x64&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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- Microsoft.Build.Utilities.Core (>= 15.9.20)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
## 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