Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
Updated API to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed Dec 21, 2018
1 parent c64173b commit e877f30
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion SCPDiscordPlugin/Properties/Settings.Designer.cs

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

6 changes: 3 additions & 3 deletions SCPDiscordPlugin/SCPDiscord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ namespace SCPDiscord
name = "SCPDiscord",
description = "SCP:SL - Discord bridge.",
id = "karlofduty.scpdiscord",
version = "1.0.0",
version = "1.0.0-B",
SmodMajor = 3,
SmodMinor = 1,
SmodRevision = 22
SmodMinor = 2,
SmodRevision = 0
)]
public class SCPDiscord : Plugin
{
Expand Down
22 changes: 11 additions & 11 deletions SCPDiscordPlugin/SCPDiscordPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SCPDiscord</RootNamespace>
<AssemblyName>SCPDiscord</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand Down Expand Up @@ -40,22 +40,23 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=11.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\Smod2\Assembly-CSharp.dll</HintPath>
<HintPath>lib\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net35\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Smod2">
<HintPath>E:\SteamLibrary\steamapps\common\SCP Secret Laboratory2\SCPSL_Data\Managed\Smod2.dll</HintPath>
<Reference Include="Smod2, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\Smod2.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="YamlDotNet, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\YamlDotNet.5.0.1\lib\net35\YamlDotNet.dll</HintPath>
<Reference Include="YamlDotNet, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\YamlDotNet.5.3.0\lib\net45\YamlDotNet.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -99,23 +100,22 @@
<None Include="Languages\french.yml" />
<None Include="Languages\frenchemote.yml" />
<None Include="Languages\russian.yml" />
<None Include="lib\Smod2\Smod2.dll" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="lib\Smod2\Assembly-CSharp.dll" />
<Content Include="lib\Assembly-CSharp.dll" />
<Content Include="lib\Smod2.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>taskkill /F /IM SCPSL.exe /T 2&gt;nul &amp;set errorlevel=0
cd $(ProjectDir)
copy /y bin\SCPDiscord.dll ..\..\..\scpserver\sm_plugins\
mkdir ..\..\..\scpserver\sm_plugins\dependencies
copy /y bin\Newtonsoft.Json.dll ..\..\..\scpserver\sm_plugins\dependencies\
copy /y bin\YamlDotNet.dll ..\..\..\scpserver\sm_plugins\dependencies\</PostBuildEvent>
</PropertyGroup>
</Project>
Binary file added SCPDiscordPlugin/lib/Assembly-CSharp.dll
Binary file not shown.
Binary file added SCPDiscordPlugin/lib/Smod2.dll
Binary file not shown.
Binary file removed SCPDiscordPlugin/lib/Smod2/Assembly-CSharp.dll
Binary file not shown.
Binary file removed SCPDiscordPlugin/lib/Smod2/Smod2.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions SCPDiscordPlugin/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="Newtonsoft.Json" version="11.0.2" targetFramework="net35" />
<package id="YamlDotNet" version="5.0.1" targetFramework="net35" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net471" />
<package id="YamlDotNet" version="5.3.0" targetFramework="net471" />
</packages>

0 comments on commit e877f30

Please sign in to comment.