Skip to content

Commit 5f30dad

Browse files
committed
Bump to System.IO.Abstractions 12.0.4
Versions/Release notes set
1 parent 1e35555 commit 5f30dad

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

src/Simplify.IO/Simplify.IO.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
3+
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
44
<Authors>Alexander Krylkov</Authors>
55
<Product>Simplify</Product>
66
<Description>IO helper functions</Description>
77
<Copyright>Licensed under LGPL</Copyright>
8-
<Version>1.1</Version>
8+
<Version>1.2</Version>
99
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify</PackageProjectUrl>
1010
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/Logo.png</PackageIconUrl>
1111
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1212
<PackageTags>.NET IO</PackageTags>
1313
<PackageReleaseNotes>
14+
Breaking Changes
15+
* .NET Framework 4.5.2 support dropped
1416
New Features
17+
* .NET Framework 4.6.2 support added
1518
* .NET Standard 2.0 support
1619
Updates
1720
* Upgrade to System.IO.Abstractions 6.0.38
@@ -23,6 +26,6 @@
2326
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.IO.xml</DocumentationFile>
2427
</PropertyGroup>
2528
<ItemGroup>
26-
<PackageReference Include="System.IO.Abstractions" Version="6.0.38" />
29+
<PackageReference Include="System.IO.Abstractions" Version="12.0.4" />
2730
</ItemGroup>
2831
</Project>

src/Simplify.Log/Simplify.Log.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<Product>Simplify</Product>
66
<Description>Simple logger</Description>
77
<Copyright>Licensed under LGPL</Copyright>
8-
<Version>1.5</Version>
8+
<Version>1.6</Version>
99
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify/wiki/Simplify.Log</PackageProjectUrl>
1010
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/Logo.png</PackageIconUrl>
1111
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1212
<PackageTags>.NET logger</PackageTags>
1313
<PackageReleaseNotes>
1414
Updates
15-
* Upgrade to Microsoft.Extensions.Configuration 3.0.0
15+
* Upgrade to System.IO.Abstractions 12.0.4
1616
</PackageReleaseNotes>
1717
<OutputPath>bin\Any CPU\$(Configuration)\</OutputPath>
1818
<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0" />
25-
<PackageReference Include="System.IO.Abstractions" Version="6.0.38" />
25+
<PackageReference Include="System.IO.Abstractions" Version="12.0.4" />
2626
<Reference Include="System.Configuration" />
2727
<Reference Include="System.ServiceModel" />
2828
<Reference Include="System.Web" />

0 commit comments

Comments
 (0)