Skip to content

Commit 31fce10

Browse files
Version 3.3. (#94)
1 parent 36bb074 commit 31fce10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/NLog.MailKit/NLog.MailKit.csproj

Lines changed: 3 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.2</Version>
4+
<Version>3.3</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,8 @@ this package will overwrite the original Mail Target.
2929
<AssemblyOriginatorKeyFile>NLog.snk</AssemblyOriginatorKeyFile>
3030
<DelaySign>False</DelaySign>
3131
<PackageReleaseNotes>
32+
3.3:
33+
- Updated dependencies
3234
3.2:
3335
- Updated dependencies
3436
- Support for the System.Net.Mail.MailPriority values: High and Low

0 commit comments

Comments
 (0)