Skip to content

Commit

Permalink
Change version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lecaillon committed Jul 11, 2017
1 parent 15b4cfb commit d073e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Evolve/Evolve.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Evolve</id>
<version>1.3.1</version>
<version>1.3.2</version>
<authors>Philippe Lécaillon</authors>
<owners>Philippe Lécaillon</owners>
<licenseUrl>https://github.com/lecaillon/Evolve/blob/master/LICENSE</licenseUrl>
Expand All @@ -12,7 +12,7 @@
<summary>Database migration tool for .NET. Inspired by Flyway.</summary>
<description>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 !</description>
<releaseNotes>Change Evolve default command: DoNothing as default action (instead of Migrate).</releaseNotes>
<releaseNotes>Fix database driver load for .NET Core web projects.</releaseNotes>
<copyright>Copyright © P.Lécaillon 2017</copyright>
<tags>Evolve Flyway sql database migration database-migration continuous-integration continuous-delivery</tags>
<dependencies>
Expand Down

0 comments on commit d073e14

Please sign in to comment.