Skip to content

Commit 89e1f1c

Browse files
committed
Updated dependencies
1 parent 896432e commit 89e1f1c

13 files changed

+23
-23
lines changed

Source/Platforms/Log4net/Exceptionless.Log4net.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<DocumentationFile>bin\Release\$(TargetFrameworkVersion)\Exceptionless.Log4net.xml</DocumentationFile>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="log4net, Version=1.2.14.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
42-
<HintPath>..\..\..\packages\log4net.2.0.4\lib\net40-full\log4net.dll</HintPath>
41+
<Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
42+
<HintPath>..\..\..\packages\log4net.2.0.5\lib\net40-full\log4net.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
4545
<Reference Include="System" />

Source/Platforms/Log4net/NuGet/Exceptionless.Log4net.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<tags>Log4net Appender Exceptionless Error Report Reporting Exception Logging Log ELMAH</tags>
1515
<dependencies>
1616
<dependency id="Exceptionless.Portable" version="[$version$]" />
17-
<dependency id="log4net" version="2.0.3" />
17+
<dependency id="log4net" version="2.0.5" />
1818
</dependencies>
1919
</metadata>
2020
</package>
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="log4net" version="2.0.4" targetFramework="net4" />
3+
<package id="log4net" version="2.0.5" targetFramework="net40" />
44
</packages>

Source/Platforms/NLog/Exceptionless.NLog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</PropertyGroup>
4343
<ItemGroup>
4444
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
45-
<HintPath>..\..\..\packages\NLog.4.2.1\lib\net40\NLog.dll</HintPath>
45+
<HintPath>..\..\..\packages\NLog.4.2.2\lib\net40\NLog.dll</HintPath>
4646
<Private>True</Private>
4747
</Reference>
4848
<Reference Include="System" />

Source/Platforms/NLog/NuGet/Exceptionless.NLog.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<tags>NLog Target Exceptionless Error Report Reporting Exception Logging Log ELMAH</tags>
1515
<dependencies>
1616
<dependency id="Exceptionless.Portable" version="[$version$]" />
17-
<dependency id="NLog" version="3.2" />
17+
<dependency id="NLog" version="4.2.2" />
1818
</dependencies>
1919
</metadata>
2020
</package>

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="4.2.1" targetFramework="net4" />
3+
<package id="NLog" version="4.2.2" targetFramework="net40" />
44
</packages>
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="Nancy" version="1.4.2" targetFramework="net4" />
3+
<package id="Nancy" version="1.4.2" targetFramework="net40" />
44
</packages>

Source/Samples/SampleConsole/Exceptionless.SampleConsole.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
4444
</AssemblyOriginatorKeyFile>
4545
</PropertyGroup>
4646
<ItemGroup>
47-
<Reference Include="Exceptionless.DateTimeExtensions, Version=3.1.41.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\..\..\packages\Exceptionless.DateTimeExtensions.3.1.41\lib\portable-net40+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\Exceptionless.DateTimeExtensions.dll</HintPath>
47+
<Reference Include="Exceptionless.DateTimeExtensions, Version=3.1.42.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\..\..\packages\Exceptionless.DateTimeExtensions.3.1.42\lib\portable-net40+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\Exceptionless.DateTimeExtensions.dll</HintPath>
4949
<Private>True</Private>
5050
</Reference>
5151
<Reference Include="Exceptionless.RandomData, Version=1.0.15.0, Culture=neutral, processorArchitecture=MSIL">
5252
<HintPath>..\..\..\packages\Exceptionless.RandomData.1.0.15.0\lib\net40\Exceptionless.RandomData.dll</HintPath>
5353
<Private>True</Private>
5454
</Reference>
55-
<Reference Include="log4net, Version=1.2.14.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
56-
<HintPath>..\..\..\packages\log4net.2.0.4\lib\net45-full\log4net.dll</HintPath>
55+
<Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
56+
<HintPath>..\..\..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
5757
<Private>True</Private>
5858
</Reference>
5959
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
60-
<HintPath>..\..\..\packages\NLog.4.2.1\lib\net45\NLog.dll</HintPath>
60+
<HintPath>..\..\..\packages\NLog.4.2.2\lib\net45\NLog.dll</HintPath>
6161
<Private>True</Private>
6262
</Reference>
6363
<Reference Include="System" />
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Exceptionless.DateTimeExtensions" version="3.1.41" targetFramework="net451" />
3+
<package id="Exceptionless.DateTimeExtensions" version="3.1.42" targetFramework="net451" />
44
<package id="Exceptionless.RandomData" version="1.0.15.0" targetFramework="net451" />
5-
<package id="log4net" version="2.0.4" targetFramework="net451" />
6-
<package id="NLog" version="4.2.1" targetFramework="net451" />
7-
<package id="NLog.Config" version="4.2.1" targetFramework="net451" />
5+
<package id="log4net" version="2.0.5" targetFramework="net451" />
6+
<package id="NLog" version="4.2.2" targetFramework="net451" />
7+
<package id="NLog.Config" version="4.2.2" targetFramework="net451" />
88
<package id="NLog.Schema" version="4.2.1" targetFramework="net451" />
99
</packages>

Source/Samples/SampleMvc/Exceptionless.SampleMvc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<Private>True</Private>
5656
</Reference>
5757
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
58-
<HintPath>..\..\..\packages\NLog.4.2.1\lib\net45\NLog.dll</HintPath>
58+
<HintPath>..\..\..\packages\NLog.4.2.2\lib\net45\NLog.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
6161
<Reference Include="System" />

0 commit comments

Comments
 (0)