Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: '6.0.4'
Version: '6.0.5'
FullVersion: '$(Version).$(Build.BuildId)'

steps:
Expand Down
4 changes: 2 additions & 2 deletions src/NLog.MailKit/NLog.MailKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If the mail target was already available on your platform, this package will ove
Changelog:

- SmtpAuthenticationMode.OAuth2 with SmtpUserName (OAuth UserName) and SmtpPassword (OAuth AccessToken)
- Updated NLog v6.0.4
- Updated NLog v6.0.5

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

Expand All @@ -52,7 +52,7 @@ See https://github.com/NLog/NLog.MailKit/releases
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NLog" Version="6.0.2" />
<PackageReference Include="NLog" Version="6.0.5" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md">
Expand Down