mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
9 lines
308 B
C#
9 lines
308 B
C#
using System.Reflection;
|
|
|
|
[assembly: AssemblyTitle("PepperDashEssentials")]
|
|
[assembly: AssemblyCompany("PepperDash Technology Corp")]
|
|
[assembly: AssemblyProduct("PepperDashEssentials")]
|
|
[assembly: AssemblyCopyright("Copyright © PepperDash Technology Corp 2018")]
|
|
[assembly: AssemblyVersion("1.4.10.*")]
|
|
|