Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
lecaillon committed Feb 16, 2020
1 parent 06015cf commit 96eff7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Evolve.Tool/Evolve.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Every time you build your project, it will automatically ensure that your databa
<PackageIconUrl>https://raw.githubusercontent.com/lecaillon/Evolve/master/images/logo128.png</PackageIconUrl>
<RepositoryUrl>https://github.com/lecaillon/Evolve.git</RepositoryUrl>
<PackageTags>evolve flyway dotnet tool sql database migration mysql sqlserver cassandra mariadb sqlite postgresql cockroachdb</PackageTags>
<PackageReleaseNotes>## Features
- #81 Add possibility to execute a migration outside of a transaction (-- evolve-tx-off)
- #123 Enhance the command info with pending and ignored migration
- #162 Upgrade to .NET Core 3.1 Evolve.CLI, Evolve.Tool and the samples

## Bug fix
- #156 Evolve fails if SQL Server current schema is not set
- #157 Drop MySql schema fails on dependent schemas</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 96eff7b

Please sign in to comment.