diff --git a/DirectoryTree/DirectoryTree.csproj b/DirectoryTree/DirectoryTree.csproj index 7bbcf7b..93047bd 100644 --- a/DirectoryTree/DirectoryTree.csproj +++ b/DirectoryTree/DirectoryTree.csproj @@ -62,6 +62,7 @@ + diff --git a/DirectoryTree/DirectoryTree.nuspec b/DirectoryTree/DirectoryTree.nuspec new file mode 100644 index 0000000..e40ee37 --- /dev/null +++ b/DirectoryTree/DirectoryTree.nuspec @@ -0,0 +1,21 @@ + + + + $id$ + $version$ + $title$ + $author$ + false + MIT + + https://github.com/michael-valdron/directory-tree + $description$ + First release of the DirectryTree .NET control. + $copyright$ + control directory tree directorytree directorychooser + docs\README.md + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 483bae5..ef0da63 100644 --- a/README.md +++ b/README.md @@ -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.