Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Bump UniverseLib
Browse files Browse the repository at this point in the history
  • Loading branch information
sinai-dev committed Apr 30, 2022
1 parent 7cd0517 commit 9d1188b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src_plugin/BepInExConfigManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
<Private>False</Private>
</Reference>
<Reference Include="UniverseLib.Mono">
<HintPath>..\packages\UniverseLib.Mono.1.3.12\lib\net35\UniverseLib.Mono.dll</HintPath>
<HintPath>..\packages\UniverseLib.Mono.1.3.14\lib\net35\UniverseLib.Mono.dll</HintPath>
</Reference>
</ItemGroup>
<!-- Il2Cpp refs -->
<ItemGroup Condition="'$(IsCpp)'=='true'">
<Reference Include="UniverseLib.IL2CPP">
<HintPath>..\packages\UniverseLib.IL2CPP.1.3.12\lib\net472\UniverseLib.IL2CPP.dll</HintPath>
<HintPath>..\packages\UniverseLib.IL2CPP.1.3.14\lib\net472\UniverseLib.IL2CPP.dll</HintPath>
</Reference>
<Reference Include="BepInEx.Core">
<HintPath>..\lib\BepInEx.Core.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src_plugin/ConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class ConfigManager
public const string GUID = "com.sinai.BepInExConfigManager";
public const string NAME = "BepInExConfigManager";
public const string AUTHOR = "Sinai";
public const string VERSION = "1.2.9";
public const string VERSION = "1.2.10";

public static ConfigManager Instance { get; private set; }

Expand Down
4 changes: 2 additions & 2 deletions src_plugin/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<package id="HarmonyX" version="2.5.2" targetFramework="net35" />
<package id="Mono.Cecil" version="0.10.4" targetFramework="net35" />
<package id="UniverseLib.Analyzers" version="1.0.4" targetFramework="net472" developmentDependency="true" />
<package id="UniverseLib.IL2CPP" version="1.3.12" targetFramework="net472" />
<package id="UniverseLib.Mono" version="1.3.12" targetFramework="net35" />
<package id="UniverseLib.IL2CPP" version="1.3.14" targetFramework="net472" />
<package id="UniverseLib.Mono" version="1.3.14" targetFramework="net35" />
</packages>

0 comments on commit 9d1188b

Please sign in to comment.