We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63a1a2 commit e6652a7Copy full SHA for e6652a7
src/NLog.MailKit/NLog.MailKit.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>netstandard1.3;netstandard1.5;net45;netstandard2.0</TargetFrameworks>
4
- <Version>3.1</Version>
+ <Version>3.2</Version>
5
<Authors>Julian Verdurmen</Authors>
6
<Company>NLog</Company>
7
<Description>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.
29
<AssemblyOriginatorKeyFile>NLog.snk</AssemblyOriginatorKeyFile>
30
<DelaySign>False</DelaySign>
31
<PackageReleaseNotes>
32
+3.2:
33
+- Updated dependencies
34
+- Support for the System.Net.Mail.MailPriority values: High and Low
35
3.1:
36
- Updated dependencies
37
- Marked the method Write(AsyncLogEventInfo[]) as obsolete (@sooraj19)
0 commit comments