Skip to content

Commit 1a8f53c

Browse files
committed
[up] MailKit to 4.16
1 parent 1b5ca26 commit 1a8f53c

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/Simplify.Mail/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.0.1] - 2026-04-24
4+
5+
### Dependencies
6+
7+
- MailKit bump to 4.16
8+
39
## [2.0] - 2025-11-20
410

511
### Breaking change

src/Simplify.Mail/Simplify.Mail.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99

10-
<Version>2.0</Version>
10+
<Version>2.0.1</Version>
1111

1212
<Description>Simple mail sender</Description>
1313
<Product>Simplify</Product>
@@ -22,7 +22,7 @@
2222
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Mail/CHANGELOG.md for details</PackageReleaseNotes>
2323
</PropertyGroup>
2424
<ItemGroup>
25-
<PackageReference Include="MailKit" Version="4.14.1" />
25+
<PackageReference Include="MailKit" Version="4.16.0" />
2626
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.11" />
2727
</ItemGroup>
2828
<ItemGroup>

0 commit comments

Comments
 (0)