Skip to content

Commit

Permalink
bump exiled
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoniofo committed Jul 31, 2024
1 parent 44bc956 commit 51676f2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 22 deletions.
2 changes: 1 addition & 1 deletion ElevatorBC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class ElevatorBC : Plugin<Config, Translation>

public override string Name => "ElevatorBC";

public override Version Version => new Version(1,1,0);
public override Version Version => new Version(1,1,1);

public override string Prefix => "elevatorbc";
public override void OnEnabled()
Expand Down
45 changes: 25 additions & 20 deletions ElevatorBC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,43 +35,48 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>$(EXILED_REFERENCES)\Assembly-CSharp.dll</HintPath>
<HintPath>packages\EXILEDOFFICIAL.8.11.0\lib\net48\Assembly-CSharp-Publicized.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>$(EXILED_REFERENCES)\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-Publicized, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\EXILEDOFFICIAL.8.11.0\lib\net48\Assembly-CSharp-Publicized.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="CommandSystem.Core, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\EXILED.8.8.0\lib\net48\CommandSystem.Core.dll</HintPath>
<HintPath>packages\EXILEDOFFICIAL.8.11.0\lib\net48\CommandSystem.Core.dll</HintPath>
</Reference>
<Reference Include="Exiled.API, Version=8.8.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILED.8.8.0\lib\net48\Exiled.API.dll</HintPath>
<Reference Include="Exiled.API, Version=8.11.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILEDOFFICIAL.8.11.0\lib\net48\Exiled.API.dll</HintPath>
</Reference>
<Reference Include="Exiled.CreditTags, Version=8.8.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILED.8.8.0\lib\net48\Exiled.CreditTags.dll</HintPath>
<Reference Include="Exiled.CreditTags, Version=8.11.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILEDOFFICIAL.8.11.0\lib\net48\Exiled.CreditTags.dll</HintPath>
</Reference>
<Reference Include="Exiled.CustomItems, Version=8.8.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILED.8.8.0\lib\net48\Exiled.CustomItems.dll</HintPath>
<Reference Include="Exiled.CustomItems, Version=8.11.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILEDOFFICIAL.8.11.0\lib\net48\Exiled.CustomItems.dll</HintPath>
</Reference>
<Reference Include="Exiled.CustomRoles, Version=8.8.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILED.8.8.0\lib\net48\Exiled.CustomRoles.dll</HintPath>
<Reference Include="Exiled.CustomRoles, Version=8.11.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILEDOFFICIAL.8.11.0\lib\net48\Exiled.CustomRoles.dll</HintPath>
</Reference>
<Reference Include="Exiled.Events, Version=8.8.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILED.8.8.0\lib\net48\Exiled.Events.dll</HintPath>
<Reference Include="Exiled.Events, Version=8.11.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILEDOFFICIAL.8.11.0\lib\net48\Exiled.Events.dll</HintPath>
</Reference>
<Reference Include="Exiled.Loader, Version=8.8.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILED.8.8.0\lib\net48\Exiled.Loader.dll</HintPath>
<Reference Include="Exiled.Loader, Version=8.11.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILEDOFFICIAL.8.11.0\lib\net48\Exiled.Loader.dll</HintPath>
</Reference>
<Reference Include="Exiled.Permissions, Version=8.8.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILED.8.8.0\lib\net48\Exiled.Permissions.dll</HintPath>
<Reference Include="Exiled.Permissions, Version=8.11.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILEDOFFICIAL.8.11.0\lib\net48\Exiled.Permissions.dll</HintPath>
</Reference>
<Reference Include="Mirror">
<HintPath>$(EXILED_REFERENCES)\Mirror.dll</HintPath>
</Reference>
<Reference Include="NorthwoodLib, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\EXILED.8.8.0\lib\net48\NorthwoodLib.dll</HintPath>
<HintPath>packages\EXILEDOFFICIAL.8.11.0\lib\net48\NorthwoodLib.dll</HintPath>
</Reference>
<Reference Include="PluginAPI, Version=13.1.2.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILED.8.8.0\lib\net48\PluginAPI.dll</HintPath>
<Reference Include="PluginAPI, Version=13.1.3.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>packages\EXILEDOFFICIAL.8.11.0\lib\net48\PluginAPI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -88,7 +93,7 @@
<HintPath>$(EXILED_REFERENCES)\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="YamlDotNet, Version=11.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
<HintPath>packages\EXILED.8.8.0\lib\net48\YamlDotNet.dll</HintPath>
<HintPath>packages\EXILEDOFFICIAL.8.11.0\lib\net48\YamlDotNet.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EXILED" version="8.8.0" targetFramework="net48" />
<package id="EXILEDOFFICIAL" version="8.11.0" targetFramework="net48" />
</packages>

0 comments on commit 51676f2

Please sign in to comment.