Skip to content

Commit 9c1e734

Browse files
committed
* Nuspec
1 parent b51e826 commit 9c1e734

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Package.nuspec

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0"?>
2+
<package>
3+
<metadata>
4+
<id>CodeDead.UpdateManager</id>
5+
<version>1.4.3</version>
6+
<authors>CodeDead</authors>
7+
<owners>CodeDead</owners>
8+
<licenseUrl>https://codedead.com/Software/gpl.pdf</licenseUrl>
9+
<projectUrl>https://github.com/CodeDead/UpdateManager</projectUrl>
10+
<iconUrl>https://codedead.com/Software/codedead.png</iconUrl>
11+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
12+
<description>
13+
This library can be used to check for application updates. It is designed for WPF and Windows Forms applications. In order to use it, you require an XML file on a remote or local server that represents the Update class.
14+
</description>
15+
<releaseNotes>
16+
* Minor fix for NuGet
17+
</releaseNotes>
18+
<copyright>Copyright © CodeDead 2019</copyright>
19+
<tags>CodeDead UpdateManager Update Updater updates updating downloader</tags>
20+
</metadata>
21+
<files>
22+
<file src="UpdateManager\bin\Release\UpdateManager.dll" target="lib\net472"/>
23+
</files>
24+
</package>

0 commit comments

Comments
 (0)