Skip to content

Commit

Permalink
Merge pull request #164 from TiagoSoczek/patch-1
Browse files Browse the repository at this point in the history
Only add a space between the code blocks
  • Loading branch information
rowanmiller committed May 17, 2016
2 parents 0bc0cdd + 60ecae7 commit 3f962b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/miscellaneous/rc1-rc2-upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Between RC1 and RC2, we changed from "Entity Framework 7" to "Entity Framework C
Namespaces
----------

Along with package names, namespaces changed from ``Microsoft.Data.Entity.*`` to ``Microsoft.EntityFrameworkCore.*``. You can handle this change with a find/replace of ``using Microsoft.Data.Entity``with ``using Microsoft.EntityFrameworkCore``.
Along with package names, namespaces changed from ``Microsoft.Data.Entity.*`` to ``Microsoft.EntityFrameworkCore.*``. You can handle this change with a find/replace of ``using Microsoft.Data.Entity`` with ``using Microsoft.EntityFrameworkCore``.

Table Naming Convention Changes
-------------------------------
Expand Down

0 comments on commit 3f962b6

Please sign in to comment.