Skip to content

Commit

Permalink
Preparing for release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandermvanvliet committed Oct 15, 2018
1 parent 9cf4286 commit 49d96e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_build:
- cmd: dotnet restore --verbosity m
build_script:
- cmd: dotnet publish
- cmd: dotnet pack --version-suffix -pre
- cmd: dotnet pack
after_build:
# For once the build has completed
clone_depth: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<IsPackable>true</IsPackable>
<Version>1.0.0</Version>
<Version>0.1.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>1.0.0</Version>
<Version>0.1.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 49d96e4

Please sign in to comment.