Skip to content

Commit 2d96eb5

Browse files
committed
Updated nlog to the latest version.
1 parent 8385a90 commit 2d96eb5

File tree

9 files changed

+138
-341
lines changed

9 files changed

+138
-341
lines changed

Source/Platforms/NLog/Exceptionless.NLog.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
<Prefer32Bit>false</Prefer32Bit>
4242
</PropertyGroup>
4343
<ItemGroup>
44-
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
45-
<SpecificVersion>False</SpecificVersion>
46-
<HintPath>..\..\..\packages\NLog.3.2.1\lib\net40\NLog.dll</HintPath>
44+
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
45+
<HintPath>..\..\..\packages\NLog.4.1.2\lib\net40\NLog.dll</HintPath>
46+
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="System" />
4949
<Reference Include="System.Core" />

Source/Platforms/NLog/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.1" targetFramework="net4" />
3+
<package id="NLog" version="4.1.2" targetFramework="net4" />
44
</packages>

Source/Samples/SampleConsole/Exceptionless.SampleConsole.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<Reference Include="log4net">
5656
<HintPath>..\..\..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
5757
</Reference>
58-
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
59-
<HintPath>..\..\..\packages\NLog.3.2.1\lib\net45\NLog.dll</HintPath>
58+
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
59+
<HintPath>..\..\..\packages\NLog.4.1.2\lib\net45\NLog.dll</HintPath>
6060
<Private>True</Private>
6161
</Reference>
6262
<Reference Include="System" />

Source/Samples/SampleConsole/NLog.xsd

Lines changed: 118 additions & 321 deletions
Large diffs are not rendered by default.

Source/Samples/SampleConsole/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="Exceptionless.DateTimeExtensions" version="3.0.38" targetFramework="net451" />
44
<package id="Exceptionless.RandomData" version="1.0.15.0" targetFramework="net451" />
55
<package id="log4net" version="2.0.3" targetFramework="net451" />
6-
<package id="NLog" version="3.2.1" targetFramework="net451" />
7-
<package id="NLog.Config" version="3.2.1" targetFramework="net451" />
8-
<package id="NLog.Schema" version="3.2.1" targetFramework="net451" />
6+
<package id="NLog" version="4.1.2" targetFramework="net451" />
7+
<package id="NLog.Config" version="4.1.2" targetFramework="net451" />
8+
<package id="NLog.Schema" version="4.1.0" targetFramework="net451" />
99
</packages>

Source/Samples/SampleMvc/Exceptionless.SampleMvc.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<HintPath>..\..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
52-
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
53-
<HintPath>..\..\..\packages\NLog.3.2.1\lib\net45\NLog.dll</HintPath>
52+
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
53+
<HintPath>..\..\..\packages\NLog.4.1.2\lib\net45\NLog.dll</HintPath>
5454
<Private>True</Private>
5555
</Reference>
5656
<Reference Include="System" />

Source/Samples/SampleMvc/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net451" />
1515
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
1616
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net451" />
17-
<package id="NLog" version="3.2.1" targetFramework="net451" />
17+
<package id="NLog" version="4.1.2" targetFramework="net451" />
1818
</packages>

Source/Tests/Exceptionless.Tests.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<Private>True</Private>
4444
</Reference>
4545
<Reference Include="Foundatio, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\..\packages\Foundatio.3.0.509\lib\net45\Foundatio.dll</HintPath>
46+
<HintPath>..\..\packages\Foundatio.3.0.516\lib\net45\Foundatio.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -82,15 +82,15 @@
8282
<HintPath>..\..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath>
8383
<Private>True</Private>
8484
</Reference>
85-
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
86-
<HintPath>..\..\packages\NLog.3.2.1\lib\net45\NLog.dll</HintPath>
85+
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
86+
<HintPath>..\..\packages\NLog.4.1.2\lib\net45\NLog.dll</HintPath>
8787
<Private>True</Private>
8888
</Reference>
8989
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
9090
<HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
9191
</Reference>
92-
<Reference Include="SimpleInjector, Version=3.0.5.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
93-
<HintPath>..\..\packages\SimpleInjector.3.0.5\lib\net45\SimpleInjector.dll</HintPath>
92+
<Reference Include="SimpleInjector, Version=3.0.6.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
93+
<HintPath>..\..\packages\SimpleInjector.3.0.6\lib\net45\SimpleInjector.dll</HintPath>
9494
<Private>True</Private>
9595
</Reference>
9696
<Reference Include="System" />

Source/Tests/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Exceptionless.RandomData" version="1.0.15.0" targetFramework="net451" />
4-
<package id="Foundatio" version="3.0.509" targetFramework="net451" />
4+
<package id="Foundatio" version="3.0.516" targetFramework="net451" />
55
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net451" />
66
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net451" />
77
<package id="Microsoft.AspNet.WebApi.Owin" version="5.2.3" targetFramework="net451" />
@@ -13,9 +13,9 @@
1313
<package id="Moq" version="4.2.1507.0118" targetFramework="net451" />
1414
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net451" />
1515
<package id="Nito.AsyncEx" version="3.0.1" targetFramework="net451" />
16-
<package id="NLog" version="3.2.1" targetFramework="net451" />
16+
<package id="NLog" version="4.1.2" targetFramework="net451" />
1717
<package id="Owin" version="1.0" targetFramework="net451" />
18-
<package id="SimpleInjector" version="3.0.5" targetFramework="net451" />
18+
<package id="SimpleInjector" version="3.0.6" targetFramework="net451" />
1919
<package id="xunit" version="2.1.0" targetFramework="net451" />
2020
<package id="xunit.abstractions" version="2.0.0" targetFramework="net451" />
2121
<package id="xunit.assert" version="2.1.0" targetFramework="net451" />

0 commit comments

Comments
 (0)