Update documentation to 2.0.0#245
Merged
roji merged 2 commits intonpgsql:masterfrom Oct 8, 2017
teyc:patch-1
Merged
Conversation
and give an example of Npgsql connection string for those who may be unsure
roji
requested changes
Oct 3, 2017
| <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.0.0" /> | ||
| <!-- For scaffolding support --> | ||
| <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.1.0" PrivateAssets="All" /> | ||
| <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.Design" Version="1.1.1" /> |
Member
There was a problem hiding this comment.
This is wrong - there's no more separate design package in 2.0.0, it has been folded into the main package.
roji
pushed a commit
that referenced
this pull request
Oct 8, 2017
* Update documentation to 2.0.0 and give an example of Npgsql connection string for those who may be unsure * Remove Design package as it is folded in
roji
pushed a commit
that referenced
this pull request
Oct 26, 2017
* Update documentation to 2.0.0 and give an example of Npgsql connection string for those who may be unsure * Remove Design package as it is folded in (cherry picked from commit 3e73ace)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
and give an example of Npgsql connection string for those who may be unsure