Skip to content

Commit

Permalink
publishes v1.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh McCullough committed Oct 27, 2016
1 parent 7faef9a commit 452652a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 2 additions & 5 deletions QuantumConcepts.Formats.STL.dll.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>QuantumConcepts.Formats.STL</id>
<version>1.2.0.0</version>
<version>1.3.1</version>
<title>Quantum Concepts STLdotNET</title>
<authors>Quantum Concepts</authors>
<owners>Quantum Concepts</owners>
Expand All @@ -14,12 +14,9 @@
<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>
<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"/>
<file src="Source\STL\bin\Release\QuantumConcepts.Formats.StereoLithography.*" target="lib\net451"/>
</files>
</package>
6 changes: 2 additions & 4 deletions Source/STL/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("STL Format Reader and Writer")]
[assembly: AssemblyDescription("Handles reading and writing the STL format.")]
[assembly: AssemblyCompany("Quantum Concepts Corporation")]
[assembly: AssemblyProduct("STL Format Reader and Writer")]
[assembly: AssemblyCopyright("Copyright © Quantum Concepts Corporation")]
[assembly: AssemblyTrademark("Copyright © Quantum Concepts Corporation")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.1")]
[assembly: AssemblyFileVersion("1.3.1")]

0 comments on commit 452652a

Please sign in to comment.