FluentMigrator.Console by Josh Coffman, Tom Marien, Mark Junker

<PackageReference Include="FluentMigrator.Console" Version="5.2.0" />

Package Files

145,725,630 bytes

 FluentMigrator.Console 5.2.0

FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>FluentMigrator.Console</id>
    <version>5.2.0</version>
    <authors>Josh Coffman, Tom Marien, Mark Junker</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/fluentmigrator/fluentmigrator/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/fluentmigrator/fluentmigrator/wiki/</projectUrl>
    <iconUrl>https://github.com/fluentmigrator/fluentmigrator/raw/develop/docs/logo.png</iconUrl>
    <description>FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version.
In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.</description>
    <summary>FluentMigrator is a database migration framework for .NET written in C#.</summary>
    <releaseNotes>https://github.com/fluentmigrator/fluentmigrator/releases</releaseNotes>
    <language>en-US</language>
  </metadata>
</package>