Skip to content

Tags: NLog/NLog.MailKit

Tags

v6.1.3

Toggle v6.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 6.1.3 (#247)

v6.1.1

Toggle v6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[WIP] Fix nuget push error for missing .nupkg file (#237)

* Initial plan

* Fix NuGet push glob: remove quotes to allow bash glob expansion

Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com>

v6.0.5

Toggle v6.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
NLog v6.0.5 (#228)

v6.0.4

Toggle v6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SmtpAuthenticationMode.OAuth2 with SmtpUserName (OAuth ClientId) and …

…SmtpPassword (OAuth ClientSecret) (#227)

v6.0.3

Toggle v6.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 6.0.2 (#226)

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
NLog v6 RTM (#224)

5.3

Toggle 5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version to 5.3 (#223)

5.2

Toggle 5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PickupDirectoryLocation - SmtpServer is no longer RequiredParameter (#…

…179)

5.1

Toggle 5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 (#171)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.0 to 17.7.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.7.0...v17.7.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

5.0

Toggle 5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
NLog 5 compatible, all properties layoutable, Update MailKit (#137)

* NLog 5 compatible, Update MailKit

* run tests with .NET 6 as .NET 5 is EOL

* obsolete fix and cleanup

* vm

* layoutable

* fix typos

* update Microsoft.SourceLink.GitHub

* icon and license

* readme

* replace with RenderLogEvent

Co-authored-by: Julian Verdurmen <304NotModified@users.noreply.github.com>