From 0581529978fd82c036a9f95c781a979f8ce8ae55 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 21 May 2024 17:44:27 +0100 Subject: [PATCH] Replace references to AKI with SPT --- project/Aki.Build/Aki.Build.csproj | 4 ++-- project/Aki.Common/Aki.Common.csproj | 4 ++-- project/Aki.Core/Aki.Core.csproj | 4 ++-- project/Aki.Core/AkiCorePlugin.cs | 4 ++-- project/Aki.Custom/Aki.Custom.csproj | 4 ++-- project/Aki.Custom/AkiCustomPlugin.cs | 2 +- project/Aki.Debugging/Aki.Debugging.csproj | 4 ++-- project/Aki.Debugging/AkiDebuggingPlugin.cs | 2 +- project/Aki.PrePatch/Aki.PrePatch.csproj | 4 ++-- project/Aki.Reflection/Aki.Reflection.csproj | 4 ++-- project/Aki.SinglePlayer/Aki.SinglePlayer.csproj | 4 ++-- project/Aki.SinglePlayer/AkiSingleplayerPlugin.cs | 2 +- 12 files changed, 21 insertions(+), 21 deletions(-) diff --git a/project/Aki.Build/Aki.Build.csproj b/project/Aki.Build/Aki.Build.csproj index c4e1d46..fede346 100644 --- a/project/Aki.Build/Aki.Build.csproj +++ b/project/Aki.Build/Aki.Build.csproj @@ -6,8 +6,8 @@ - SPT Aki - Copyright @ SPT Aki 2024 + SPT + Copyright @ SPT 2024 diff --git a/project/Aki.Common/Aki.Common.csproj b/project/Aki.Common/Aki.Common.csproj index c58ed9e..5e684cc 100644 --- a/project/Aki.Common/Aki.Common.csproj +++ b/project/Aki.Common/Aki.Common.csproj @@ -8,8 +8,8 @@ - SPT Aki - Copyright @ SPT Aki 2024 + SPT + Copyright @ SPT 2024 diff --git a/project/Aki.Core/Aki.Core.csproj b/project/Aki.Core/Aki.Core.csproj index d5f8dc7..a4622ed 100644 --- a/project/Aki.Core/Aki.Core.csproj +++ b/project/Aki.Core/Aki.Core.csproj @@ -7,8 +7,8 @@ - SPT Aki - Copyright @ SPT Aki 2024 + SPT + Copyright @ SPT 2024 diff --git a/project/Aki.Core/AkiCorePlugin.cs b/project/Aki.Core/AkiCorePlugin.cs index db5436d..d8c2648 100644 --- a/project/Aki.Core/AkiCorePlugin.cs +++ b/project/Aki.Core/AkiCorePlugin.cs @@ -15,7 +15,7 @@ namespace Aki.Core { _logger = Logger; - Logger.LogInfo("Loading: Aki.Core"); + Logger.LogInfo("Loading: SPT.Core"); try { @@ -36,7 +36,7 @@ namespace Aki.Core throw; } - Logger.LogInfo("Completed: Aki.Core"); + Logger.LogInfo("Completed: SPT.Core"); } } } diff --git a/project/Aki.Custom/Aki.Custom.csproj b/project/Aki.Custom/Aki.Custom.csproj index faebe7f..7802d72 100644 --- a/project/Aki.Custom/Aki.Custom.csproj +++ b/project/Aki.Custom/Aki.Custom.csproj @@ -7,8 +7,8 @@ - SPT Aki - Copyright @ SPT Aki 2024 + SPT + Copyright @ SPT 2024 diff --git a/project/Aki.Custom/AkiCustomPlugin.cs b/project/Aki.Custom/AkiCustomPlugin.cs index 74000d1..20e1f83 100644 --- a/project/Aki.Custom/AkiCustomPlugin.cs +++ b/project/Aki.Custom/AkiCustomPlugin.cs @@ -16,7 +16,7 @@ namespace Aki.Custom { public void Awake() { - Logger.LogInfo("Loading: Aki.Custom"); + Logger.LogInfo("Loading: SPT.Custom"); try { diff --git a/project/Aki.Debugging/Aki.Debugging.csproj b/project/Aki.Debugging/Aki.Debugging.csproj index 4c72dcf..bde54d6 100644 --- a/project/Aki.Debugging/Aki.Debugging.csproj +++ b/project/Aki.Debugging/Aki.Debugging.csproj @@ -7,8 +7,8 @@ - SPT Aki - Copyright @ SPT Aki 2024 + SPT + Copyright @ SPT 2024 diff --git a/project/Aki.Debugging/AkiDebuggingPlugin.cs b/project/Aki.Debugging/AkiDebuggingPlugin.cs index 68834ea..eb4b7f1 100644 --- a/project/Aki.Debugging/AkiDebuggingPlugin.cs +++ b/project/Aki.Debugging/AkiDebuggingPlugin.cs @@ -14,7 +14,7 @@ namespace Aki.Debugging public void Awake() { - Logger.LogInfo("Loading: Aki.Debugging"); + Logger.LogInfo("Loading: SPT.Debugging"); try { diff --git a/project/Aki.PrePatch/Aki.PrePatch.csproj b/project/Aki.PrePatch/Aki.PrePatch.csproj index 7dbd2d5..2ee1c9c 100644 --- a/project/Aki.PrePatch/Aki.PrePatch.csproj +++ b/project/Aki.PrePatch/Aki.PrePatch.csproj @@ -8,8 +8,8 @@ - SPT Aki - Copyright @ SPT Aki 2024 + SPT + Copyright @ SPT 2024 diff --git a/project/Aki.Reflection/Aki.Reflection.csproj b/project/Aki.Reflection/Aki.Reflection.csproj index f855641..661945e 100644 --- a/project/Aki.Reflection/Aki.Reflection.csproj +++ b/project/Aki.Reflection/Aki.Reflection.csproj @@ -7,8 +7,8 @@ - SPT Aki - Copyright @ SPT Aki 2024 + SPT + Copyright @ SPT 2024 diff --git a/project/Aki.SinglePlayer/Aki.SinglePlayer.csproj b/project/Aki.SinglePlayer/Aki.SinglePlayer.csproj index 4ccbbbc..7d75937 100644 --- a/project/Aki.SinglePlayer/Aki.SinglePlayer.csproj +++ b/project/Aki.SinglePlayer/Aki.SinglePlayer.csproj @@ -7,8 +7,8 @@ - SPT Aki - Copyright @ SPT Aki 2024 + SPT + Copyright @ SPT 2024 diff --git a/project/Aki.SinglePlayer/AkiSingleplayerPlugin.cs b/project/Aki.SinglePlayer/AkiSingleplayerPlugin.cs index 86cdb5b..4634041 100644 --- a/project/Aki.SinglePlayer/AkiSingleplayerPlugin.cs +++ b/project/Aki.SinglePlayer/AkiSingleplayerPlugin.cs @@ -16,7 +16,7 @@ namespace Aki.SinglePlayer { public void Awake() { - Logger.LogInfo("Loading: Aki.SinglePlayer"); + Logger.LogInfo("Loading: SPT.SinglePlayer"); try {