ForgeCore/ForgeCoreAPI/ASM/ASMInfo.cs

18 lines
No EOL
451 B
C#

using System.Reflection;
[assembly:AssemblyCompany("Piccari Creations")]
[assembly:AssemblyProduct("ForgeCoreAPI")]
[assembly:AssemblyCopyright("Copyright (c) 2024 Piccari Creations")]
[assembly:AssemblyVersion("2.0.0.0")]
[assembly:AssemblyFileVersion("2.0.0.0")]
[assembly:AssemblyDescription("API Library for ForgeCore")]
namespace ForgeCoreAPI.ASM
{
public class ASMInfo
{
// Static readonly assembly attributes
}
}