-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* nuspec added. * NuGet badge added to README. Signed-off-by: Michael Valdron <michael.valdron@gmail.com>
- Loading branch information
1 parent
c32a8ae
commit 92c6c8e
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package > | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<title>$title$</title> | ||
<authors>$author$</authors> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<!-- <icon>icon.png</icon> --> | ||
<projectUrl>https://github.com/michael-valdron/directory-tree</projectUrl> | ||
<description>$description$</description> | ||
<releaseNotes>First release of the DirectryTree .NET control.</releaseNotes> | ||
<copyright>$copyright$</copyright> | ||
<tags>control directory tree directorytree directorychooser</tags> | ||
<readme>docs\README.md</readme> | ||
</metadata> | ||
<files> | ||
<file src="..\README.md" target="docs\" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Directory Tree | ||
|
||
[![Testing CI](https://github.com/michael-valdron/directory-tree/actions/workflows/testing.yml/badge.svg)](https://github.com/michael-valdron/directory-tree/actions/workflows/testing.yml) | ||
[![Nuget](https://img.shields.io/nuget/v/DirectoryTree)](https://www.nuget.org/packages/DirectoryTree) | ||
|
||
A user control for .NET which expands on the TreeView control to give the ability to reperesent a directory structure. |