Skip to content

Commit 452652a

Browse files
author
Josh McCullough
committed
publishes v1.3.0.0
1 parent 7faef9a commit 452652a

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

QuantumConcepts.Formats.STL.dll.nuspec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>QuantumConcepts.Formats.STL</id>
5-
<version>1.2.0.0</version>
5+
<version>1.3.1</version>
66
<title>Quantum Concepts STLdotNET</title>
77
<authors>Quantum Concepts</authors>
88
<owners>Quantum Concepts</owners>
@@ -14,12 +14,9 @@
1414
<releaseNotes>.NET 4.5; fixed binary writing of STLs; numerous enhancements. More info here: https://github.com/QuantumConcepts/STLdotNET/issues?milestone=2&amp;page=1&amp;state=closed</releaseNotes>
1515
<copyright>Copyright 2014 Quantum Concepts Corporation, released under the GNU Affero General Public License./</copyright>
1616
<tags>3d reprap stl</tags>
17-
<dependencies>
18-
<dependency id="QuantumConcepts.Common" version="1.0" />
19-
</dependencies>
2017
</metadata>
2118

2219
<files>
23-
<file src="Source\STL\bin\Release\QuantumConcepts.Formats.STL.*" target="lib\net451"/>
20+
<file src="Source\STL\bin\Release\QuantumConcepts.Formats.StereoLithography.*" target="lib\net451"/>
2421
</files>
2522
</package>
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
using System.Runtime.InteropServices;
42

53
[assembly: AssemblyTitle("STL Format Reader and Writer")]
64
[assembly: AssemblyDescription("Handles reading and writing the STL format.")]
75
[assembly: AssemblyCompany("Quantum Concepts Corporation")]
86
[assembly: AssemblyProduct("STL Format Reader and Writer")]
97
[assembly: AssemblyCopyright("Copyright © Quantum Concepts Corporation")]
108
[assembly: AssemblyTrademark("Copyright © Quantum Concepts Corporation")]
11-
[assembly: AssemblyVersion("1.2.0.0")]
12-
[assembly: AssemblyFileVersion("1.2.0.0")]
9+
[assembly: AssemblyVersion("1.3.1")]
10+
[assembly: AssemblyFileVersion("1.3.1")]

0 commit comments

Comments
 (0)