File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 6262 </Compile >
6363 </ItemGroup >
6464 <ItemGroup >
65+ <None Include =" DirectoryTree.nuspec" />
6566 <None Include =" packages.config" />
6667 </ItemGroup >
6768 <ItemGroup >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <package >
3+ <metadata >
4+ <id >$id$</id >
5+ <version >$version$</version >
6+ <title >$title$</title >
7+ <authors >$author$</authors >
8+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
9+ <license type =" expression" >MIT</license >
10+ <!-- <icon>icon.png</icon> -->
11+ <projectUrl >https://github.com/michael-valdron/directory-tree</projectUrl >
12+ <description >$description$</description >
13+ <releaseNotes >First release of the DirectryTree .NET control.</releaseNotes >
14+ <copyright >$copyright$</copyright >
15+ <tags >control directory tree directorytree directorychooser</tags >
16+ <readme >docs\README.md</readme >
17+ </metadata >
18+ <files >
19+ <file src =" ..\README.md" target =" docs\" />
20+ </files >
21+ </package >
Original file line number Diff line number Diff line change 11# Directory Tree
22
33[ ![ 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 )
4+ [ ![ Nuget] ( https://img.shields.io/nuget/v/DirectoryTree )] ( https://www.nuget.org/packages/DirectoryTree )
45
56A user control for .NET which expands on the TreeView control to give the ability to reperesent a directory structure.
You can’t perform that action at this time.
0 commit comments