-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnanoFramework.System.Math.DELIVERABLES.nuspec
34 lines (34 loc) · 1.83 KB
/
nanoFramework.System.Math.DELIVERABLES.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" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.System.Math.DELIVERABLES</id>
<version>$version$</version>
<title>nanoFramework.System.Math.DELIVERABLES</title>
<authors>nanoframework</authors>
<license type="file">LICENSE.md</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>
</releaseNotes>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework/System.Math</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
<icon>images\nf-logo.png</icon>
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the System.Math assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library.</description>
<tags>
</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
</dependencies>
</metadata>
<files>
<file src="nanoFramework.System.Math\bin\Release\Stubs\*.*" target="content\Stubs\" />
<file src="nanoFramework.System.Math\obj\Release\*.txt" target="content\txt\" />
<file src="nanoFramework.System.Math\obj\Release\*.dump" target="content\dump\" />
<file src="nanoFramework.System.Math\obj\Release\*.strings" target="content\dump\" />
<file src="nanoFramework.System.Math\obj\Release\*.resources" target="content\resources\" />
<file src="nanoFramework.System.Math\obj\Release\*.il" target="content\disasm\" />
<file src="assets\nf-logo.png" target="images" />
<file src="LICENSE.md" target="" />
</files>
</package>