Skip to content

Commit

Permalink
Exiled 8 recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo committed Sep 4, 2023
1 parent 0f09491 commit 056240a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CandyWeight/CandyWeight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EXILED" Version="7.0.5" />
<PackageReference Include="EXILED" Version="8.1.0" />
<PackageReference Include="Lib.Harmony" Version="2.0.4" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions CandyWeight/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ public class Plugin : Plugin<Config>
public override string Prefix => "CandyWeight";

/// <inheritdoc/>
public override Version Version { get; } = new(3, 0, 1);
public override Version Version { get; } = new(4, 0, 0);

/// <inheritdoc/>
public override Version RequiredExiledVersion { get; } = new(7, 0, 0);
public override Version RequiredExiledVersion { get; } = new(8, 0, 0);

/// <inheritdoc/>
public override void OnEnabled()
Expand Down

0 comments on commit 056240a

Please sign in to comment.