Skip to content

Commit 195ebe3

Browse files
Release 4.1 (#136)
* Update NLog.MailKit.csproj * Update azure-pipelines.yml * Update README.md
1 parent e810941 commit 195ebe3

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ Alternative Mail target for [NLog](https://github.com/nlog/nlog) using MailKit.
1111
Including this package will replace the original mail target and has the
1212
same options as the original mail target, see [docs of the original mailTarget](https://github.com/NLog/NLog/wiki/Mail-Target)
1313

14-
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:
15-
16-
![image](https://user-images.githubusercontent.com/5808377/44685633-351b0600-aa4c-11e8-9eec-48dd9fadb963.png)
17-
18-
19-
2014
Currently not implemented:
2115

2216
- PickupDirectory

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variables:
1313
Solution: 'src/NLog.MailKit.sln'
1414
BuildPlatform: 'Any CPU'
1515
BuildConfiguration: 'Release'
16-
Version: '4.0.0'
16+
Version: '4.1.0'
1717
FullVersion: '$(Version).$(Build.BuildId)'
1818

1919
steps:

src/NLog.MailKit/NLog.MailKit.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ If the mail target was already available on your platform, this package will ove
2828
<AssemblyOriginatorKeyFile>NLog.snk</AssemblyOriginatorKeyFile>
2929
<DelaySign>false</DelaySign>
3030
<PackageReleaseNotes>
31-
- .NET Standard 2.0 only
32-
- Updated MailKit dependency
33-
- CLSCompliant (expect SecureSocketOption)
31+
- Updated to MailKit 3 (@LadislavBohm)
3432

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

0 commit comments

Comments
 (0)