Rename Bridgekeeper project to Mithrandir.

Replaced all instances of "Bridgekeeper" with "Mithrandir" across the solution. Updated project files, folder structures, namespaces, and references to reflect the new naming convention.
This commit is contained in:
Christian Werner 2025-05-31 03:28:32 +02:00
parent cf6ce0d736
commit cfe3ce76c8
9 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ using Suspectus.Gandalf.Core.Abstractions.DTOs.Internal.Auth;
using Suspectus.Gandalf.Core.Abstractions.Extensions;
using Suspectus.Gandalf.Palantir.Client;
namespace Suspectus.Gandalf.Bridgekeeper.Api.Controllers;
namespace Suspectus.Gandalf.Mithrandir.Api.Controllers;
[ApiController]
[Route("api/[controller]")]

View File

@ -5,7 +5,7 @@ using Suspectus.Gandalf.Core.Abstractions.DTOs.Internal.Auth;
using Suspectus.Gandalf.Core.Abstractions.Extensions;
using Suspectus.Gandalf.Palantir.Client;
namespace Suspectus.Gandalf.Bridgekeeper.Api.Controllers;
namespace Suspectus.Gandalf.Mithrandir.Api.Controllers;
[ApiController]
[Route("api/[controller]")]

View File

@ -1,4 +1,4 @@
using Suspectus.Gandalf.Bridgekeeper.Api.Controllers;
using Suspectus.Gandalf.Mithrandir.Api.Controllers;
using Suspectus.Gandalf.Palantir.Client.Extensions;
var builder = WebApplication.CreateBuilder(args);

View File

@ -18,7 +18,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Suspectus.Gandalf.Bridgekeeper.Contracts\Suspectus.Gandalf.Bridgekeeper.Contracts.csproj" />
<ProjectReference Include="..\Suspectus.Gandalf.Mithrandir.Contracts\Suspectus.Gandalf.Mithrandir.Contracts.csproj" />
<ProjectReference Include="..\Suspectus.Gandalf.Palantir.Client\Suspectus.Gandalf.Palantir.Client.csproj" />
</ItemGroup>

View File

@ -12,13 +12,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mithrandir", "Mithrandir",
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Palantir", "Palantir", "{A82EA24B-1379-41B2-A363-CDCBF9F18833}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Suspectus.Gandalf.Bridgekeeper.Api", "Suspectus.Gandalf.Bridgekeeper.Api\Suspectus.Gandalf.Bridgekeeper.Api.csproj", "{264B8A9E-7A70-4DE3-906B-7E0722D09205}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Suspectus.Gandalf.Mithrandir.Api", "Suspectus.Gandalf.Mithrandir.Api\Suspectus.Gandalf.Mithrandir.Api.csproj", "{264B8A9E-7A70-4DE3-906B-7E0722D09205}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{3E672AE3-D2E4-49C0-AB18-65E799E5277A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Suspectus.Gandalf.Core.Abstractions", "Suspectus.Gandalf.Core.Abstractions\Suspectus.Gandalf.Core.Abstractions.csproj", "{F8333692-CA81-4298-A2F5-CF7D3ACCE230}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Suspectus.Gandalf.Bridgekeeper.Contracts", "Suspectus.Gandalf.Bridgekeeper.Contracts\Suspectus.Gandalf.Bridgekeeper.Contracts.csproj", "{4ED2E3BC-FE29-4041-8274-987EB60BD5FF}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Suspectus.Gandalf.Mithrandir.Contracts", "Suspectus.Gandalf.Mithrandir.Contracts\Suspectus.Gandalf.Mithrandir.Contracts.csproj", "{4ED2E3BC-FE29-4041-8274-987EB60BD5FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Suspectus.Gandalf.Palantir.Client", "Suspectus.Gandalf.Palantir.Client\Suspectus.Gandalf.Palantir.Client.csproj", "{1161299F-3623-42C9-9A8D-AB7664BF5FD6}"
EndProject