Skip to content

Commit

Permalink
Nuget release changes (#10)
Browse files Browse the repository at this point in the history
* nuspec added.

* NuGet badge added to README.

Signed-off-by: Michael Valdron <michael.valdron@gmail.com>
  • Loading branch information
michael-valdron authored Jan 13, 2023
1 parent c32a8ae commit 92c6c8e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions DirectoryTree/DirectoryTree.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="DirectoryTree.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand Down
21 changes: 21 additions & 0 deletions DirectoryTree/DirectoryTree.nuspec
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>
1 change: 1 addition & 0 deletions README.md
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.

0 comments on commit 92c6c8e

Please sign in to comment.