Skip to content

Commit fe2e457

Browse files
committed
1.1.4.1
Recompile for branch pluginapi-beta
1 parent 3c59ebc commit fe2e457

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

SCP575/SCP575.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
26+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2727
<PackageReference Include="Nito.AsyncEx.Tasks" Version="5.1.2" />
28+
<PackageReference Include="Northwood.PluginAPI" Version="13.1.1" />
2829
<PackageReference Include="YamlDotNet" Version="12.3.1" />
2930
<PackageReference Include="Lib.Harmony" Version="2.2.2" />
3031
</ItemGroup>
3132

3233
<ItemGroup>
33-
<Reference Include="PluginAPI" HintPath="$(EXILED_References)\PluginAPI.dll" Private="false" />
3434
<Reference Include="Assembly-CSharp" HintPath="$(SL_REFERENCES)\Assembly-CSharp-Publicized.dll" Private="false" />
3535
<Reference Include="Assembly-CSharp-firstpass" HintPath="$(SL_REFERENCES)\Assembly-CSharp-firstpass.dll" Private="false" />
3636
<Reference Include="CommandSystem.Core" HintPath="$(SL_REFERENCES)\CommandSystem.Core.dll" Private="false" />

SCP575/Scp575.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class Scp575
4444
/// <summary>
4545
/// Plugin version
4646
/// </summary>
47-
private const string Version = "1.1.4";
47+
private const string Version = "1.1.4.1";
4848

4949
[PluginPriority(LoadPriority.High)]
5050
[PluginEntryPoint("SCP-575", Version, "Add SCP-575 to SCP:SL", "SrLicht")]
@@ -53,7 +53,6 @@ private void OnLoadPlugin()
5353
try
5454
{
5555
Instance = this;
56-
Log.Warning("Since the release of &213.1&r it is necessary to update &1SCPSLAudioApi&r to version &10.0.5&r if you have already done it ignore this warning.");
5756
SCPSLAudioApi.Startup.SetupDependencies();
5857
if (!Config.IsEnabled) return;
5958
var configPath = Path.Combine(Paths.LocalPlugins.Plugins, "SCP-575");

0 commit comments

Comments
 (0)