Skip to content

Commit dc20cd0

Browse files
Release 3.4 (#130)
* Update NLog.MailKit.csproj * Update azure-pipelines.yml
1 parent 0287dc1 commit dc20cd0

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
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: '3.3.0'
16+
Version: '3.4.0'
1717
FullVersion: '$(Version).$(Build.BuildId)'
1818

1919
steps:

src/NLog.MailKit/NLog.MailKit.csproj

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,17 @@ this package will overwrite the original Mail Target.
2929
<AssemblyOriginatorKeyFile>NLog.snk</AssemblyOriginatorKeyFile>
3030
<DelaySign>False</DelaySign>
3131
<PackageReleaseNotes>
32-
3.3:
33-
- Updated dependencies
34-
3.2:
35-
- Updated dependencies
36-
- Support for the System.Net.Mail.MailPriority values: High and Low
37-
3.1:
38-
- Updated dependencies
39-
- Marked the method Write(AsyncLogEventInfo[]) as obsolete (@sooraj19)
40-
3.0.2: Updated NLog dependency
41-
3.0.1: Updated NLog and Mailkit dependencies
42-
3.0:
43-
- MailKit 2.0,
44-
- Update NLog dependency
45-
- Minimal support for .NET moved from 4.0 to 4.5
46-
2.2: NLog 4.5, updated mailkit, netstandard1.3
47-
2.1.1: Remove dependency to NLog 5
48-
2.1: Add setting SecureSocketOption, update dependencies
49-
2.0:
50-
- .NET 4+ and .NET standard 2 support.
51-
- Small breaking change, SmtpAuthenticationMode has been moved to this dll.
52-
1.1.1: Updated dependencies
53-
1.1.0: Added SkipCertificateValidation option
32+
# 🍩 Package improvements
33+
- Enable deterministic build @304NotModified (#124)
34+
- Enabled SourceLink @304NotModified (#127)
35+
- Create and publish snupkg @304NotModified (#123)
36+
37+
# ↜ Dependencies
38+
- Bump MailKit to 2.9.0 @304NotModified (#128)
39+
- Bump NLog from 4.7.4 to 4.7.12 @304NotModified @dependabot-preview (#96, #112, #125)
40+
41+
See https://github.com/NLog/NLog.MailKit/releases
42+
5443
</PackageReleaseNotes>
5544
<AssemblyVersion>2.0.0.0</AssemblyVersion>
5645
<!--AssemblyVersion: keep 2.0.0.0-->

0 commit comments

Comments
 (0)