Skip to content

Commit 7aaac1a

Browse files
authored
Version 6.0.2 (#226)
1 parent 3d51c70 commit 7aaac1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

1919
steps:

src/NLog.MailKit/NLog.MailKit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ See https://github.com/NLog/NLog.MailKit/releases
5151
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
5252
</ItemGroup>
5353
<ItemGroup>
54-
<PackageReference Include="NLog" Version="6.0.1" />
54+
<PackageReference Include="NLog" Version="6.0.2" />
5555
</ItemGroup>
5656
<ItemGroup>
5757
<None Include="..\..\README.md">

0 commit comments

Comments
 (0)