Skip to content

Commit

Permalink
Initial update for ReflectInsight 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calloncampbell committed Aug 3, 2015
1 parent d48bf93 commit ab88e78
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 26 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.5", # 5.5
[String] $patch = "1", # $env:APPVEYOR_BUILD_VERSION
[String] $patch = "2", # $env:APPVEYOR_BUILD_VERSION
[String] $customLogger = "", # C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll
[Switch] $notouch,
[String] $project = "ReflectSoftware.Insight.Extensions.Log4Net"
Expand Down
15 changes: 12 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Change Log ##

#### Version 5.5 ####

* Moved from [CodePlex](http://insightextensions.codeplex.com/ "CodePlex")
#### Version 5.5.1 ####
* Bug fixes for packages improperly being downloaded. RabbitMQ is now a nuget dependency.

#### Version 5.5.0 ####
* Moved source code from [CodePlex](http://insightextensions.codeplex.com/ "CodePlex") to GitHub
* Moved extension documentation to [ReflectInsight wiki](https://reflectsoftware.atlassian.net/wiki/display/RI5/ReflectInsight+5+documentation "ReflectInsight wiki")
* Updated extension to use ReflectInsight 5.5.0 version
* New HttpRequest message type
* New JSON message type
* General bug fixes and enhancements
* Performance tuning
* Using [AppVeyor](http://www.appveyor.com/ "AppVeyor") for continue delivery (builds and NuGet publishing)
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Then in your app.config or web.config file, add the following configuration sect
</configuration>
```

Additional configuration details for the ReflectSoftware.Insight.Extensions.Log4Net logging extension can be found [here](https://reflectsoftware.atlassian.net/wiki/display/RI5/Log4net+Extension).
Additional configuration details for the **ReflectSoftware.Insight.Extensions.Log4Net** logging extension can be found in our [documentation](https://reflectsoftware.atlassian.net/wiki/display/RI5/Log4net+Extension).

## Additional Resources

Expand All @@ -82,3 +82,5 @@ Additional configuration details for the ReflectSoftware.Insight.Extensions.Log4
[Submit User Feedback](http://reflectsoftware.uservoice.com/forums/158277-reflectinsight-feedback)

[Contact Support](support@reflectsoftware.com)

[ReflectSoftware Website](http://reflectsoftware.com)
4 changes: 2 additions & 2 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.5.0.1500")]
[assembly: AssemblyFileVersion("5.5.0.1500")]
[assembly: AssemblyVersion("5.5.1.1510")]
[assembly: AssemblyFileVersion("5.5.1.1510")]
[assembly: AssemblyInformationalVersion("5.5.1")]
5 changes: 2 additions & 3 deletions src/ReflectSoftware.Insight.Extensions.Log4net 2.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@
<HintPath>..\packages\log4net.2.0.3\lib\net35-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net35\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="ReflectSoftware.Insight">
<HintPath>..\packages\ReflectSoftware.Insight.5.5.0\lib\net20\ReflectSoftware.Insight.dll</HintPath>
<HintPath>..\packages\ReflectSoftware.Insight.5.5.1\lib\net20\ReflectSoftware.Insight.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
5 changes: 2 additions & 3 deletions src/ReflectSoftware.Insight.Extensions.Log4net 4.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="ReflectSoftware.Insight">
<HintPath>..\packages\ReflectSoftware.Insight.5.5.0\lib\net40\ReflectSoftware.Insight.dll</HintPath>
<HintPath>..\packages\ReflectSoftware.Insight.5.5.1\lib\net40\ReflectSoftware.Insight.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
5 changes: 2 additions & 3 deletions src/ReflectSoftware.Insight.Extensions.Log4net 4.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="ReflectSoftware.Insight">
<HintPath>..\packages\ReflectSoftware.Insight.5.5.0\lib\net45\ReflectSoftware.Insight.dll</HintPath>
<HintPath>..\packages\ReflectSoftware.Insight.5.5.1\lib\net45\ReflectSoftware.Insight.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
4 changes: 2 additions & 2 deletions src/ReflectSoftware.Insight.Extensions.Log4net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>ReflectSoftware.Insight.Extensions.Log4net</id>
<version>5.5.1</version>
<version>5.5.2</version>
<title>ReflectSoftware.Insight.Extensions.Log4net</title>
<authors>ReflectSoftware Inc.</authors>
<owners>ReflectSoftware Inc.</owners>
Expand All @@ -27,7 +27,7 @@ For help on configuration, please see our documentation on the website (https://
<tags>Log4net Logging Extensions ReflectInsight Appender Log Tracing RabbitMQ</tags>
<dependencies>
<dependency id="log4net" version="2.0.3" />
<dependency id="ReflectSoftware.Insight" version="5.5.0" />
<dependency id="ReflectSoftware.Insight" version="5.5.1" />
</dependencies>
<references>
<reference file="ReflectSoftware.Insight.Extensions.Log4net.dll" />
Expand Down
12 changes: 6 additions & 6 deletions src/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<package id="log4net" version="2.0.3" targetFramework="net35" />
<package id="log4net" version="2.0.3" targetFramework="net40" />
<package id="log4net" version="2.0.3" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net35" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
<package id="ReflectSoftware.Insight" version="5.5.0" targetFramework="net35" />
<package id="ReflectSoftware.Insight" version="5.5.0" targetFramework="net40" />
<package id="ReflectSoftware.Insight" version="5.5.0" targetFramework="net45" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net35" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net40" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
<package id="ReflectSoftware.Insight" version="5.5.1-rc" targetFramework="net35" />
<package id="ReflectSoftware.Insight" version="5.5.1-rc" targetFramework="net40" />
<package id="ReflectSoftware.Insight" version="5.5.1-rc" targetFramework="net45" />
</packages>
10 changes: 8 additions & 2 deletions src/readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
REFLECTSOFTWARE INC.
REFLECTINSIGHT LOGGING LIBRARY
VERSION 5.4
VERSION 5.5

RELEASE NOTES

Version 5.5.1
- Added auto save log file by file size
- Bug fixes for packages improperly being downloaded. RabbitMQ is now a nuget dependency.

Version 5.5.0
- New HttpRequest message type
- New JSON message type
- General bug fixes and enhancements
- Performance tuning

Version 5.4.0
- Added auto save log file by file size
Expand Down

0 comments on commit ab88e78

Please sign in to comment.