From ed8e904a17c2f1cbb0ea2a1e7b18afd691df26ae Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Mon, 5 May 2014 13:39:14 -0700 Subject: [PATCH] Rename repositories - Data to EntityFramework - System.Data.Common to DataCommon - Microsoft.Data.SQLite to DataCommon.SQLite This is part of aspnet/Data#131 --- makefile.shade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile.shade b/makefile.shade index be98de0013..3e3ac0c9f6 100644 --- a/makefile.shade +++ b/makefile.shade @@ -24,9 +24,9 @@ var repos='${new Dictionary { {"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"},