Skip to content

Commit d6b03f6

Browse files
committed
Revert changes to project names as this conflicts with RepoDb names in Nuget (forgot about that); now projects all more consistently use the original RepoDbExtensions prefix on the file, folder, and project names; still no changes to namespaces.
1 parent 1477c6c commit d6b03f6

File tree

50 files changed

+16
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+16
-16
lines changed

GraphQL.RepoDb.SqlServer/GraphQL.RepoDb.SqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<ItemGroup>
6767
<ProjectReference Include="..\GraphQL.ResolverProcessingExtensions\GraphQL.ResolverProcessingExtensions.csproj" />
68-
<ProjectReference Include="..\RepoDb.SqlServer.PagingOperations\RepoDb.SqlServer.PagingOperations.csproj" />
68+
<ProjectReference Include="..\RepoDbExtensions.SqlServer.PagingOperations\RepoDbExtensions.SqlServer.PagingOperations.csproj" />
6969
</ItemGroup>
7070

7171
</Project>

GraphQL.RepoDb.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StarWars-AzureFunctions-Rep
1313
EndProject
1414
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GraphQL.ResolverProcessingExtensions.Tests", "GraphQL.ResolverProcessingExtensions.Tests\GraphQL.ResolverProcessingExtensions.Tests.csproj", "{2334C956-DC54-4A52-8277-0FA6A269C330}"
1515
EndProject
16-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoDb.SqlServer.PagingOperations", "RepoDb.SqlServer.PagingOperations\RepoDb.SqlServer.PagingOperations.csproj", "{8CCDB80F-5C51-475A-A28F-0FAD001A1540}"
16+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoDbExtensions.SqlServer.PagingOperations", "RepoDbExtensions.SqlServer.PagingOperations\RepoDbExtensions.SqlServer.PagingOperations.csproj", "{8CCDB80F-5C51-475A-A28F-0FAD001A1540}"
1717
EndProject
1818
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RepoDb Extensions", "RepoDb Extensions", "{B206CD28-5ED8-48AF-89AB-558208CCAC18}"
1919
EndProject
20-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoDb.SqlServer.PagingOperations.Tests", "RepoDb.SqlServer.PagingOperations.Tests\RepoDb.SqlServer.PagingOperations.Tests.csproj", "{B2806638-C496-469B-8E8E-DC855E735643}"
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoDbExtensions.SqlServer.PagingOperations.Tests", "RepoDbExtensions.SqlServer.PagingOperations.Tests\RepoDbExtensions.SqlServer.PagingOperations.Tests.csproj", "{B2806638-C496-469B-8E8E-DC855E735643}"
2121
EndProject
22-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoDb.PagingPrimitives", "RepoDb.PagingPrimitives\RepoDb.PagingPrimitives.csproj", "{E3375FA1-F179-4A77-A5F7-C7C89A544ECA}"
22+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepoDbExtensions.PagingPrimitives", "RepoDbExtensions.PagingPrimitives\RepoDbExtensions.PagingPrimitives.csproj", "{E3375FA1-F179-4A77-A5F7-C7C89A544ECA}"
2323
EndProject
2424
Global
2525
GlobalSection(SolutionConfigurationPlatforms) = preSolution

GraphQL.ResolverProcessingExtensions/GraphQL.ResolverProcessingExtensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</ItemGroup>
6060

6161
<ItemGroup>
62-
<ProjectReference Include="..\RepoDb.PagingPrimitives\RepoDb.PagingPrimitives.csproj" />
62+
<ProjectReference Include="..\RepoDbExtensions.PagingPrimitives\RepoDbExtensions.PagingPrimitives.csproj" />
6363
</ItemGroup>
6464

6565
</Project>

RepoDb.PagingPrimitives/Common/ICursorPageNavigationInfo.cs renamed to RepoDbExtensions.PagingPrimitives/Common/ICursorPageNavigationInfo.cs

File renamed without changes.

RepoDb.PagingPrimitives/Common/IPageNavigationInfo.cs renamed to RepoDbExtensions.PagingPrimitives/Common/IPageNavigationInfo.cs

File renamed without changes.
File renamed without changes.

RepoDb.PagingPrimitives/CursorPaging/CursorPageResults.cs renamed to RepoDbExtensions.PagingPrimitives/CursorPaging/CursorPageResults.cs

File renamed without changes.

RepoDb.PagingPrimitives/CursorPaging/CursorPagingConstants.cs renamed to RepoDbExtensions.PagingPrimitives/CursorPaging/CursorPagingConstants.cs

File renamed without changes.

RepoDb.PagingPrimitives/CursorPaging/CursorPagingParams.cs renamed to RepoDbExtensions.PagingPrimitives/CursorPaging/CursorPagingParams.cs

File renamed without changes.

RepoDb.PagingPrimitives/CursorPaging/CursorResult.cs renamed to RepoDbExtensions.PagingPrimitives/CursorPaging/CursorResult.cs

File renamed without changes.

0 commit comments

Comments
 (0)