Skip to content

Releases: qphl/Tools.SerilogConfiguration

v4.0.0 - Ownership Change

03 Dec 13:09
Compare
Choose a tag to compare

Ownership change and package update

As we are now working under Corsham Science, the package name, copyright information and other relevant metadata have been updated to reflect this fact.

The SerilogConfiguration's CodeStyle package has been updated to the latest version and the build script has been updated to output the package in the correct directory (as .Net Core 3 changed the relative path structure for build outputs).

v4.0.0-RC1 - Ownership Change

03 Dec 12:08
Compare
Choose a tag to compare
Pre-release

Ownership change and package update

As we are now working under Corsham Science, the package name, copyright information and other relevant metadata have been updated to reflect this fact.

The SerilogConfiguration's CodeStyle package has been updated to the latest version and the build script has been updated to output the package in the correct directory (as .Net Core 3 changed the relative path structure for build outputs).

Fix Style Issue

01 Apr 15:20
6e8b19b
Compare
Choose a tag to compare

Release Note

  • Fixed misplaced using statement that was causing the build to fail.

Updated JSON Formatter

01 Apr 14:50
8ed97eb
Compare
Choose a tag to compare

Release Notes

  • Added Serilog.Formatting.Compact NuGet reference.
  • Swapped formatter used for JSON file output from CrLogstashJsonFormatter to RenderedCompactJsonFormatter.
  • Removed CrLogstashJsonFormatter.cs

Other changes

  • Updated CR.CodeStyle.CSharp.Full to 2.0.1
  • Fixed incorrect copyright text highlighted after package upgrade.
  • Removed Resharper comments.

Update Configuration Value Names

09 Jul 09:31
c29b8de
Compare
Choose a tag to compare
  • Changed the names of all configuration values to start with SerilogConfiguration rather than CR.Logging.

Update Icon URL

25 Jun 13:07
cb38142
Compare
Choose a tag to compare
  • Updated the Icon URL to point to the correct location on GitHub.

Improved Package Dependencies

21 Jun 15:15
9f25361
Compare
Choose a tag to compare
  • Changed package dependency versions to ranges (Semver based; major version changes should bring breaking changes, and will need to be reviewed with package updates to support them).

Initial Release

19 Jun 15:16
225b803
Compare
Choose a tag to compare

A wrapper for initialising Serilog consistently.

Release Candidate 4

15 Jun 10:25
1c10898
Compare
Choose a tag to compare
Release Candidate 4 Pre-release
Pre-release
1.0.0-rc4

Write docs to correct folder in release

Release Candidate 3

15 Jun 09:41
Compare
Choose a tag to compare
Release Candidate 3 Pre-release
Pre-release
1.0.0-rc3

CodeStyles as private asset