Skip to content

Commit 05cccab

Browse files
committed
This is version 1.4.0.
Update the project site to point to serilog-contrib.
1 parent 2c9256d commit 05cccab

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 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.3.1</Version>
4+
<Version>1.4.0</Version>
55
<AssemblyVersion>1.3.0</AssemblyVersion>
66
<TargetFrameworks>net45;net472;netstandard2.0</TargetFrameworks>
77
<Title>Serilog sink for MSBuild</Title>
@@ -17,8 +17,10 @@ Despite the package depending on MSBuild 16.7, it will work on versions after 15
1717
When using this package, MSBuild's assemblies are not copied, which is not a problem for custom task assemblies.</Description>
1818
<PackageIcon>logo.png</PackageIcon>
1919
<PackageIconUrl>https://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
20-
<PackageProjectUrl>https://github.com/teo-tsirpanis/serilog-sinks-msbuild</PackageProjectUrl>
21-
<PackageReleaseNotes>The log messages' parameters are no longer quoted when passed to MSBuild.</PackageReleaseNotes>
20+
<PackageProjectUrl>https://github.com/serilog-contrib/serilog-sinks-msbuild</PackageProjectUrl>
21+
<PackageReleaseNotes>Logging to an MSBuild TaskLoggingHelper is now supported.
22+
23+
Exceptions logged through this sink will now show more details.</PackageReleaseNotes>
2224
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2325
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2426
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)