Skip to content

Commit 0dbadb8

Browse files
Updated project to .NET 4.5.1.
Updated nuget package.
1 parent 25abc4a commit 0dbadb8

5 files changed

+13
-9
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change Log ##
22

3+
#### Version 5.6.1 ####
4+
* Updated to ReflectInsight 5.6.1.2
5+
* Updated to .NET 4.5.1
6+
37
#### Version 5.6.0 ####
48
* Updated extension to use ReflectInsight 5.6.0 version
59

src/ReflectSoftware.Insight.Extensions.SemanticLogging 4.5.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>ReflectSoftware.Insight.Extensions.SemanticLogging</RootNamespace>
1111
<AssemblyName>ReflectSoftware.Insight.Extensions.SemanticLogging</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
<SccProjectName>
@@ -57,8 +57,8 @@
5757
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
60-
<Reference Include="ReflectSoftware.Insight, Version=5.6.0.1604, Culture=neutral, PublicKeyToken=c78ddbdaf1f32b08, processorArchitecture=MSIL">
61-
<HintPath>..\packages\ReflectSoftware.Insight.5.6.0\lib\net45\ReflectSoftware.Insight.dll</HintPath>
60+
<Reference Include="ReflectSoftware.Insight, Version=5.6.1.1604, Culture=neutral, PublicKeyToken=c78ddbdaf1f32b08, processorArchitecture=MSIL">
61+
<HintPath>..\packages\ReflectSoftware.Insight.5.6.1.2\lib\net45\ReflectSoftware.Insight.dll</HintPath>
6262
<Private>True</Private>
6363
</Reference>
6464
<Reference Include="System" />

src/ReflectSoftware.Insight.Extensions.SemanticLogging.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<projectUrl>https://github.com/reflectsoftware/reflectinsight-extensions-semanticlogging</projectUrl>
1111
<iconUrl>http://reflectsoftware.com/images/ReflectInsight-Element-256.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<description>We've added support for the Enterprise Library Semantic Logging (ETW). This allows you to leverage your current investment in EntLib, but leverage the power and flexibility of the ReflectInsight Viewer.
13+
<description>We've added support for the Enterprise Library Semantic Logging (ETW). This allows you to leverage your current investment in EntLib, but leverage the power and flexibility of the ReflectInsight Viewer.
1414

15-
In order to use this extension you must have the ReflectInsight Viewer installed. Download and install the ReflectInsight Viewer from this location:
15+
In order to use this extension you must have the ReflectInsight Viewer installed. Download and install the ReflectInsight Viewer from this location:
1616

1717
http://www.ReflectSoftware.com/Public/Download.aspx
1818

@@ -23,7 +23,7 @@ You can view your EntLib messages in realtime, in a rich viewer that allows you
2323
<tags>reflectinsight logging log logfiles events ETW semantic entlib6 EventSource exception handling structured tracing trace debug diagnostic Enterprise Library LOB lab</tags>
2424
<dependencies>
2525
<dependency id="EnterpriseLibrary.SemanticLogging" version="2.0.1406.1" />
26-
<dependency id="ReflectSoftware.Insight" version="5.6.0" />
26+
<dependency id="ReflectSoftware.Insight" version="5.6.1.2" />
2727
</dependencies>
2828
<references>
2929
<reference file="ReflectSoftware.Insight.Extensions.SemanticLogging.dll" />

src/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
</dependentAssembly>
99
</assemblyBinding>
1010
</runtime>
11-
</configuration>
11+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" /></startup></configuration>

src/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<packages>
33
<package id="EnterpriseLibrary.SemanticLogging" version="2.0.1406.1" targetFramework="net45" />
44
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
5-
<package id="ReflectSoftware.Insight" version="5.6.0" targetFramework="net45" />
5+
<package id="ReflectSoftware.Insight" version="5.6.1.2" targetFramework="net451" />
66
</packages>

0 commit comments

Comments
 (0)