diff --git a/src/Serilog.Sinks.InMemory.Assertions/Serilog.Sinks.InMemory.Assertions.csproj b/src/Serilog.Sinks.InMemory.Assertions/Serilog.Sinks.InMemory.Assertions.csproj index 93ffbd1..1e139fd 100644 --- a/src/Serilog.Sinks.InMemory.Assertions/Serilog.Sinks.InMemory.Assertions.csproj +++ b/src/Serilog.Sinks.InMemory.Assertions/Serilog.Sinks.InMemory.Assertions.csproj @@ -6,7 +6,7 @@ true - 0.1.0 + 0.2.0 Serilog in-memory sink assertion extensions FluentAssertions extensions to use with the Serilog.Sinks.InMemory package 2018 Sander van Vliet diff --git a/src/Serilog.Sinks.InMemory/Serilog.Sinks.InMemory.csproj b/src/Serilog.Sinks.InMemory/Serilog.Sinks.InMemory.csproj index cfc826b..65b0eb0 100644 --- a/src/Serilog.Sinks.InMemory/Serilog.Sinks.InMemory.csproj +++ b/src/Serilog.Sinks.InMemory/Serilog.Sinks.InMemory.csproj @@ -6,7 +6,7 @@ true - 0.1.0 + 0.2.0 Serilog in-memory sink A sink to be used for testing log messages using Serilog 2018 Sander van Vliet