Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit d3085c9

Browse files
committed
Updated NLog
1 parent 5d75fa3 commit d3085c9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//2412
1+
//2414
22
//
33
// This code was generated by a tool. Any changes made manually will be lost
44
// the next time this code is regenerated.
55
//
66

77
using System.Reflection;
88

9-
[assembly: AssemblyFileVersion("1.12.3.2412")]
10-
[assembly: AssemblyVersion("1.12.3.2412")]
9+
[assembly: AssemblyFileVersion("1.12.3.2414")]
10+
[assembly: AssemblyVersion("1.12.3.2414")]

EssentialsPlugin/EssentialsPlugin.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@
201201
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
202202
</ItemGroup>
203203
<ItemGroup>
204-
<Reference Include="NLog">
205-
<HintPath>..\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath>
204+
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
205+
<SpecificVersion>False</SpecificVersion>
206+
<HintPath>..\packages\NLog.3.2.1\lib\net45\NLog.dll</HintPath>
206207
</Reference>
207208
<Reference Include="Sandbox.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
208209
<SpecificVersion>False</SpecificVersion>

EssentialsPlugin/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NLog" version="3.2.0.0" targetFramework="net45" />
3+
<package id="NLog" version="3.2.1" targetFramework="net45" />
44
</packages>

0 commit comments

Comments
 (0)