Evolve.Tool 3.3.0-alpha1

This is a prerelease version of Evolve.Tool.
dotnet tool install --global Evolve.Tool --version 3.3.0-alpha1
                    
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.3.0-alpha1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Evolve.Tool&version=3.3.0-alpha1&prerelease
                    
nuke :add-package Evolve.Tool --version 3.3.0-alpha1
                    

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 net7.0 is compatible.  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 is compatible.  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.  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. 
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 17,285 2/1/2024
3.2.0 77,606 6/30/2023
3.2.0-alpha2 393 2/28/2023
3.2.0-alpha1 366 1/27/2023
3.1.0 20,748 12/4/2022
3.1.0-alpha7 8,802 5/2/2022
3.1.0-alpha6 1,477 1/11/2022
3.1.0-alpha5 441 1/9/2022
3.1.0-alpha4 445 1/9/2022
3.1.0-alpha3 424 12/13/2021
3.1.0-alpha2 1,921 9/27/2021
3.1.0-alpha1 333 4/5/2021
3.0.0 55,091 3/21/2021
3.0.0-alpha6 388 3/14/2021
3.0.0-alpha5 397 3/7/2021
3.0.0-alpha4 339 2/19/2021
3.0.0-alpha3 357 2/17/2021
3.0.0-alpha2 382 2/17/2021
2.4.0 6,975 2/16/2020
2.3.0 1,145 11/3/2019

## Features
- Add .NET 8 support, drop .NET 6 support
- Replace System.Data.SqlClient by Microsoft.Data.SqlClient