mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-29 04:15:00 +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 2017")]
|
|
[assembly: AssemblyVersion("1.0.40.*")]
|
|
|