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 1
1
# Changelog
2
2
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
+
3
18
## [ 1.5.5] - 2022-09-08
4
19
5
20
### Added
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net6 .0;netstandard2.1;netstandard2.0;net48</TargetFrameworks >
3
+ <TargetFrameworks >net9 .0;netstandard2.1;netstandard2.0;net48</TargetFrameworks >
4
4
<LangVersion >latest</LangVersion >
5
5
<EmbedUntrackedSources >true</EmbedUntrackedSources >
6
6
<IncludeSymbols >true</IncludeSymbols >
7
7
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
9
10
- <Version >1.5.5 </Version >
10
+ <Version >1.6.0 </Version >
11
11
12
12
<Authors >Alexander Krylkov</Authors >
13
13
<Product >Simplify</Product >
22
22
<PackageReleaseNotes >See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Mail/CHANGELOG.md for details</PackageReleaseNotes >
23
23
</PropertyGroup >
24
24
<ItemGroup >
25
- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 3.1.32 " />
25
+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 9.0.6 " />
26
26
</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 " />
29
29
</ItemGroup >
30
30
<ItemGroup Condition =" '$(TargetFramework)' == 'net48' " >
31
31
<Reference Include =" System" />
You can’t perform that action at this time.
0 commit comments