Skip to content

Commit

Permalink
Upgraded the NLog to v4.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddmeinershagen committed Feb 25, 2017
1 parent 68b6c93 commit d37334e
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.3.2.1\lib\net45\NLog.dll</HintPath>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.0.1\lib\net45\NLog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NSubstitute">
Expand Down
2 changes: 1 addition & 1 deletion src/NLog.SignalR.IntegrationTests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<package id="Nancy" version="0.23.2" targetFramework="net45" />
<package id="Nancy.Hosting.Self" version="0.23.2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
<package id="NLog" version="3.2.1" targetFramework="net45" />
<package id="NLog" version="4.0.1" targetFramework="net45" />
<package id="NSubstitute" version="1.7.2.0" targetFramework="net45" />
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.3.2.1\lib\net45\NLog.dll</HintPath>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.0.1\lib\net45\NLog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion src/NLog.SignalR.Sample.Command/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="NLog" version="3.2.1" targetFramework="net45" />
<package id="NLog" version="4.0.1" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions src/NLog.SignalR.Sample.Web/NLog.SignalR.Sample.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.3.2.1\lib\net45\NLog.dll</HintPath>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.0.1\lib\net45\NLog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Owin">
Expand Down
2 changes: 1 addition & 1 deletion src/NLog.SignalR.Sample.Web/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
<package id="Modernizr" version="2.6.2" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
<package id="NLog" version="3.2.1" targetFramework="net45" />
<package id="NLog" version="4.0.1" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
<package id="Twitter.Bootstrap" version="3.0.1.1" targetFramework="net45" />
<package id="WebGrease" version="1.3.0" targetFramework="net45" />
Expand Down
4 changes: 2 additions & 2 deletions src/NLog.SignalR/NLog.SignalR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=3.2.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.3.2.1\lib\net40\NLog.dll</HintPath>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.0.1\lib\net40\NLog.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
5 changes: 3 additions & 2 deletions src/NLog.SignalR/NLog.SignalR.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<releaseNotes>
Custom NLog target for send logs to a SignalR hub. This release is based on SignalR 2.0.
>2.0.0 - Initial version supporting SignalR 2.0
>2.0.1 - Fixed a [bug #4](https://github.com/toddmeinershagen/NLog.SignalR/issues/4
)</releaseNotes>
>2.0.1 - Fixed a [bug #4](https://github.com/toddmeinershagen/NLog.SignalR/issues/4)
>4.0.1 - Upgraded the NLog dependency to force clients to use the newer version which contains breaking changes.
</releaseNotes>
<copyright>Copyright 2012</copyright>
<tags>nlog target signalr</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions src/NLog.SignalR/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("2.0.1")]
[assembly: AssemblyFileVersion("2.0.1")]
[assembly: AssemblyVersion("4.0.1")]
[assembly: AssemblyFileVersion("4.0.1")]
2 changes: 1 addition & 1 deletion src/NLog.SignalR/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="Microsoft.AspNet.SignalR.Client" version="2.1.1" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net40" />
<package id="NLog" version="3.2.1" targetFramework="net40" />
<package id="NLog" version="4.0.1" targetFramework="net40" />
</packages>

0 comments on commit d37334e

Please sign in to comment.