From 64c52c11798879cdc897bab98d171962a8a2174c Mon Sep 17 00:00:00 2001 From: Rolf Kristensen Date: Sat, 9 May 2026 18:42:53 +0200 Subject: [PATCH] Version 6.1.3 --- .github/workflows/build-and-test.yml | 2 +- azure-pipelines.yml | 5 +---- src/NLog.MailKit.sln | 5 +++-- src/NLog.MailKit/NLog.MailKit.csproj | 10 ++++------ 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index fbfc124..b0dff6f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -31,4 +31,4 @@ jobs: run: dotnet build src/NLog.MailKit.sln --configuration Release --no-restore - name: Test - run: dotnet test src/NLog.MailKit.sln --configuration Release --no-build + run: dotnet test src/NLog.MailKit.sln --configuration Release --no-build --logger "console;verbosity=normal" diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f58d322..7f7e40a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,8 +13,6 @@ variables: Solution: 'src/NLog.MailKit.sln' BuildPlatform: 'Any CPU' BuildConfiguration: 'Release' - Version: '6.0.5' - FullVersion: '$(Version).$(Build.BuildId)' steps: - task: DotNetCoreCLI@2 @@ -31,13 +29,12 @@ steps: organization: nlog projectKey: nlog.mailkit projectName: 'NLog Mailkit' - projectVersion: '$(FullVersion)' - task: VSBuild@1 displayName: 'Build' inputs: solution: '$(Solution)' - msbuildArgs: '-v:m -p:Version=$(Version) -p:FileVersion=$(FullVersion) -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:ContinuousIntegrationBuild=true -p:EmbedUntrackedSources=true' + msbuildArgs: '-v:m -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -p:ContinuousIntegrationBuild=true -p:EmbedUntrackedSources=true' platform: '$(BuildPlatform)' configuration: '$(BuildConfiguration)' maximumCpuCount: true diff --git a/src/NLog.MailKit.sln b/src/NLog.MailKit.sln index 5d2a301..7860ac6 100644 --- a/src/NLog.MailKit.sln +++ b/src/NLog.MailKit.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.3.32929.385 +# Visual Studio Version 18 +VisualStudioVersion = 18.5.11723.231 stable MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.MailKit", "NLog.MailKit\NLog.MailKit.csproj", "{ADB14D32-DE12-4443-8234-21A11EADDFC0}" EndProject @@ -10,6 +10,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C5050808-B92D-44C2-9EA4-24E4533325C9}" ProjectSection(SolutionItems) = preProject ..\azure-pipelines.yml = ..\azure-pipelines.yml + ..\.github\workflows\build-and-test.yml = ..\.github\workflows\build-and-test.yml EndProjectSection EndProject Global diff --git a/src/NLog.MailKit/NLog.MailKit.csproj b/src/NLog.MailKit/NLog.MailKit.csproj index 804e5db..490156a 100644 --- a/src/NLog.MailKit/NLog.MailKit.csproj +++ b/src/NLog.MailKit/NLog.MailKit.csproj @@ -30,14 +30,12 @@ If the mail target was already available on your platform, this package will ove Changelog: -- Skip removing XOAUTH2 from AuthenticationMechanisms when OAuth2 -- Support SmtpAuthenticationMode.Ntlm using Windows Default Credentials -- Improved upfront validation of configured email addresses (To / From / Cc / Bcc) -- Improved exception handling when one or more configured email addresses are not valid. +- Updated MailKit ver. 4.16.0 (Security fix) +- Updated NLog ver. 6.1.3 See https://github.com/NLog/NLog.MailKit/releases - 6.1.3 + 6.1.4 6.0.0.0 $(VersionPrefix).0 README.md @@ -60,7 +58,7 @@ See https://github.com/NLog/NLog.MailKit/releases - +