mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 23:09: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 MelonLoader;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ using System.Reflection;
|
||||||
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
|
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
|
||||||
[assembly: HarmonyDontPatchAll]
|
[assembly: HarmonyDontPatchAll]
|
||||||
|
|
||||||
namespace CameraFixes.Properties;
|
namespace DesktopCameraFix.Properties;
|
||||||
internal static class AssemblyInfoParams
|
internal static class AssemblyInfoParams
|
||||||
{
|
{
|
||||||
public const string Version = "1.0.0";
|
public const string Version = "1.0.0";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue