1
0
mirror of synced 2024-11-13 17:50:46 +01:00

chore: Set the guid properly for config files, and up version

This commit is contained in:
Repflez 2022-01-27 12:20:30 -07:00
parent 85333dda4c
commit 335987c48e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ using HarmonyLib;
namespace TaikoModStuff
{
[BepInPlugin("com.github.Repflez.TaikoModStuff", PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_VERSION)]
[BepInPlugin("TaikoModStuff", PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_VERSION)]
public class Plugin : BaseUnityPlugin
{
public static ConfigEntry<bool> configForceFontChange;

View File

@ -4,7 +4,7 @@
<TargetFramework>net46</TargetFramework>
<AssemblyName>TaikoModStuff</AssemblyName>
<Description>My first plugin</Description>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
</PropertyGroup>