Skip to content

Commit a606eee

Browse files
committed
[del] .NET Framework 4.6.2 support
[add] .NET Framework 4.8 support [up] Simplify.System bump to 1.6.2
1 parent a207a07 commit a606eee

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

src/Simplify.Wpf/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
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>
@@ -22,14 +18,17 @@
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>

0 commit comments

Comments
 (0)