Skip to content

Commit 92c6c8e

Browse files
Nuget release changes (#10)
* nuspec added. * NuGet badge added to README. Signed-off-by: Michael Valdron <michael.valdron@gmail.com>
1 parent c32a8ae commit 92c6c8e

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

DirectoryTree/DirectoryTree.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
</Compile>
6363
</ItemGroup>
6464
<ItemGroup>
65+
<None Include="DirectoryTree.nuspec" />
6566
<None Include="packages.config" />
6667
</ItemGroup>
6768
<ItemGroup>

DirectoryTree/DirectoryTree.nuspec

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

56
A user control for .NET which expands on the TreeView control to give the ability to reperesent a directory structure.

0 commit comments

Comments
 (0)