mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
simplified mod, added proper BTKUILib support
This commit is contained in:
parent
fb5c3c00b5
commit
da42d3da57
6 changed files with 273 additions and 212 deletions
|
@ -6,13 +6,13 @@ using System.Reflection;
|
|||
[assembly: AssemblyVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyFileVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyInformationalVersion(AssemblyInfoParams.Version)]
|
||||
[assembly: AssemblyTitle(nameof(DesktopVRIK))]
|
||||
[assembly: AssemblyTitle(nameof(NAK.Melons.DesktopVRIK))]
|
||||
[assembly: AssemblyCompany(AssemblyInfoParams.Author)]
|
||||
[assembly: AssemblyProduct(nameof(DesktopVRIK))]
|
||||
[assembly: AssemblyProduct(nameof(NAK.Melons.DesktopVRIK))]
|
||||
|
||||
[assembly: MelonInfo(
|
||||
typeof(DesktopVRIK.DesktopVRIKMod),
|
||||
nameof(DesktopVRIK),
|
||||
typeof(NAK.Melons.DesktopVRIK.DesktopVRIKMod),
|
||||
nameof(NAK.Melons.DesktopVRIK),
|
||||
AssemblyInfoParams.Version,
|
||||
AssemblyInfoParams.Author,
|
||||
downloadLink: "https://github.com/NotAKidOnSteam/DesktopVRIK"
|
||||
|
@ -21,10 +21,11 @@ using System.Reflection;
|
|||
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
|
||||
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
|
||||
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
|
||||
[assembly: MelonOptionalDependencies("BTKUILib")]
|
||||
|
||||
namespace DesktopVRIK.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
{
|
||||
public const string Version = "1.0.4";
|
||||
public const string Version = "1.0.5";
|
||||
public const string Author = "NotAKidoS";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue