Releases: serilog-contrib/SerilogSinksInMemory
Releases · serilog-contrib/SerilogSinksInMemory
2.0.0.0
0.16.0.0
Add support for AwesomeAssertions 9
0.15.0.0
0.14.0.0
Bump version and copyright
0.13.0.0-alpha
Proper version
0.13.0.0
This release now supports the following assertion libraries:
- FluentAssertions 5, 6, 7 and 8
- AwesomeAssertions 8
- Shouldly 4
0.12.1.0-alpha
Bump version
0.12.0.0-alpha
gotta dash
0.11.0.0
- Add assertions for verifying properties on messages that have a property that contains a destructured object
- Switched builds from AppVeyor to Github Actions
v0.7.0
Serilog.Sinks.InMemory 0.7.0
- Introduce
InMemorySinkSnapshot
for testing (see below). - Change target frameworks for test projects to net462, netcoreapp3.1 and net6.0
Serilog.Sinks.InMemory.Assertions: 0.9.1
- Use the new snapshot mechanism from
InMemorySink
instead of using reflection to achieve that.