Skip to content

Commit

Permalink
Merge pull request #60 from NLog/release/3.1
Browse files Browse the repository at this point in the history
Version 3.1
  • Loading branch information
304NotModified authored Aug 30, 2019
2 parents 13d611e + 9072025 commit e6a7775
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/NLog.MailKit/NLog.MailKit.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard1.3;netstandard1.5;net45;netstandard2.0</TargetFrameworks>
<Version>3.0.2</Version>
<Version>3.1</Version>
<Authors>Julian Verdurmen</Authors>
<Company>NLog</Company>
<Description>NLog Mail Target for .NET Core &amp; .NET Standard, and .NET 4.5+ using MailKit.
Expand Down Expand Up @@ -29,6 +29,9 @@ this package will overwrite the original Mail Target.
<AssemblyOriginatorKeyFile>NLog.snk</AssemblyOriginatorKeyFile>
<DelaySign>False</DelaySign>
<PackageReleaseNotes>
3.1:
- Updated dependencies
- Marked the method Write(AsyncLogEventInfo[]) as obsolete (@sooraj19)
3.0.2: Updated NLog dependency
3.0.1: Updated NLog and Mailkit dependencies
3.0:
Expand Down

0 comments on commit e6a7775

Please sign in to comment.