Skip to content

Commit

Permalink
Move to Evolve 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lecaillon committed Nov 8, 2017
1 parent ee940e6 commit 609e5b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Evolve/Evolve.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>netcoreapp1.0;net35;net452;</TargetFrameworks>
<Version>1.6.0</Version>
<Version>1.7.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net35'">
<DefineConstants>NET</DefineConstants>
Expand Down
5 changes: 3 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.6.0</version>
<version>1.7.0</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,8 @@
<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>Add support for cluster configurations.</releaseNotes>
<releaseNotes>Add a new OutOfOrder parameter to Evolve configuration.
Resolve an issue related to .NET 3.5.</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 609e5b1

Please sign in to comment.