Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from PintTheDragon/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
PintTheDragon authored Nov 4, 2020
2 parents 5ed1879 + c04b87a commit 9724b49
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
29 changes: 19 additions & 10 deletions src/Buddy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,29 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>libs\CommandSystem.Core.dll</HintPath>
</Reference>
<Reference Include="Exiled.API, Version=2.0.10.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EXILED.2.0.10\lib\net472\Exiled.API.dll</HintPath>
<Reference Include="Exiled.API, Version=2.1.13.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\EXILED.2.1.13\lib\net472\Exiled.API.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Exiled.Events, Version=2.0.10.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EXILED.2.0.10\lib\net472\Exiled.Events.dll</HintPath>
<Reference Include="Exiled.Bootstrap, Version=2.1.13.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\EXILED.2.1.13\lib\net472\Exiled.Bootstrap.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Exiled.Loader, Version=2.0.10.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EXILED.2.0.10\lib\net472\Exiled.Loader.dll</HintPath>
<Reference Include="Exiled.Events, Version=2.1.13.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\EXILED.2.1.13\lib\net472\Exiled.Events.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Exiled.Permissions, Version=2.0.10.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EXILED.2.0.10\lib\net472\Exiled.Permissions.dll</HintPath>
<Reference Include="Exiled.Loader, Version=2.1.13.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\EXILED.2.1.13\lib\net472\Exiled.Loader.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Exiled.Updater, Version=2.0.10.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EXILED.2.0.10\lib\net472\Exiled.Updater.dll</HintPath>
<Reference Include="Exiled.Permissions, Version=2.1.13.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\EXILED.2.1.13\lib\net472\Exiled.Permissions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Exiled.Updater, Version=3.0.3.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\EXILED.2.1.13\lib\net472\Exiled.Updater.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Config : IConfig
public bool DisallowGuardScientistCombo { get; set; } = true;

[Description("Should buddies be reset every round.")]
public bool ResetBuddiesEveryRound { get; set; } = true;
public bool ResetBuddiesEveryRound { get; set; } = false;

[Description("Should a broadcast be sent be sent telling players how to use the plugin.")]
public bool SendInfoBroadcast { get; set; } = true;
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.2.2")]
[assembly: AssemblyFileVersion("1.2.2")]
[assembly: AssemblyVersion("1.2.3")]
[assembly: AssemblyFileVersion("1.2.3")]
2 changes: 1 addition & 1 deletion src/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EXILED" version="2.0.10" targetFramework="net472" />
<package id="EXILED" version="2.1.13" targetFramework="net472" />
</packages>

0 comments on commit 9724b49

Please sign in to comment.