v0.7.0
Serilog.Sinks.InMemory 0.7.0
- Introduce
InMemorySinkSnapshotfor 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
InMemorySinkinstead of using reflection to achieve that.