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.
2 parents 13d611e + 9072025 commit e6a7775Copy full SHA for e6a7775
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.0.2</Version>
+ <Version>3.1</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.1:
33
+- Updated dependencies
34
+- Marked the method Write(AsyncLogEventInfo[]) as obsolete (@sooraj19)
35
3.0.2: Updated NLog dependency
36
3.0.1: Updated NLog and Mailkit dependencies
37
3.0:
0 commit comments