Releases: qphl/Tools.SerilogConfiguration
v4.0.0 - Ownership Change
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
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
Release Note
- Fixed misplaced
using
statement that was causing the build to fail.
Updated JSON Formatter
Release Notes
- Added
Serilog.Formatting.Compact
NuGet reference. - Swapped formatter used for JSON file output from
CrLogstashJsonFormatter
toRenderedCompactJsonFormatter
. - 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
- Changed the names of all configuration values to start with
SerilogConfiguration
rather thanCR.Logging
.
Update Icon URL
- Updated the Icon URL to point to the correct location on GitHub.
Improved Package Dependencies
- 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
A wrapper for initialising Serilog consistently.
Release Candidate 4
1.0.0-rc4 Write docs to correct folder in release
Release Candidate 3
1.0.0-rc3 CodeStyles as private asset