Skip to content

Commit

Permalink
Push version to 2024.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ugackMiner53 committed Nov 5, 2024
1 parent 9ac0e1d commit 6a2a1d2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1,289 deletions.
14 changes: 7 additions & 7 deletions PropHunt/PropHunt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
<DebugType>embedded</DebugType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<VersionPrefix>2024.7.21</VersionPrefix>
<VersionPrefix>2024.11.5</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<Description>Prop Hunt Mod</Description>
<Authors>ugackMiner</Authors>
</PropertyGroup>

<PropertyGroup>
<GamePlatform Condition="'$(GamePlatform)' == ''">Steam</GamePlatform>
<GameVersion Condition="'$(GamePlatform)' == 'Steam'">2024.8.13</GameVersion>
<GameVersion Condition="'$(GamePlatform)' == 'Itch'">2024.8.13</GameVersion>
<GameVersion Condition="'$(GamePlatform)' == 'Steam'">2024.10.29</GameVersion>
<GameVersion Condition="'$(GamePlatform)' == 'Itch'">2024.10.29</GameVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Reactor" Version="2.3.0" />
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.679" Private="false" ExcludeAssets="runtime;native" />
<PackageReference Include="AmongUs.GameLibs.Steam" Version="2024.8.13" PrivateAssets="all" />
<PackageReference Include="Reactor" Version="2.3.1" />
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.697" Private="false" ExcludeAssets="runtime;native" />
<PackageReference Include="AmongUs.GameLibs.Steam" Version="2024.10.29" PrivateAssets="all" />

<PackageReference Include="BepInEx.AutoPlugin" Version="1.1.0" PrivateAssets="all" />
<PackageReference Include="BepInEx.IL2CPP.MSBuild" Version="2.0.1" PrivateAssets="all" ExcludeAssets="runtime" />
Expand All @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<Deobfuscate Include="../.references/Assembly-CSharp-2024.6.18.dll" />
<Deobfuscate Include="../.references/Assembly-CSharp-2024.10.29.dll" />

<!-- <PackageReference Include="Reactor.OxygenFilter.MSBuild" Version="0.3.0" /> -->
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion PropHunt/PropHuntPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace PropHunt;

[BepInPlugin("com.ugackminer.amongus.prophunt", "Prop Hunt", "v8.14.2024")]
[BepInPlugin("com.ugackminer.amongus.prophunt", "Prop Hunt", "v2024.11.5")]
[BepInProcess("Among Us.exe")]
[BepInDependency(ReactorPlugin.Id)]
public partial class PropHuntPlugin : BasePlugin
Expand Down
Loading

0 comments on commit 6a2a1d2

Please sign in to comment.