File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments