Skip to content

Commit

Permalink
* README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrahhal authored Oct 7, 2016
1 parent 73500ef commit 9902885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ I'm aware that I should have aligned the version of `Migrator.EF6.Tools` to the
The `1.0.*` releases align with .NET Core tooling `1.0.0-preview2`.

#### `1.0.6`
- Support overriding the connection string from the command line through the `-cs` option. This way you won't have to hard code the string inside the `DbContext`.
- Support overriding the connection string from the command line through the `-cs` option. This way you won't have to hard code the string inside the `DbContext`. [#28](https://github.com/mrahhal/Migrator.EF6/issues/28)

#### `1.0.5`
- Support multiple `DbContext`s in the same project by using the `-c` option to specify which one to target. [#27](https://github.com/mrahhal/Migrator.EF6/issues/27)
Expand Down

0 comments on commit 9902885

Please sign in to comment.