File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.3.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
+ - System.IO.Abstractions bump to 22.0.14
16
+
3
17
## [ 2.2.1] - 2023-08-26
4
18
5
19
### 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</TargetFrameworks >
3
+ <TargetFrameworks >net9 .0;netstandard2.1;netstandard2.0</TargetFrameworks >
4
4
<LangVersion >latest</LangVersion >
5
5
6
6
<EmbedUntrackedSources >true</EmbedUntrackedSources >
7
7
<IncludeSymbols >true</IncludeSymbols >
8
8
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
9
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
10
10
11
- <Version >2.2.1 </Version >
11
+ <Version >2.3 </Version >
12
12
13
13
<Authors >Alexander Krylkov</Authors >
14
14
<Product >Simplify</Product >
23
23
<PackageReleaseNotes >See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Log/CHANGELOG.md for details</PackageReleaseNotes >
24
24
</PropertyGroup >
25
25
<ItemGroup >
26
- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 7 .0.0 " />
27
- <PackageReference Include =" System.IO.Abstractions" Version =" 19.2.67 " />
26
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9 .0.6 " />
27
+ <PackageReference Include =" System.IO.Abstractions" Version =" 22.0.14 " />
28
28
</ItemGroup >
29
29
<ItemGroup >
30
30
<None Include =" ..\..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
You can’t perform that action at this time.
0 commit comments