Skip to content

Commit

Permalink
This is version 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Aug 29, 2022
1 parent 08bfd97 commit f9687f3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 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.4.0</Version>
<Version>1.5.0</Version>
<AssemblyVersion>1.3.0</AssemblyVersion>
<TargetFrameworks>net472;netstandard2.0</TargetFrameworks>
<Title>Serilog sink for MSBuild</Title>
Expand All @@ -18,9 +18,13 @@ When using this package, MSBuild's assemblies are not copied, which is not a pro
<PackageIcon>logo.png</PackageIcon>
<PackageIconUrl>https://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/serilog-contrib/serilog-sinks-msbuild</PackageProjectUrl>
<PackageReleaseNotes>Logging to an MSBuild TaskLoggingHelper is now supported.
<PackageReleaseNotes>.NET Framework 4.5 and MSBuild versions prior to 15 are no longer supported.

Exceptions logged through this sink will now show more details.</PackageReleaseNotes>
Specifying help links for warnings and errors is now supported through a new logging property.

The translation from Serilog to MSBuild events is streamlined:
Serilog errors and fatals are both mapped as MSBuild errors and treated identically,
and if a Serilog message has an exception, its ToString() representation will be appended to the end.</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down

0 comments on commit f9687f3

Please sign in to comment.