Skip to content

Commit bf5ba14

Browse files
Added NuGet spec.
1 parent 7bfd278 commit bf5ba14

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>QuantumConcepts.Formats.STL</id>
5+
<version>1.0.0.1</version>
6+
<title>Quantum Concepts STLdotNET</title>
7+
<authors>Quantum Concepts</authors>
8+
<owners>Quantum Concepts</owners>
9+
<licenseUrl>https://github.com/QuantumConcepts/STLdotNET/raw/master/LICENSE.txt</licenseUrl>
10+
<projectUrl>https://github.com/QuantumConcepts/STLdotNET</projectUrl>
11+
<iconUrl>http://quantumconceptscorp.com/Resources/Images/QCLogoButton-32.png</iconUrl>
12+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13+
<description>This library facilitates the reading and writing of Stereo Lithograph (STL) files.</description>
14+
<releaseNotes>This is the initial release which includes all basic features required to read/write STL files.</releaseNotes>
15+
<copyright>Copyright 2013 Quantum Concepts Corporation, released under the GNU Affero General Public License./</copyright>
16+
<tags>3d reprap stl</tags>
17+
<dependencies>
18+
<dependency id="QuantumConcepts.Common" version="1.0" />
19+
</dependencies>
20+
</metadata>
21+
22+
<files>
23+
<file src="bin\Release\QuantumConcepts.Formats.STL.*" target="lib\net40"/>
24+
</files>
25+
</package>

0 commit comments

Comments
 (0)