forked from ni/VireoSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVireoSDK.nuspec
22 lines (22 loc) · 1 KB
/
VireoSDK.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata minClientVersion="2.5">
<id>vireo</id>
<version>$version$</version>
<title>VireoSDK</title>
<authors>https://github.com/ni/VireoSDK/blob/master/AUTHORS</authors>
<owners>https://github.com/ni/VireoSDK/blob/master/AUTHORS</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/ni/VireoSDK/</projectUrl>
<description>VireoSDK provides a subset of LabVIEW runtime functionality for smaller targets.</description>
</metadata>
<files>
<file src="dist/Debug/esh.exe" target="content/TestFiles" />
<file src="vireoSDK.props" target="build" />
<!-- targetting root as described by https://docs.microsoft.com/en-us/nuget/create-packages/creating-a-package#add-a-readme-and-other-files -->
<file src="LICENSE.txt" target="" />
<file src="README.md" target="" />
<file src="THIRDPARTY.txt" target="" />
</files>
</package>