forked from hibernating-rhinos/rhino-licensing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rhino.Licensing.nuspec
26 lines (26 loc) · 2.24 KB
/
Rhino.Licensing.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>1.3</version>
<authors>Hibernating Rhinos</authors>
<owners>Hibernating Rhinos</owners>
<id>Rhino.Licensing</id>
<title>Rhino Licensing 1.3</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Licensing Framework for .NET</description>
<copyright>Hibernating Rhinos & Ayende Rahien 2004 - 2009</copyright>
<projectUrl>https://github.com/hibernating-rhinos/rhino-licensing</projectUrl>
<licenseUrl>https://raw.github.com/hibernating-rhinos/rhino-licensing/master/license.txt</licenseUrl>
<iconUrl>https://raw.github.com/hibernating-rhinos/rhino-licensing/master/rhino-icon.jpg</iconUrl>
<language>en-US</language>
<dependencies>
<group>
<dependency id="Log4net" version="1.2.11.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="build\Rhino.Licensing.dll" target="lib\Net45\Rhino.Licensing.dll" />
<file src="build\Rhino.Licensing.4.dll" target="lib\Net40\Rhino.Licensing.4.dll" />
</files>
</package>