forked from QuantumConcepts/STLdotNET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuantumConcepts.Formats.STL.dll.nuspec
25 lines (24 loc) · 1.25 KB
/
QuantumConcepts.Formats.STL.dll.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
<?xml version="1.0"?>
<package >
<metadata>
<id>QuantumConcepts.Formats.STL</id>
<version>1.2.0.0</version>
<title>Quantum Concepts STLdotNET</title>
<authors>Quantum Concepts</authors>
<owners>Quantum Concepts</owners>
<licenseUrl>https://github.com/QuantumConcepts/STLdotNET/raw/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/QuantumConcepts/STLdotNET</projectUrl>
<iconUrl>http://quantumconceptscorp.com/Resources/Images/QCLogoButton-32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This library facilitates the reading and writing of Stereo Lithograph (STL) files.</description>
<releaseNotes>.NET 4.5; fixed binary writing of STLs; numerous enhancements. More info here: https://github.com/QuantumConcepts/STLdotNET/issues?milestone=2&page=1&state=closed</releaseNotes>
<copyright>Copyright 2014 Quantum Concepts Corporation, released under the GNU Affero General Public License./</copyright>
<tags>3d reprap stl</tags>
<dependencies>
<dependency id="QuantumConcepts.Common" version="1.0" />
</dependencies>
</metadata>
<files>
<file src="Source\STL\bin\Release\QuantumConcepts.Formats.STL.*" target="lib\net451"/>
</files>
</package>