Archived
1
0
Fork 0
This repository has been archived on 2024-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
maki/Maki/Properties/AssemblyInfo.cs

11 lines
367 B
C#

using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Maki")]
[assembly: AssemblyDescription("Discord Client library")]
[assembly: AssemblyProduct("Maki")]
[assembly: AssemblyCopyright("flash.moe 2017")]
[assembly: ComVisible(false)]
[assembly: Guid("97523aed-b694-42c2-96ac-86a1d65109f7")]
[assembly: AssemblyVersion("1.0.*")]