Skip to content

Commit

Permalink
This is version 1.4.0.
Browse files Browse the repository at this point in the history
Update the project site to point to serilog-contrib.
  • Loading branch information
teo-tsirpanis committed Jul 11, 2021
1 parent 2c9256d commit 05cccab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 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.3.1</Version>
<Version>1.4.0</Version>
<AssemblyVersion>1.3.0</AssemblyVersion>
<TargetFrameworks>net45;net472;netstandard2.0</TargetFrameworks>
<Title>Serilog sink for MSBuild</Title>
Expand All @@ -17,8 +17,10 @@ Despite the package depending on MSBuild 16.7, it will work on versions after 15
When using this package, MSBuild's assemblies are not copied, which is not a problem for custom task assemblies.</Description>
<PackageIcon>logo.png</PackageIcon>
<PackageIconUrl>https://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/teo-tsirpanis/serilog-sinks-msbuild</PackageProjectUrl>
<PackageReleaseNotes>The log messages' parameters are no longer quoted when passed to MSBuild.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/serilog-contrib/serilog-sinks-msbuild</PackageProjectUrl>
<PackageReleaseNotes>Logging to an MSBuild TaskLoggingHelper is now supported.

Exceptions logged through this sink will now show more details.</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down

0 comments on commit 05cccab

Please sign in to comment.