mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
[DesktopCameraFix] Update AssemblyInfo.cs
This commit is contained in:
parent
3a56f520db
commit
d0724cc56a
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue