Skip to content

Commit

Permalink
Release 3.2 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Apr 16, 2020
1 parent b63a1a2 commit e6652a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/NLog.MailKit/NLog.MailKit.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard1.3;netstandard1.5;net45;netstandard2.0</TargetFrameworks>
<Version>3.1</Version>
<Version>3.2</Version>
<Authors>Julian Verdurmen</Authors>
<Company>NLog</Company>
<Description>NLog Mail Target for .NET Core &amp; .NET Standard, and .NET 4.5+ using MailKit.
Expand Down Expand Up @@ -29,6 +29,9 @@ this package will overwrite the original Mail Target.
<AssemblyOriginatorKeyFile>NLog.snk</AssemblyOriginatorKeyFile>
<DelaySign>False</DelaySign>
<PackageReleaseNotes>
3.2:
- Updated dependencies
- Support for the System.Net.Mail.MailPriority values: High and Low
3.1:
- Updated dependencies
- Marked the method Write(AsyncLogEventInfo[]) as obsolete (@sooraj19)
Expand Down

0 comments on commit e6652a7

Please sign in to comment.