File tree Expand file tree Collapse file tree
example/NETCore.MailKit.Web Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ MailKit extension for asp.net core
1212# Install with nuget
1313
1414```
15- Install-Package NETCore.MailKit -Version 2.0.3
15+ Install-Package NETCore.MailKit -Version 2.1.0
1616```
1717
1818# Install with .NET CLI
1919```
20- dotnet add package NETCore.MailKit --version 2.0.3
20+ dotnet add package NETCore.MailKit --version 2.1.0
2121```
2222
2323# How to use
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net6.0 </TargetFramework >
55 </PropertyGroup >
66
77 <PropertyGroup >
Original file line number Diff line number Diff line change 1010 <PropertyGroup >
1111 <TargetFramework >netstandard2.1</TargetFramework >
1212 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
13- <Version >2.0.3 </Version >
13+ <Version >2.1.0 </Version >
1414 <Authors >Lvcc</Authors >
1515 <Company />
1616 <Description >MailKit extension for asp.net core. Easy send email in asp.net core project.</Description >
1919 <RepositoryUrl >https://github.com/myloveCc/NETCore.MailKit</RepositoryUrl >
2020 <PackageTags >MailKit ASP.NETCore</PackageTags >
2121 <RepositoryType >git</RepositoryType >
22- <AssemblyVersion >2.0.3.0</AssemblyVersion >
23- <FileVersion >2.0.3.0</FileVersion >
24- <PackageReleaseNotes >1: Update Mailkit to version 2.6.0.
25- 2: Add optional sender info for SendAsync method #14
26- 3: Update to .NET CORE 3.1</PackageReleaseNotes >
22+ <AssemblyVersion >2.1.0</AssemblyVersion >
23+ <FileVersion >2.1.0</FileVersion >
24+ <PackageReleaseNotes >
25+ 1: Update Mailkit to version 3.2.0.
26+ 2: Adds support for sending emails with attachments. #19
27+ 3: Update example sdk to .NET 6</PackageReleaseNotes >
2728 </PropertyGroup >
2829
2930 <ItemGroup >
3334 </ItemGroup >
3435
3536 <ItemGroup >
36- <PackageReference Include =" MailKit" Version =" 2.6 .0" />
37- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3.1.4 " />
37+ <PackageReference Include =" MailKit" Version =" 3.2 .0" />
38+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.0 " />
3839 </ItemGroup >
3940
4041</Project >
You can’t perform that action at this time.
0 commit comments