-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredmine-net-api.nuspec
34 lines (28 loc) · 1.64 KB
/
redmine-net-api.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
28
29
30
31
32
33
34
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>redmine-api</id>
<version>0.0.0.0</version>
<title>Redmine .NET API</title>
<authors>Adrian Popescu</authors>
<owners>Adrian Popescu</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/zapadi/redmine-net-api</projectUrl>
<iconUrl>https://github.com/zapadi/redmine-net-api/blob/master/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Redmine .NET API is a communication library for Redmine project management application.</description>
<copyright>Copyright 2011 - 2016</copyright>
<language>en-GB</language>
<tags>Redmine API .NET C#</tags>
</metadata>
<files>
<file src="redmine-net20-api\bin\Debug\redmine-net20-api.dll" target="lib\net20"/>
<file src="redmine-net20-api\bin\Debug\redmine-net20-api.xml" target="lib\net20"/>
<file src="redmine-net40-api\bin\Debug\redmine-net40-api.dll" target="lib\net40"/>
<file src="redmine-net40-api\bin\Debug\redmine-net40-api.xml" target="lib\net40"/>
<file src="redmine-net45-api\bin\Debug\redmine-net45-api.dll" target="lib\net45"/>
<file src="redmine-net45-api\bin\Debug\redmine-net45-api.xml" target="lib\net45"/>
<file src="redmine-net451-api\bin\Debug\redmine-net451-api.dll" target="lib\net451"/>
<file src="redmine-net451-api\bin\Debug\redmine-net451-api.xml" target="lib\net451"/>
</files>
</package>