Skip to content

Commit d5d905d

Browse files
Saskyclouis1706
andauthored
Few changes (#10)
* Just changed the nugget package & version to be same as nugget package & project version * Update Main.cs --------- Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
1 parent 715337d commit d5d905d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

FacilityManagement.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</ItemGroup>
7979
<ItemGroup>
8080
<PackageReference Include="ExMod.Exiled">
81-
<Version>9.6.0-beta8</Version>
81+
<Version>9.8.1</Version>
8282
</PackageReference>
8383
<PackageReference Include="Lib.Harmony">
8484
<Version>2.2.2</Version>

Main.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ public class FacilityManagement : Exiled.API.Features.Plugin<Config>
1515
public override string Name => "FacilityManagement";
1616
public override string Prefix => "FacilityManagement";
1717
public override string Author => "Yamato#8987";
18-
public override Version Version { get; } = new(1,0,0);
19-
public override Version RequiredExiledVersion { get; } = new(8,8,0);
18+
public override Version Version { get; } = new(8,3,7);
2019

2120
public EventHandlers EventHandlers { get; private set; }
2221

0 commit comments

Comments
 (0)