Skip to content

Commit e6652a7

Browse files
Release 3.2 (#84)
1 parent b63a1a2 commit e6652a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/NLog.MailKit/NLog.MailKit.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard1.3;netstandard1.5;net45;netstandard2.0</TargetFrameworks>
4-
<Version>3.1</Version>
4+
<Version>3.2</Version>
55
<Authors>Julian Verdurmen</Authors>
66
<Company>NLog</Company>
77
<Description>NLog Mail Target for .NET Core &amp; .NET Standard, and .NET 4.5+ using MailKit.
@@ -29,6 +29,9 @@ this package will overwrite the original Mail Target.
2929
<AssemblyOriginatorKeyFile>NLog.snk</AssemblyOriginatorKeyFile>
3030
<DelaySign>False</DelaySign>
3131
<PackageReleaseNotes>
32+
3.2:
33+
- Updated dependencies
34+
- Support for the System.Net.Mail.MailPriority values: High and Low
3235
3.1:
3336
- Updated dependencies
3437
- Marked the method Write(AsyncLogEventInfo[]) as obsolete (@sooraj19)

0 commit comments

Comments
 (0)