forked from phatboyg/Magnum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Magnum.nuspec
21 lines (20 loc) · 987 Bytes
/
Magnum.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Magnum</id>
<version>2.0.0.4</version>
<authors>Chris Patterson, Dru Sellers</authors>
<description>Magnum is a library for the larger than average developer</description>
<language>en-US</language>
<licenseUrl>https://github.com/phatboyg/Magnum/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/phatboyg/Magnum</projectUrl>
</metadata>
<files>
<file src="build_output\net-3.5\Magnum.dll" target="lib\NET35" />
<file src="build_output\net-3.5\Magnum.xml" target="lib\NET35" />
<file src="build_output\net-3.5\Magnum.pdb" target="lib\NET35" />
<file src="build_output\net-4.0\Magnum.dll" target="lib\NET40" />
<file src="build_output\net-4.0\Magnum.xml" target="lib\NET40" />
<file src="build_output\net-4.0\Magnum.pdb" target="lib\NET40" />
</files>
</package>