Skip to content

Commit f9687f3

Browse files
committed
This is version 1.5.0.
1 parent 08bfd97 commit f9687f3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Serilog.Sinks.MSBuild/Serilog.Sinks.MSBuild.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.4.0</Version>
4+
<Version>1.5.0</Version>
55
<AssemblyVersion>1.3.0</AssemblyVersion>
66
<TargetFrameworks>net472;netstandard2.0</TargetFrameworks>
77
<Title>Serilog sink for MSBuild</Title>
@@ -18,9 +18,13 @@ When using this package, MSBuild's assemblies are not copied, which is not a pro
1818
<PackageIcon>logo.png</PackageIcon>
1919
<PackageIconUrl>https://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
2020
<PackageProjectUrl>https://github.com/serilog-contrib/serilog-sinks-msbuild</PackageProjectUrl>
21-
<PackageReleaseNotes>Logging to an MSBuild TaskLoggingHelper is now supported.
21+
<PackageReleaseNotes>.NET Framework 4.5 and MSBuild versions prior to 15 are no longer supported.
2222

23-
Exceptions logged through this sink will now show more details.</PackageReleaseNotes>
23+
Specifying help links for warnings and errors is now supported through a new logging property.
24+
25+
The translation from Serilog to MSBuild events is streamlined:
26+
Serilog errors and fatals are both mapped as MSBuild errors and treated identically,
27+
and if a Serilog message has an exception, its ToString() representation will be appended to the end.</PackageReleaseNotes>
2428
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2529
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2630
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)