-
Notifications
You must be signed in to change notification settings - Fork 76
6.1.0 Release #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.1.0 Release #171
Conversation
…plate (OutputTemplateRenderer) Implements #164
- assert that UtcTimestamp in default format (no custom format string) renders without the +00:00 time-zone suffix. Relates to #164
…n enhanced - round-trip standard format string added to tests - for Timestamp the +00:00 format is expected, for UtcTimestamp the Z suffix is expected Relates to #164
… Theory to improve maintainability For better maintainability the multi-line strings with several tokens and formats of Fact unit tests are replaced by Theory with InlineData for better maintainability/readability. Relates to #164
Support UtcTimestamp token in output template (new since Serilog 4.0)
|
Hi @nblumhardt, according to the AppVeyor build it seems the API key for NuGet.org may have expired. Therefore the 6.1.0 release didn't make it to NuGet.org yet. Is there anything I can assist with?
|
|
Hi @ManuelRin - sorry about the delay, I have some time scheduled in next week to run over some open Serilog tasks like this, should be moving along soon. Cheers! |
Switch build to Actions
Don't enable XDOC for tests
{UtcTimestamp}in output templates (@ManuelRin)