mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-26 02:44:57 +00:00
7 lines
296 B
C#
7 lines
296 B
C#
using System.Reflection;
|
|
|
|
[assembly: AssemblyTitle("PepperDashEssentialsBase")]
|
|
[assembly: AssemblyCompany("PepperDash Technology Corp")]
|
|
[assembly: AssemblyProduct("PepperDashEssentialsBase")]
|
|
[assembly: AssemblyCopyright("Copyright © Ppperdash 2019")]
|
|
[assembly: AssemblyVersion("1.4.2.*")] |