File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >netstandard1.3;netstandard1.5;net45;netstandard2.0</TargetFrameworks >
4
- <Version >3.0.2 </Version >
4
+ <Version >3.1 </Version >
5
5
<Authors >Julian Verdurmen</Authors >
6
6
<Company >NLog</Company >
7
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
29
<AssemblyOriginatorKeyFile >NLog.snk</AssemblyOriginatorKeyFile >
30
30
<DelaySign >False</DelaySign >
31
31
<PackageReleaseNotes >
32
+ 3.1:
33
+ - Updated dependencies
34
+ - Marked the method Write(AsyncLogEventInfo[]) as obsolete (@sooraj19)
32
35
3.0.2: Updated NLog dependency
33
36
3.0.1: Updated NLog and Mailkit dependencies
34
37
3.0:
You can’t perform that action at this time.
0 commit comments