Add LibAC Assembly information
This commit is contained in:
parent
52d1b175de
commit
debb0fc973
1 changed files with 16 additions and 0 deletions
16
LibAC.cs
Normal file
16
LibAC.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
using System.Reflection;
|
||||
|
||||
[assembly:AssemblyCompany("Piccari Creations")]
|
||||
[assembly:AssemblyCopyright("2018-2024")]
|
||||
[assembly:AssemblyDefaultAlias("LibAC")]
|
||||
[assembly:AssemblyTitle("LibAC")]
|
||||
[assembly:AssemblyDescription("Aria's Creations Common Code Library")]
|
||||
[assembly:AssemblyVersion("1.3.121624.2112")]
|
||||
|
||||
namespace LibAC
|
||||
{
|
||||
public class LibAC
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue