Skip to content

Commit

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

* Update azure-pipelines.yml
  • Loading branch information
304NotModified authored Nov 4, 2021
1 parent 0287dc1 commit dc20cd0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 23 deletions.
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: '3.3.0'
Version: '3.4.0'
FullVersion: '$(Version).$(Build.BuildId)'

steps:
Expand Down
33 changes: 11 additions & 22 deletions src/NLog.MailKit/NLog.MailKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,17 @@ this package will overwrite the original Mail Target.
<AssemblyOriginatorKeyFile>NLog.snk</AssemblyOriginatorKeyFile>
<DelaySign>False</DelaySign>
<PackageReleaseNotes>
3.3:
- Updated dependencies
3.2:
- Updated dependencies
- Support for the System.Net.Mail.MailPriority values: High and Low
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:
- MailKit 2.0,
- Update NLog dependency
- Minimal support for .NET moved from 4.0 to 4.5
2.2: NLog 4.5, updated mailkit, netstandard1.3
2.1.1: Remove dependency to NLog 5
2.1: Add setting SecureSocketOption, update dependencies
2.0:
- .NET 4+ and .NET standard 2 support.
- Small breaking change, SmtpAuthenticationMode has been moved to this dll.
1.1.1: Updated dependencies
1.1.0: Added SkipCertificateValidation option
# 🍩 Package improvements
- Enable deterministic build @304NotModified (#124)
- Enabled SourceLink @304NotModified (#127)
- Create and publish snupkg @304NotModified (#123)

# ↜ Dependencies
- Bump MailKit to 2.9.0 @304NotModified (#128)
- Bump NLog from 4.7.4 to 4.7.12 @304NotModified @dependabot-preview (#96, #112, #125)

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

</PackageReleaseNotes>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<!--AssemblyVersion: keep 2.0.0.0-->
Expand Down

0 comments on commit dc20cd0

Please sign in to comment.