-
Notifications
You must be signed in to change notification settings - Fork 1
/
NLog.InstallNLogConfig.nuspec
24 lines (24 loc) · 1.13 KB
/
NLog.InstallNLogConfig.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NLog.InstallNLogConfig</id>
<version>2.0.0</version>
<authors>NLog</authors>
<owners>NLog</owners>
<licenseUrl>https://github.com/NLog/NLog.InstallNLogConfig/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/NLog/NLog.InstallNLogConfig</projectUrl>
<iconUrl>http://nlog-project.org/N.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Tool for install NLog configuration</description>
<copyright>Copyright 2015</copyright>
<tags>nlog log logging config</tags>
<dependencies>
<dependency id="NLog" version="4.0.0" />
</dependencies>
</metadata>
<files>
<file src="NLog.InstallNLogConfig\netfx35\bin\Release\NLog.InstallNLogConfig.exe" target="tools\netfx35" />
<file src="NLog.InstallNLogConfig\netfx40\bin\Release\NLog.InstallNLogConfig.exe" target="tools\netfx40" />
<file src="NLog.InstallNLogConfig\netfx45\bin\Release\NLog.InstallNLogConfig.exe" target="tools\netfx45" />
</files>
</package>