forked from Topshelf/Topshelf
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Topshelf.Dashboard.nuspec
27 lines (26 loc) · 1.33 KB
/
Topshelf.Dashboard.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Topshelf.Dashboard</id>
<version>2.3.0.0</version>
<authors>Chris Patterson, Dru Sellers, Travis Smith</authors>
<description>Topshelf is a service library and hosting framework for .NET</description>
<language>en-US</language>
<iconUrl>http://topshelf-project.com/wp-content/themes/pandora/img/slide.1.png</iconUrl>
<licenseUrl>https://github.com/Topshelf/Topshelf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Topshelf/Topshelf</projectUrl>
<dependencies>
<dependency id="log4net" version="1.2.11" />
<dependency id="Topshelf" version="2.3.0.0" />
<dependency id="Spark" version="1.6" />
</dependencies>
</metadata>
<files>
<file src="build_output\NET35\Topshelf.Dashboard.dll" target="lib\NET35" />
<file src="build_output\NET35\Topshelf.Dashboard.xml" target="lib\NET35" />
<file src="build_output\NET35\Topshelf.Dashboard.pdb" target="lib\NET35" />
<file src="build_output\NET40\Topshelf.Dashboard.dll" target="lib\NET40" />
<file src="build_output\NET40\Topshelf.Dashboard.xml" target="lib\NET40" />
<file src="build_output\NET40\Topshelf.Dashboard.pdb" target="lib\NET40" />
</files>
</package>