File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.6.0] - 2025-06-15
4+
5+ ### Removed
6+
7+ - .NET 6 support
8+
9+ ### Added
10+
11+ - .NET 9 support
12+
13+ ### Dependencies
14+
15+ - Microsoft.Extensions.Configuration bump to 9.0.6
16+ - System.Configuration.ConfigurationManager bump to 9.0.6
17+
318## [ 1.5.5] - 2022-09-08
419
520### Added
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net6 .0;netstandard2.1;netstandard2.0;net48</TargetFrameworks >
3+ <TargetFrameworks >net9 .0;netstandard2.1;netstandard2.0;net48</TargetFrameworks >
44 <LangVersion >latest</LangVersion >
55 <EmbedUntrackedSources >true</EmbedUntrackedSources >
66 <IncludeSymbols >true</IncludeSymbols >
77 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
99
10- <Version >1.5.5 </Version >
10+ <Version >1.6.0 </Version >
1111
1212 <Authors >Alexander Krylkov</Authors >
1313 <Product >Simplify</Product >
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 =" Microsoft.Extensions.Configuration" Version =" 3.1.32 " />
25+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 9.0.6 " />
2626 </ItemGroup >
27- <ItemGroup Condition =" '$(TargetFramework)' == 'net6 .0' Or '$(TargetFramework)' == 'netstandard2.1' Or '$(TargetFramework)' == 'netstandard2.0' " >
28- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.7.0 " />
27+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9 .0' Or '$(TargetFramework)' == 'netstandard2.1' Or '$(TargetFramework)' == 'netstandard2.0' " >
28+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 9.0.6 " />
2929 </ItemGroup >
3030 <ItemGroup Condition =" '$(TargetFramework)' == 'net48' " >
3131 <Reference Include =" System" />
You can’t perform that action at this time.
0 commit comments