Skip to content

Commit

Permalink
I am smallbrain. Update exiled, bump version, and build a release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjosif committed Feb 18, 2021
1 parent 5de8bb7 commit b40cb3c
Show file tree
Hide file tree
Showing 14 changed files with 185 additions and 114 deletions.
4 changes: 2 additions & 2 deletions UltimateAFK/MainClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public class MainClass : Plugin<Config>
public override string Author { get; } = "Thomasjosif";
public override string Name { get; } = "Ultimate AFK";
public override string Prefix { get; } = "uAFK";
public override Version Version { get; } = new Version(3, 1, 5);
public override Version RequiredExiledVersion { get; } = new Version(2, 1, 29, 0);
public override Version Version { get; } = new Version(3, 1, 6);
public override Version RequiredExiledVersion { get; } = new Version(2, 2, 4);
public PlayerEvents PlayerEvents;

public override PluginPriority Priority { get; } = PluginPriority.Medium;
Expand Down
24 changes: 12 additions & 12 deletions UltimateAFK/UltimateAFK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,23 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\EXILED_REFERENCES\CommandSystem.Core.dll</HintPath>
</Reference>
<Reference Include="Exiled.API, Version=2.1.29.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.2.1.29\lib\net472\Exiled.API.dll</HintPath>
<Reference Include="Exiled.API, Version=2.2.4.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.2.2.4\lib\net472\Exiled.API.dll</HintPath>
</Reference>
<Reference Include="Exiled.Bootstrap, Version=2.1.29.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.2.1.29\lib\net472\Exiled.Bootstrap.dll</HintPath>
<Reference Include="Exiled.Bootstrap, Version=2.2.4.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.2.2.4\lib\net472\Exiled.Bootstrap.dll</HintPath>
</Reference>
<Reference Include="Exiled.Events, Version=2.1.29.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.2.1.29\lib\net472\Exiled.Events.dll</HintPath>
<Reference Include="Exiled.Events, Version=2.2.4.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.2.2.4\lib\net472\Exiled.Events.dll</HintPath>
</Reference>
<Reference Include="Exiled.Loader, Version=2.1.29.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.2.1.29\lib\net472\Exiled.Loader.dll</HintPath>
<Reference Include="Exiled.Loader, Version=2.2.4.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.2.2.4\lib\net472\Exiled.Loader.dll</HintPath>
</Reference>
<Reference Include="Exiled.Permissions, Version=2.1.29.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.2.1.29\lib\net472\Exiled.Permissions.dll</HintPath>
<Reference Include="Exiled.Permissions, Version=2.2.4.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.2.2.4\lib\net472\Exiled.Permissions.dll</HintPath>
</Reference>
<Reference Include="Exiled.Updater, Version=3.0.3.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.2.1.29\lib\net472\Exiled.Updater.dll</HintPath>
<Reference Include="Exiled.Updater, Version=3.1.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\EXILED.2.2.4\lib\net472\Exiled.Updater.dll</HintPath>
</Reference>
<Reference Include="Mirror, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
13 changes: 0 additions & 13 deletions UltimateAFK/bin/Release/Exiled.Updater.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion UltimateAFK/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="2.1.29" targetFramework="net472" />
<package id="EXILED" version="2.2.4" targetFramework="net472" />
</packages>
Binary file removed packages/EXILED.2.1.29/EXILED.2.1.29.nupkg
Binary file not shown.
Binary file added packages/EXILED.2.2.4/.signature.p7s
Binary file not shown.
Binary file added packages/EXILED.2.2.4/EXILED.2.2.4.nupkg
Binary file not shown.
Binary file added packages/EXILED.2.2.4/images/Exiled_Icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b40cb3c

Please sign in to comment.