Skip to content

Commit

Permalink
Bump version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Jul 15, 2019
1 parent 3389710 commit d756187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Serilog.Sinks.MSBuild/Serilog.Sinks.MSBuild.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.1</Version>
<Version>1.2.0</Version>
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<Title>Serilog sink for MSBuild</Title>
<Authors>Theodore Tsirpanis</Authors>
Expand All @@ -12,7 +12,7 @@
It is useful when an MSBuild task calls code that uses Serilog.</Description>
<PackageIconUrl>https://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/teo-tsirpanis/serilog-sinks-msbuild</PackageProjectUrl>
<PackageReleaseNotes>Avoid creating a TaskLoggingHelper if not needed.</PackageReleaseNotes>
<PackageReleaseNotes>Handle exceptions and fatal errors better.</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down

0 comments on commit d756187

Please sign in to comment.