This commit is contained in:
NotAKidoS 2023-02-09 19:28:55 -06:00
parent 4c614dd79f
commit 455bf9180c
3 changed files with 10 additions and 9 deletions

View file

@ -22,10 +22,11 @@ using System.Reflection;
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
[assembly: MelonOptionalDependencies("BTKUILib")]
[assembly: HarmonyDontPatchAll]
namespace DesktopVRIK.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "2.0.2";
public const string Version = "2.0.5";
public const string Author = "NotAKidoS";
}