File tree Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 1.0.2] - 2023-08-26
4+
5+ ### Removed
6+
7+ - .NET Framework 4.6.2 support
8+
9+ ### Added
10+
11+ - .NET Framework 4.8 support
12+
13+ ### Dependencies
14+
15+ - Simplify.System bump to 1.6.2
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net462 </TargetFrameworks >
3+ <TargetFrameworks >net48 </TargetFrameworks >
44 <LangVersion >latest</LangVersion >
55 <Nullable >enable</Nullable >
66 <EmbedUntrackedSources >true</EmbedUntrackedSources >
77 <IncludeSymbols >true</IncludeSymbols >
88 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
99 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1010
11- <Version >1.0.1</Version >
12- <PackageReleaseNotes >
13- Updates
14- * Simplify.System bump to 1.6
15- </PackageReleaseNotes >
11+ <Version >1.0.2</Version >
1612
1713 <Authors >Simplify community</Authors >
1814 <Product >Simplify</Product >
2218 <PackageIcon >icon.png</PackageIcon >
2319 <PublishRepositoryUrl >true</PublishRepositoryUrl >
2420 <PackageTags >.NET WPF</PackageTags >
21+
22+ <PackageReleaseNotes >See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Wpf/CHANGELOG.md for details</PackageReleaseNotes >
2523 </PropertyGroup >
2624 <ItemGroup >
27- <PackageReference Include =" Simplify.System" Version =" 1.6.* " />
25+ <PackageReference Include =" Simplify.System" Version =" 1.6.2 " />
2826 </ItemGroup >
2927 <ItemGroup >
3028 <Reference Include =" PresentationFramework" />
3129 </ItemGroup >
3230 <ItemGroup >
3331 <None Include =" ..\..\images\icon.png" Pack =" true" Visible =" false" PackagePath =" " />
32+ <None Include =" CHANGELOG.md" Pack =" true" PackagePath =" \" />
3433 </ItemGroup >
3534</Project >
You can’t perform that action at this time.
0 commit comments