From 14ced2df984e74f464cf41acc00dafb9e57c021d Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Thu, 29 Jun 2023 14:28:02 -0700 Subject: [PATCH] changed name so ci/cd can be happy --- Craftimizer.sln | 2 +- .../{Craftimizer.Plugin.csproj => Craftimizer.csproj} | 5 +---- Craftimizer/{Craftimizer.Plugin.json => Craftimizer.json} | 0 3 files changed, 2 insertions(+), 5 deletions(-) rename Craftimizer/{Craftimizer.Plugin.csproj => Craftimizer.csproj} (90%) rename Craftimizer/{Craftimizer.Plugin.json => Craftimizer.json} (100%) diff --git a/Craftimizer.sln b/Craftimizer.sln index 1e2265a..358354c 100644 --- a/Craftimizer.sln +++ b/Craftimizer.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.4.33213.308 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Craftimizer.Plugin", "Craftimizer\Craftimizer.Plugin.csproj", "{13C812E9-0D42-4B95-8646-40EEBF30636F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Craftimizer", "Craftimizer\Craftimizer.csproj", "{13C812E9-0D42-4B95-8646-40EEBF30636F}" ProjectSection(ProjectDependencies) = postProject {2B0EA452-6DFC-48DB-9049-EA782E600C21} = {2B0EA452-6DFC-48DB-9049-EA782E600C21} EndProjectSection diff --git a/Craftimizer/Craftimizer.Plugin.csproj b/Craftimizer/Craftimizer.csproj similarity index 90% rename from Craftimizer/Craftimizer.Plugin.csproj rename to Craftimizer/Craftimizer.csproj index 454e5f0..930b9fc 100644 --- a/Craftimizer/Craftimizer.Plugin.csproj +++ b/Craftimizer/Craftimizer.csproj @@ -2,11 +2,8 @@ Asriel Camora - 1.0.0.0 - Simulate crafts and create computer-assisted macros from the comfort of your own game - - https://git.camora.dev/asriel/craftimizer.gitn + https://github.com/WorkingRobot/craftimizer.git diff --git a/Craftimizer/Craftimizer.Plugin.json b/Craftimizer/Craftimizer.json similarity index 100% rename from Craftimizer/Craftimizer.Plugin.json rename to Craftimizer/Craftimizer.json