Files
wg_cpso/STL/Properties/AssemblyInfo.cs
2026-03-25 18:20:24 +08:00

10 lines
513 B
C#

using System.Reflection;
[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.3.1")]
[assembly: AssemblyFileVersion("1.3.1")]