Skip to content

Commit

Permalink
Changed guid to com.snmodding.smlhelper
Browse files Browse the repository at this point in the history
  • Loading branch information
Metious committed Feb 12, 2023
1 parent 85b58a9 commit 57d85c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Example mod/ConfigExamples.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
using BepInEx.Logging;
using Utility;

[BepInPlugin("com.sm.smlhelper.configexample", "SMLHelper Config Example Mod", PluginInfo.PLUGIN_VERSION)]
[BepInDependency("com.sm.smlhelper")]
[BepInPlugin("com.snmodding.smlhelper.configexample", "SMLHelper Config Example Mod", PluginInfo.PLUGIN_VERSION)]
[BepInDependency("com.snmodding.smlhelper")]
public class ConfigExamples : BaseUnityPlugin
{
internal static ManualLogSource LogSource { get; private set; }
Expand Down
4 changes: 2 additions & 2 deletions Example mod/CustomPrefabExamples.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

namespace SMLHelper.Examples;

[BepInPlugin("com.sm.smlhelper.customprefab", "SMLHelper Custom Prefab Example Mod", PluginInfo.PLUGIN_VERSION)]
[BepInDependency("com.sm.smlhelper")]
[BepInPlugin("com.snmodding.smlhelper.customprefab", "SMLHelper Custom Prefab Example Mod", PluginInfo.PLUGIN_VERSION)]
[BepInDependency("com.snmodding.smlhelper")]
public class CustomPrefabExamples : BaseUnityPlugin
{
private void Awake()
Expand Down
2 changes: 1 addition & 1 deletion SMLHelper/SMLHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<RootNamespace>SMLHelper</RootNamespace>
<AssemblyName>SMLHelper</AssemblyName>
<BepInExPluginGuid>com.sm.smlhelper</BepInExPluginGuid>
<BepInExPluginGuid>com.snmodding.smlhelper</BepInExPluginGuid>
<LangVersion>11</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
Expand Down

0 comments on commit 57d85c8

Please sign in to comment.