Skip to content

Commit c0da149

Browse files
committed
Bump NWAPI 13.1
1 parent 9014b13 commit c0da149

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

SCPSwap-NWAPI/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class Plugin
1717
public Messages Messages;
1818
public static Plugin Instance { get; private set; }
1919

20-
[PluginEntryPoint("SCPSwap", "1.1.0", "Allows SCPs to swap with other SCPs at the start of the match.", "ThijsNameIsTaken, DentyTxR and BuildBoy12")]
20+
[PluginEntryPoint("SCPSwap", "1.1.1", "Allows SCPs to swap with other SCPs at the start of the match.", "ThijsNameIsTaken, DentyTxR and BuildBoy12")]
2121
void OnEnabled()
2222
{
2323
if (!Config.IsEnabled) return;

SCPSwap-NWAPI/SCPSwap-NWAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<Reference Include="NorthwoodLib">
5050
<HintPath>$(EXILED_REFERENCES)\NorthwoodLib.dll</HintPath>
5151
</Reference>
52-
<Reference Include="PluginAPI, Version=12.0.0.0, Culture=neutral, processorArchitecture=Amd64">
52+
<Reference Include="PluginAPI, Culture=neutral, processorArchitecture=Amd64">
5353
<HintPath>$(EXILED_REFERENCES)\PluginAPI.dll</HintPath>
5454
</Reference>
5555
<Reference Include="System" />

SCPSwap-NWAPI/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Northwood.PluginAPI" version="12.0.0" targetFramework="net48" />
43
<package id="YamlDotNet" version="11.0.1" targetFramework="net48" />
54
</packages>

0 commit comments

Comments
 (0)