From 9b0ec04d0af6c66c6b97ef9925492d32908a7910 Mon Sep 17 00:00:00 2001 From: feyris-tan Date: Thu, 9 Oct 2025 12:29:40 +0200 Subject: [PATCH] Prepare for CI/CD --- .../NuGet.Config | 0 GUIs/skyscraper8.UI.ImGui/NuGet.Config | 12 ---------- MpePlugins/skyscraper5.DNS/NuGet.Config | 22 ------------------- NuGet.Config | 19 ---------------- skyscraper8/NuGet.Config | 19 ---------------- .../Skyscraper/BbframeDeencapsulator.cs | 1 + 6 files changed, 1 insertion(+), 72 deletions(-) rename {GUIs/skyscraper5.UI => Documentation}/NuGet.Config (100%) delete mode 100644 GUIs/skyscraper8.UI.ImGui/NuGet.Config delete mode 100644 MpePlugins/skyscraper5.DNS/NuGet.Config delete mode 100644 NuGet.Config delete mode 100644 skyscraper8/NuGet.Config diff --git a/GUIs/skyscraper5.UI/NuGet.Config b/Documentation/NuGet.Config similarity index 100% rename from GUIs/skyscraper5.UI/NuGet.Config rename to Documentation/NuGet.Config diff --git a/GUIs/skyscraper8.UI.ImGui/NuGet.Config b/GUIs/skyscraper8.UI.ImGui/NuGet.Config deleted file mode 100644 index 70ba4a2..0000000 --- a/GUIs/skyscraper8.UI.ImGui/NuGet.Config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/MpePlugins/skyscraper5.DNS/NuGet.Config b/MpePlugins/skyscraper5.DNS/NuGet.Config deleted file mode 100644 index 29be6ac..0000000 --- a/MpePlugins/skyscraper5.DNS/NuGet.Config +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/NuGet.Config b/NuGet.Config deleted file mode 100644 index a2740cb..0000000 --- a/NuGet.Config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/skyscraper8/NuGet.Config b/skyscraper8/NuGet.Config deleted file mode 100644 index a2740cb..0000000 --- a/skyscraper8/NuGet.Config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/skyscraper8/Skyscraper/BbframeDeencapsulator.cs b/skyscraper8/Skyscraper/BbframeDeencapsulator.cs index 80bfff2..83a24cb 100644 --- a/skyscraper8/Skyscraper/BbframeDeencapsulator.cs +++ b/skyscraper8/Skyscraper/BbframeDeencapsulator.cs @@ -9,6 +9,7 @@ using System.Net.Sockets; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; +using log4net; namespace skyscraper8.Skyscraper {