Skip to content

Commit

Permalink
Updated to dotnet 8 and set min version to 225
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none authored Sep 2, 2024
1 parent 34ab411 commit 32bdee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InstadefusePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

namespace InstadefusePlugin;

[MinimumApiVersion(147)]
[MinimumApiVersion(225)]
public class InstadefusePlugin : BasePlugin
{
private const string Version = "1.4.3";
private const string Version = "2.0.0";

public override string ModuleName => "Instadefuse Plugin";
public override string ModuleVersion => Version;
Expand Down

0 comments on commit 32bdee7

Please sign in to comment.