Rename repositories

- Data to EntityFramework
- System.Data.Common to DataCommon
- Microsoft.Data.SQLite to DataCommon.SQLite

This is part of aspnet/Data#131
This commit is contained in:
Brice Lambson 2014-05-05 13:39:14 -07:00
parent 43b02a07b5
commit ed8e904a17
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ var repos='${new Dictionary<string,string> {
{"DataProtection", gitHubUriPrefix + "DataProtection.git"},
{"Identity", gitHubUriPrefix + "Identity.git"},
{"StaticFiles", gitHubUriPrefix + "StaticFiles.git"},
{"System.Data.Common", gitHubUriPrefix + "System.Data.Common.git"},
{"Microsoft.Data.SQLite", gitHubUriPrefix + "Microsoft.Data.SQLite.git"},
{"Data", gitHubUriPrefix + "Data.git"},
{"Data.Common", gitHubUriPrefix + "DataCommon.git"},
{"Data.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"},
{"EntityFramework", gitHubUriPrefix + "EntityFramework.git"},
{"Razor", gitHubUriPrefix + "Razor.git"},
{"Routing", gitHubUriPrefix + "Routing.git"},
{"Hosting", gitHubUriPrefix + "Hosting.git"},