File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
ExtendedWPFVisualTreeHelper Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.0.1
4
+ Updated minimum .Net Core version and package info for better visibility in Nuget feeds.
5
+
3
6
## v2.0.0
4
7
Initial version for public release, comprising the following visual tree traveling methods:
5
8
- FindChild
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >netcoreapp3.0 ;net451</TargetFrameworks >
3
+ <TargetFrameworks >netcoreapp3.1 ;net451</TargetFrameworks >
4
4
<PackageId >ExtendedWPFVisualTreeHelper</PackageId >
5
5
<Title >Extended WPF Visual Tree helper</Title >
6
- <PackageDescription >A compilation of useful WPF visual tree helpers .</PackageDescription >
6
+ <PackageDescription >A compilation of useful WPF visual tree helper methods .</PackageDescription >
7
7
<PackageTags >WPF;Visual Tree;VisualTreeHelper</PackageTags >
8
8
<UseWPF >true</UseWPF >
9
- <Version >2.0.0 </Version >
9
+ <Version >2.0.1 </Version >
10
10
<Authors >David Le Bourdais</Authors >
11
11
<Copyright >Copyright © 2019-2020</Copyright >
12
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
13
+ <RepositoryUrl >https://github.com/davidlebourdais/ExtendedWPFVisualTreeHelper</RepositoryUrl >
12
14
<GenerateDocumentationFile >true</GenerateDocumentationFile >
13
15
</PropertyGroup >
14
16
</Project >
You can’t perform that action at this time.
0 commit comments