Skip to content

Commit

Permalink
[Build] Updated .csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlebourdais committed Nov 20, 2020
1 parent 0973b1b commit a7e1307
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v2.0.1
Updated minimum .Net Core version and package info for better visibility in Nuget feeds.

## v2.0.0
Initial version for public release, comprising the following visual tree traveling methods:
- FindChild
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.0;net451</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net451</TargetFrameworks>
<PackageId>ExtendedWPFVisualTreeHelper</PackageId>
<Title>Extended WPF Visual Tree helper</Title>
<PackageDescription>A compilation of useful WPF visual tree helpers.</PackageDescription>
<PackageDescription>A compilation of useful WPF visual tree helper methods.</PackageDescription>
<PackageTags>WPF;Visual Tree;VisualTreeHelper</PackageTags>
<UseWPF>true</UseWPF>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Authors>David Le Bourdais</Authors>
<Copyright>Copyright © 2019-2020</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/davidlebourdais/ExtendedWPFVisualTreeHelper</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
</Project>

0 comments on commit a7e1307

Please sign in to comment.