Skip to content

Commit

Permalink
updated to exiled 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikihero committed Dec 29, 2024
1 parent 994f289 commit c7d8422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Common Utilities/Common Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ExMod.Exiled" Version="8.13.1" />
<PackageReference Include="ExMod.Exiled" Version="9.1.1" />
<PackageReference Include="StyleCop.Analyzers" Version="$(StyleCopVersion)" IncludeAssets="All" PrivateAssets="All" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Common Utilities/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ public class Plugin : Plugin<Config>

public override string Author { get; } = "ExMod-Team";

public override Version Version { get; } = new(7, 2, 3);
public override Version Version { get; } = new(8, 0, 0);

public override Version RequiredExiledVersion { get; } = new(8, 11, 0);
public override Version RequiredExiledVersion { get; } = new(9, 1, 1);

public override string Prefix { get; } = "CommonUtilities";

Expand Down

0 comments on commit c7d8422

Please sign in to comment.