From d0724cc56adcf800b87c1b61f829dce2f7ffa9f3 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Tue, 13 Jun 2023 17:10:23 -0500 Subject: [PATCH] [DesktopCameraFix] Update AssemblyInfo.cs --- DesktopCameraFix/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DesktopCameraFix/Properties/AssemblyInfo.cs b/DesktopCameraFix/Properties/AssemblyInfo.cs index 44d7413..bdb1575 100644 --- a/DesktopCameraFix/Properties/AssemblyInfo.cs +++ b/DesktopCameraFix/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using CameraFixes.Properties; +using DesktopCameraFix.Properties; using MelonLoader; using System.Reflection; @@ -22,7 +22,7 @@ using System.Reflection; [assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)] [assembly: HarmonyDontPatchAll] -namespace CameraFixes.Properties; +namespace DesktopCameraFix.Properties; internal static class AssemblyInfoParams { public const string Version = "1.0.0";