File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 44 <LangVersion >latest</LangVersion >
55 <DebugType >embedded</DebugType >
66
7- <VersionPrefix >1.1.3</VersionPrefix >
8- <VersionSuffix ></VersionSuffix >
7+ <VersionPrefix >1.2.0</VersionPrefix >
98 <Description >Enhancements for the vanilla game</Description >
109 <Authors >Chipseq</Authors >
1110 </PropertyGroup >
1211
1312 <ItemGroup >
1413 <PackageReference Include =" Reactor" Version =" 2.3.1" />
15- <PackageReference Include =" BepInEx.Unity.IL2CPP" Version =" 6.0.0-be.704 " Private =" false" ExcludeAssets =" runtime;native" />
16- <PackageReference Include =" AmongUs.GameLibs.Steam" Version =" 2024.10.29 " PrivateAssets =" all" />
14+ <PackageReference Include =" BepInEx.Unity.IL2CPP" Version =" 6.0.0-be.735 " Private =" false" ExcludeAssets =" runtime;native" />
15+ <PackageReference Include =" AmongUs.GameLibs.Steam" Version =" 2025.4.15 " PrivateAssets =" all" />
1716
1817 <PackageReference Include =" BepInEx.AutoPlugin" Version =" 1.1.0" PrivateAssets =" all" />
1918 <PackageReference Include =" BepInEx.IL2CPP.MSBuild" Version =" 2.0.1" PrivateAssets =" all" ExcludeAssets =" runtime" />
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ namespace VanillaEnhancements;
1818public partial class VanillaEnhancementsPlugin : BasePlugin
1919{
2020 public const string Id = "com.chipseq.vanillaenhancements" ;
21- public const string VersionString = "1.1.3 " ;
21+ public const string VersionString = "1.2.0 " ;
2222 public static bool IsDevRelease = false ;
2323
2424 public static System . Version Version = System . Version . Parse ( VersionString ) ;
You can’t perform that action at this time.
0 commit comments