separate libs, internal plugins, and shutdown improvements
This commit is contained in:
parent
b0e8a4d459
commit
b3bddfc5d1
7 changed files with 108 additions and 12 deletions
|
@ -4,8 +4,8 @@ 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:AssemblyVersion("2.0.0.1")]
|
||||
[assembly:AssemblyFileVersion("2.0.0.1")]
|
||||
[assembly:AssemblyDescription("API Library for ForgeCore")]
|
||||
|
||||
|
||||
|
@ -14,5 +14,7 @@ namespace ForgeCoreAPI.ASM
|
|||
public class ASMInfo
|
||||
{
|
||||
// Static readonly assembly attributes
|
||||
public static readonly string ASSEMBLY_NAME = "ForgeCoreAPI";
|
||||
public static readonly string ASSEMBLY_VERSION = "2.0.121824.1618";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue