Skip to content

Commit a7e1307

Browse files
[Build] Updated .csproj
1 parent 0973b1b commit a7e1307

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v2.0.1
4+
Updated minimum .Net Core version and package info for better visibility in Nuget feeds.
5+
36
## v2.0.0
47
Initial version for public release, comprising the following visual tree traveling methods:
58
- FindChild
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22
<PropertyGroup>
3-
<TargetFrameworks>netcoreapp3.0;net451</TargetFrameworks>
3+
<TargetFrameworks>netcoreapp3.1;net451</TargetFrameworks>
44
<PackageId>ExtendedWPFVisualTreeHelper</PackageId>
55
<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>
77
<PackageTags>WPF;Visual Tree;VisualTreeHelper</PackageTags>
88
<UseWPF>true</UseWPF>
9-
<Version>2.0.0</Version>
9+
<Version>2.0.1</Version>
1010
<Authors>David Le Bourdais</Authors>
1111
<Copyright>Copyright © 2019-2020</Copyright>
12+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
13+
<RepositoryUrl>https://github.com/davidlebourdais/ExtendedWPFVisualTreeHelper</RepositoryUrl>
1214
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1315
</PropertyGroup>
1416
</Project>

0 commit comments

Comments
 (0)