diff --git a/src/NLog.MailKit/NLog.MailKit.csproj b/src/NLog.MailKit/NLog.MailKit.csproj index 611308d..39f0e25 100644 --- a/src/NLog.MailKit/NLog.MailKit.csproj +++ b/src/NLog.MailKit/NLog.MailKit.csproj @@ -1,7 +1,7 @@  netstandard1.3;netstandard1.5;net45;netstandard2.0 - 3.1 + 3.2 Julian Verdurmen NLog NLog Mail Target for .NET Core & .NET Standard, and .NET 4.5+ using MailKit. @@ -29,6 +29,9 @@ this package will overwrite the original Mail Target. NLog.snk False +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)