Skip to content

Commit

Permalink
Release 4.1 (#136)
Browse files Browse the repository at this point in the history
* Update NLog.MailKit.csproj

* Update azure-pipelines.yml

* Update README.md
  • Loading branch information
304NotModified authored Feb 7, 2022
1 parent e810941 commit 195ebe3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ Alternative Mail target for [NLog](https://github.com/nlog/nlog) using MailKit.
Including this package will replace the original mail target and has the
same options as the original mail target, see [docs of the original mailTarget](https://github.com/NLog/NLog/wiki/Mail-Target)

Notice that the original [SmtpClient](https://docs.microsoft.com/en-us/dotnet/api/system.net.mail.smtpclient) of .NET is obsolete in favor of MailKit:

![image](https://user-images.githubusercontent.com/5808377/44685633-351b0600-aa4c-11e8-9eec-48dd9fadb963.png)



Currently not implemented:

- PickupDirectory
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variables:
Solution: 'src/NLog.MailKit.sln'
BuildPlatform: 'Any CPU'
BuildConfiguration: 'Release'
Version: '4.0.0'
Version: '4.1.0'
FullVersion: '$(Version).$(Build.BuildId)'

steps:
Expand Down
4 changes: 1 addition & 3 deletions src/NLog.MailKit/NLog.MailKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ If the mail target was already available on your platform, this package will ove
<AssemblyOriginatorKeyFile>NLog.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<PackageReleaseNotes>
- .NET Standard 2.0 only
- Updated MailKit dependency
- CLSCompliant (expect SecureSocketOption)
- Updated to MailKit 3 (@LadislavBohm)

See https://github.com/NLog/NLog.MailKit/releases

Expand Down

0 comments on commit 195ebe3

Please sign in to comment.