Skip to content

Commit

Permalink
13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Axwabo committed Jul 3, 2023
1 parent bc32909 commit e9be39b
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 27 deletions.
2 changes: 1 addition & 1 deletion slocLoader.NWAPI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.1.1.0")]
[assembly: AssemblyFileVersion("4.1.2.0")]
2 changes: 1 addition & 1 deletion slocLoader.NWAPI/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
developmentDependency="true"/>
<package id="Microsoft.CodeAnalysis.CSharp" version="3.3.1" targetFramework="net48"/>
<package id="Microsoft.CodeAnalysis.Common" version="3.3.1" targetFramework="net48"/>
<package id="Northwood.PluginAPI" version="12.0.0" targetFramework="net48"/>
<package id="Northwood.PluginAPI" version="13.1.0" targetFramework="net48"/>
<package id="System.Buffers" version="4.4.0" targetFramework="net48"/>
<package id="System.Collections.Immutable" version="1.5.0" targetFramework="net48"/>
<package id="System.Memory" version="4.5.3" targetFramework="net48"/>
Expand Down
4 changes: 2 additions & 2 deletions slocLoader.NWAPI/slocLoader.NWAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
<Reference Include="NorthwoodLib">
<HintPath>$(NW-ASSEMBLIES)\NorthwoodLib.dll</HintPath>
</Reference>
<Reference Include="PluginAPI, Version=12.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\Northwood.PluginAPI.12.0.0\lib\net48\PluginAPI.dll</HintPath>
<Reference Include="PluginAPI, Version=13.1.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\Northwood.PluginAPI.13.1.0\lib\net48\PluginAPI.dll</HintPath>
</Reference>
<Reference Include="Pooling">
<HintPath>$(NW-ASSEMBLIES)\Pooling.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion slocLoader.NWAPI/slocPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public sealed class slocPlugin
[PluginConfig]
public slocConfig Config = new();

[PluginEntryPoint("slocLoader", "4.1.1", "A plugin that loads sloc files.", "Axwabo")]
[PluginEntryPoint("slocLoader", "4.1.2", "A plugin that loads sloc files.", "Axwabo")]
public void OnEnabled()
{
Instance = this;
Expand Down
4 changes: 4 additions & 0 deletions slocLoader/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<assemblyIdentity name="0Harmony" publicKeyToken="null" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2.2.2.0" newVersion="2.2.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="PluginAPI" publicKeyToken="null" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
2 changes: 1 addition & 1 deletion slocLoader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.1.1.0")]
[assembly: AssemblyFileVersion("4.1.2.0")]
2 changes: 1 addition & 1 deletion slocLoader/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EXILED" version="7.0.0-rc.3-1" targetFramework="net48"/>
<package id="EXILED" version="7.2.0-alpha.1" targetFramework="net48"/>
<package id="Lib.Harmony" version="2.2.2" targetFramework="net48"/>
</packages>
38 changes: 19 additions & 19 deletions slocLoader/slocLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,40 +49,40 @@
<HintPath>$(EXILED-ASSEMBLIES)\Axwabo.Helpers.dll</HintPath>
</Reference>
<Reference Include="CommandSystem.Core, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EXILED.7.0.0-rc.3-1\lib\net48\CommandSystem.Core.dll</HintPath>
<HintPath>..\packages\EXILED.7.2.0-alpha.1\lib\net48\CommandSystem.Core.dll</HintPath>
</Reference>
<Reference Include="Exiled.API, Version=7.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.0.0-rc.3-1\lib\net48\Exiled.API.dll</HintPath>
<Reference Include="Exiled.API, Version=7.2.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.2.0-alpha.1\lib\net48\Exiled.API.dll</HintPath>
</Reference>
<Reference Include="Exiled.CreditTags, Version=7.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.0.0-rc.3-1\lib\net48\Exiled.CreditTags.dll</HintPath>
<Reference Include="Exiled.CreditTags, Version=7.2.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.2.0-alpha.1\lib\net48\Exiled.CreditTags.dll</HintPath>
</Reference>
<Reference Include="Exiled.CustomItems, Version=7.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.0.0-rc.3-1\lib\net48\Exiled.CustomItems.dll</HintPath>
<Reference Include="Exiled.CustomItems, Version=7.2.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.2.0-alpha.1\lib\net48\Exiled.CustomItems.dll</HintPath>
</Reference>
<Reference Include="Exiled.CustomRoles, Version=7.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.0.0-rc.3-1\lib\net48\Exiled.CustomRoles.dll</HintPath>
<Reference Include="Exiled.CustomRoles, Version=7.2.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.2.0-alpha.1\lib\net48\Exiled.CustomRoles.dll</HintPath>
</Reference>
<Reference Include="Exiled.Events, Version=7.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.0.0-rc.3-1\lib\net48\Exiled.Events.dll</HintPath>
<Reference Include="Exiled.Events, Version=7.2.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.2.0-alpha.1\lib\net48\Exiled.Events.dll</HintPath>
</Reference>
<Reference Include="Exiled.Loader, Version=7.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.0.0-rc.3-1\lib\net48\Exiled.Loader.dll</HintPath>
<Reference Include="Exiled.Loader, Version=7.2.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.2.0-alpha.1\lib\net48\Exiled.Loader.dll</HintPath>
</Reference>
<Reference Include="Exiled.Permissions, Version=7.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.0.0-rc.3-1\lib\net48\Exiled.Permissions.dll</HintPath>
<Reference Include="Exiled.Permissions, Version=7.2.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.2.0-alpha.1\lib\net48\Exiled.Permissions.dll</HintPath>
</Reference>
<Reference Include="Exiled.Updater, Version=3.1.2.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.0.0-rc.3-1\lib\net48\Exiled.Updater.dll</HintPath>
<HintPath>..\packages\EXILED.7.2.0-alpha.1\lib\net48\Exiled.Updater.dll</HintPath>
</Reference>
<Reference Include="Mirror, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>$(EXILED-ASSEMBLIES)\Mirror.dll</HintPath>
</Reference>
<Reference Include="NorthwoodLib, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EXILED.7.0.0-rc.3-1\lib\net48\NorthwoodLib.dll</HintPath>
<HintPath>..\packages\EXILED.7.2.0-alpha.1\lib\net48\NorthwoodLib.dll</HintPath>
</Reference>
<Reference Include="PluginAPI, Version=12.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.7.0.0-rc.3-1\lib\net48\PluginAPI.dll</HintPath>
<HintPath>..\packages\EXILED.7.2.0-alpha.1\lib\net48\PluginAPI.dll</HintPath>
</Reference>
<Reference Include="Pooling">
<HintPath>$(EXILED-ASSEMBLIES)\Pooling.dll</HintPath>
Expand All @@ -95,7 +95,7 @@
<HintPath>$(EXILED-ASSEMBLIES)\UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
<Reference Include="YamlDotNet, Version=11.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
<HintPath>..\packages\EXILED.7.0.0-rc.3-1\lib\net48\YamlDotNet.dll</HintPath>
<HintPath>..\packages\EXILED.7.2.0-alpha.1\lib\net48\YamlDotNet.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion slocLoader/slocPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public sealed class slocPlugin : Plugin<slocConfig>
public override string Name => "slocLoader";
public override string Prefix => "sloc";
public override string Author => "Axwabo";
public override Version Version { get; } = new(4, 1, 1);
public override Version Version { get; } = new(4, 1, 2);
public override Version RequiredExiledVersion { get; } = new(7, 0, 0);

private Harmony _harmony;
Expand Down

0 comments on commit e9be39b

Please # to comment.