aboutsummaryrefslogtreecommitdiff
path: root/src/burn
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn')
-rw-r--r--src/burn/stub/stub.nuspec6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/burn/stub/stub.nuspec b/src/burn/stub/stub.nuspec
index a02cfe94..e8506505 100644
--- a/src/burn/stub/stub.nuspec
+++ b/src/burn/stub/stub.nuspec
@@ -6,14 +6,16 @@
6 <title>$title$</title> 6 <title>$title$</title>
7 <description>$description$</description> 7 <description>$description$</description>
8 <authors>$authors$</authors> 8 <authors>$authors$</authors>
9 <license type="expression">MS-RL</license> 9 <license type="file">OSMFEULA.txt</license>
10 <requireLicenseAcceptance>false</requireLicenseAcceptance> 10 <requireLicenseAcceptance>true</requireLicenseAcceptance>
11 <tags>$packageTags$</tags>
11 <copyright>$copyright$</copyright> 12 <copyright>$copyright$</copyright>
12 <projectUrl>$projectUrl$</projectUrl> 13 <projectUrl>$projectUrl$</projectUrl>
13 <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> 14 <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" />
14 </metadata> 15 </metadata>
15 16
16 <files> 17 <files>
18 <file src="$eulaTxt$" />
17 <file src="$projectFolder$\$id$.props" target="buildTransitive" /> 19 <file src="$projectFolder$\$id$.props" target="buildTransitive" />
18 <file src="..\x86\burn.exe" target="tools\x86" /> 20 <file src="..\x86\burn.exe" target="tools\x86" />
19 <file src="..\x64\burn.exe" target="tools\x64" /> 21 <file src="..\x64\burn.exe" target="tools\x64" />