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 fc9fb32 commit ebb5a3f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 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.Log4Net"
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change Log ##

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

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

Expand Down
9 changes: 4 additions & 5 deletions src/ReflectSoftware.Insight.Extensions.Log4net 4.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,11 @@
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<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="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.Log4net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can view your log4net messages in realtime, in a rich viewer that allows you
<tags>reflectinsight logging log logfiles events log4net exception handling structured tracing trace debug diagnostic</tags>
<dependencies>
<dependency id="log4net" version="2.0.8" />
<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.Log4net.dll" />
Expand Down
4 changes: 2 additions & 2 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="log4net" version="2.0.8" targetFramework="net451" />
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
<package id="ReflectSoftware.Insight" version="5.7.0.0" targetFramework="net451" />
<package id="Newtonsoft.Json" version="10.0.2" targetFramework="net451" />
<package id="ReflectSoftware.Insight" version="5.7.1.1" targetFramework="net451" />
</packages>

0 comments on commit ebb5a3f

Please sign in to comment.