Skip to content

Commit

Permalink
Updated to ReflectInsight v5.7.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
calloncampbell committed Jun 21, 2017
1 parent f4ee07b commit 4eae4dc
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
param(
[String] $majorMinor = "5.7", # 5.7
[String] $patch = "0", # $env:APPVEYOR_BUILD_VERSION
[String] $patch = "1", # $env:APPVEYOR_BUILD_VERSION
[String] $customLogger = "", # C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll
[Switch] $notouch,
[String] $project = "ReflectSoftware.Insight.Extensions.NLog"
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log ##

#### Version 5.7.1 ####
* Updated to ReflectInsight v5.7.1.1
* Updated reference to Newtonsoft.Json v10.0.2
* Updated to NLog v4.4.11

#### Version 5.7.0 ####
* Updated to ReflectInsight v5.7.0.0

Expand Down
6 changes: 3 additions & 3 deletions assets/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyVersion("5.7.0.1705")]
[assembly: AssemblyFileVersion("5.7.0.1705")]
[assembly: AssemblyInformationalVersion("5.7.0")]
[assembly: AssemblyVersion("5.7.1.1706")]
[assembly: AssemblyFileVersion("5.7.1.1706")]
[assembly: AssemblyInformationalVersion("5.7.1")]
11 changes: 5 additions & 6 deletions src/ReflectSoftware.Insight.Extensions.NLog 4.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,14 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.4.9\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.4.11\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="ReflectSoftware.Insight, Version=5.7.0.1705, Culture=neutral, PublicKeyToken=c78ddbdaf1f32b08, processorArchitecture=MSIL">
<HintPath>..\packages\ReflectSoftware.Insight.5.7.0.0\lib\net45\ReflectSoftware.Insight.dll</HintPath>
<Reference Include="ReflectSoftware.Insight, Version=5.7.1.1706, Culture=neutral, PublicKeyToken=c78ddbdaf1f32b08, processorArchitecture=MSIL">
<HintPath>..\packages\ReflectSoftware.Insight.5.7.1.1\lib\net45\ReflectSoftware.Insight.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion src/ReflectSoftware.Insight.Extensions.NLog.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can view your NLog messages in realtime, in a rich viewer that allows you to
<tags>reflectinsight logging log logfiles events nlog exception handling structured tracing trace debug diagnostic</tags>
<dependencies>
<dependency id="NLog" version="4.4.9" />
<dependency id="ReflectSoftware.Insight" version="5.7.0.0" />
<dependency id="ReflectSoftware.Insight" version="5.7.1.1" />
</dependencies>
<references>
<reference file="ReflectSoftware.Insight.Extensions.NLog.dll" />
Expand Down
6 changes: 3 additions & 3 deletions src/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
<package id="NLog" version="4.4.9" targetFramework="net451" />
<package id="ReflectSoftware.Insight" version="5.7.0.0" targetFramework="net451" />
<package id="Newtonsoft.Json" version="10.0.2" targetFramework="net451" />
<package id="NLog" version="4.4.11" targetFramework="net451" />
<package id="ReflectSoftware.Insight" version="5.7.1.1" targetFramework="net451" />
</packages>

0 comments on commit 4eae4dc

Please sign in to comment.