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:
parent
cf6ce0d736
commit
cfe3ce76c8
@ -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]")]
|
||||
@ -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]")]
|
||||
@ -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);
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user