Skip to content

Commit eec3979

Browse files
committed
[up] System.IO.Abstractions to 22.0.14
[deps] target framework update to .NET 9
1 parent 2c2789a commit eec3979

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

src/Simplify.IO/CHANGELOG.md

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

3+
## [1.5.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+
317
## [1.4.0] - 2023-08-26
418

519
### Removed

src/Simplify.IO/Simplify.IO.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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

66
<EmbedUntrackedSources>true</EmbedUntrackedSources>
77
<IncludeSymbols>true</IncludeSymbols>
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>1.4</Version>
11+
<Version>1.5</Version>
1212

1313
<Authors>Alexander Krylkov</Authors>
1414
<Product>Simplify</Product>
@@ -23,7 +23,7 @@
2323
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.IO/CHANGELOG.md for details</PackageReleaseNotes>
2424
</PropertyGroup>
2525
<ItemGroup>
26-
<PackageReference Include="System.IO.Abstractions" Version="19.2.67" />
26+
<PackageReference Include="System.IO.Abstractions" Version="22.0.14" />
2727
</ItemGroup>
2828
<ItemGroup>
2929
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)