Skip to content

Commit 4327d9c

Browse files
authored
NLog v6.0.5 (#228)
1 parent 5395cb1 commit 4327d9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: '6.0.4'
16+
Version: '6.0.5'
1717
FullVersion: '$(Version).$(Build.BuildId)'
1818

1919
steps:

src/NLog.MailKit/NLog.MailKit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If the mail target was already available on your platform, this package will ove
3131
Changelog:
3232

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

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

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

0 commit comments

Comments
 (0)