Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sandermvanvliet committed Oct 15, 2018
1 parent ba8d943 commit d73533e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<IsPackable>true</IsPackable>
<Version>0.1.0</Version>
<Version>0.2.0</Version>
<Title>Serilog in-memory sink assertion extensions</Title>
<Description>FluentAssertions extensions to use with the Serilog.Sinks.InMemory package</Description>
<Copyright>2018 Sander van Vliet</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.InMemory/Serilog.Sinks.InMemory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<IsPackable>true</IsPackable>
<Version>0.1.0</Version>
<Version>0.2.0</Version>
<Title>Serilog in-memory sink</Title>
<Description>A sink to be used for testing log messages using Serilog</Description>
<Copyright>2018 Sander van Vliet</Copyright>
Expand Down

0 comments on commit d73533e

Please sign in to comment.