SharpMigrations by André Carlucci

<PackageReference Include="SharpMigrations" Version="0.19.0" />

 SharpMigrations 0.19.0

Sharp migrations is a framework to help you deal with database changes and versioning over time. The idea comes from the excellent Ruby on Rails migrations and it is the best way to alter your database in a structured and organised manner.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>SharpMigrations</id>
    <version>0.19</version>
    <title>Database Migration Framework for C#</title>
    <authors>André Carlucci</authors>
    <owners />
    <projectUrl>http://sharpmigrations.codeplex.com/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Sharp migrations is a framework to help you deal with database changes and versioning over time. The idea comes from the excellent Ruby on Rails migrations and it is the best way to alter your database in a structured and organised manner.</description>
    <releaseNotes />
    <tags>migrations, database-migrations, database, c#</tags>
    <dependencies>
      <dependency id="log4net" version="1.2.11" />
    </dependencies>
  </metadata>
</package>