Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
- Updated to 13.3.0
  • Loading branch information
MrAfitol committed Nov 14, 2023
1 parent 86a85cf commit f00254a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 27 deletions.
2 changes: 1 addition & 1 deletion BetterDrops/BetterDrops.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class BetterDrops
public Config Config;

[PluginPriority(LoadPriority.Highest)]
[PluginEntryPoint("BetterDrops", "1.0.8", "Plugin to summon and spawn drops.", "Jesus-QC, update by MrAfitol")]
[PluginEntryPoint("BetterDrops", "1.0.9", "Plugin to summon and spawn drops.", "Jesus-QC, update by MrAfitol")]
public void LoadPlugin()
{
Instance = this;
Expand Down
40 changes: 16 additions & 24 deletions BetterDrops/BetterDrops.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,41 +34,33 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SL_REFERENCES)\SCPSL\Plugins\Dependencies\Assembly-CSharp-firstpass.dll</HintPath>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>..\..\..\SCPSL\Plugins\Dependencies\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp_Publicized, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SL_REFERENCES)\SCPSL\Plugins\Dependencies\Assembly-CSharp_Publicized.dll</HintPath>
<Reference Include="Assembly-CSharp-Publicized">
<HintPath>..\..\..\SCPSL\Plugins\Dependencies\Assembly-CSharp-Publicized.dll</HintPath>
</Reference>
<Reference Include="CommandSystem.Core, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SL_REFERENCES)\SCPSL\Plugins\Dependencies\CommandSystem.Core.dll</HintPath>
<Reference Include="CommandSystem.Core">
<HintPath>..\..\..\SCPSL\Plugins\Dependencies\CommandSystem.Core.dll</HintPath>
</Reference>
<Reference Include="Mirror, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SL_REFERENCES)\SCPSL\Plugins\Dependencies\Mirror.dll</HintPath>
<Reference Include="Mirror">
<HintPath>..\..\..\SCPSL\Plugins\Dependencies\Mirror.dll</HintPath>
</Reference>
<Reference Include="PluginAPI, Version=12.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SL_REFERENCES)\SCPSL\Plugins\Dependencies\PluginAPI.dll</HintPath>
<Reference Include="PluginAPI, Version=13.1.1.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\Northwood.PluginAPI.13.1.1\lib\net48\PluginAPI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SL_REFERENCES)\SCPSL\Plugins\Dependencies\UnityEngine.dll</HintPath>
<Reference Include="UnityEngine">
<HintPath>..\..\..\SCPSL\Plugins\Dependencies\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SL_REFERENCES)\SCPSL\Plugins\Dependencies\UnityEngine.CoreModule.dll</HintPath>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\..\..\SCPSL\Plugins\Dependencies\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PhysicsModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(SL_REFERENCES)\SCPSL\Plugins\Dependencies\UnityEngine.PhysicsModule.dll</HintPath>
<Reference Include="UnityEngine.PhysicsModule">
<HintPath>..\..\..\SCPSL\Plugins\Dependencies\UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
<Reference Include="YamlDotNet, Version=11.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
<HintPath>..\packages\YamlDotNet.11.0.1\lib\net45\YamlDotNet.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions BetterDrops/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.8.0")]
[assembly: AssemblyFileVersion("1.0.8.0")]
[assembly: AssemblyVersion("1.0.9.0")]
[assembly: AssemblyFileVersion("1.0.9.0")]
1 change: 1 addition & 0 deletions BetterDrops/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Northwood.PluginAPI" version="13.1.1" targetFramework="net48" />
<package id="YamlDotNet" version="11.0.1" targetFramework="net48" />
</packages>

0 comments on commit f00254a

Please sign in to comment.